blob: f73e4982e361c8f7b5fd5c1c276ac7b8059a91e8 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<name>mng624 parent</name>
<groupId>org.apache.maven.its.mng624.depmgmt</groupId>
<artifactId>parent</artifactId>
<version>1</version>
<packaging>pom</packaging>
<modules>
<module>child</module>
</modules>
<distributionManagement>
<repository>
<id>topaz</id>
<url>http://gandalf.topazproject.org/maven2/</url>
</repository>
</distributionManagement>
<properties>
<ver>1</ver>
</properties>
</project>