<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>nz.net.osnz</groupId>
    <artifactId>osnz-parent</artifactId>
    <version>1.2</version>
  </parent>

  <groupId>nz.net.osnz.composite</groupId>
  <artifactId>composite-parent</artifactId>
  <version>1.2</version>
  <packaging>pom</packaging>

  <name>Open Source New Zealand - Composite Parent</name>  
  <description>This is a parent for all composite</description>
  <url>https://github.com/OSNZ/osnz-composite</url>

  <scm>
    <url>https://github.com/OSNZ/osnz-composite</url>
    <connection>scm:git:git@github.com/OSNZ/osnz-composite.git</connection>
    <developerConnection>scm:git:git@github.com:OSNZ/osnz-composite.git</developerConnection>
    <tag>composite-parent-1.2</tag>
  </scm>

</project>