<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.parent</groupId>
    <artifactId>core-parent</artifactId>
    <version>1.1</version>
  </parent>

  <groupId>nz.net.osnz.composite</groupId>
  <artifactId>composite-parent</artifactId>
  <version>2.1</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/kdeng/osnz-composite</url>

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

</project>