<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.jbundle.config</groupId>
    <artifactId>jbundle-parent</artifactId>
    <version>1.4.4</version>
    <relativePath>../../jbundle/jbundle-parent</relativePath>
  </parent>

  <groupId>com.tourgeek.config</groupId>
  <artifactId>tourgeek-parent</artifactId>
  <version>1.3.5</version>
  <packaging>pom</packaging>

  <name>tourgeek-parent - Shared properties</name>
  <description>Top level properties and features</description>
  <url>http://www.tourgeek.com</url>

  <organization>
    <name>tourgeek.com</name>
    <url>http://www.tourgeek.com</url>
  </organization>

  <scm>
    <url>https://github.com/tourgeek/tourgeek-parent</url>
    <connection>scm:git:https://github.com/tourgeek/tourgeek-parent</connection>
    <developerConnection>scm:git:https://github.com/tourgeek/tourgeek-parent</developerConnection>
    <tag>tourgeek-parent-1.3.5</tag>
  </scm>

</project>
