blob: a904c4e63f3ea54565c8974397dccc0a862d3fcd [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<name>mng624 child3</name>
<groupId>org.apache.maven.its.mng624</groupId>
<artifactId>child3</artifactId>
<version>2</version>
<packaging>pom</packaging>
<parent>
<groupId>org.apache.maven.its.mng624</groupId>
<artifactId>parent</artifactId>
<version>${ver}</version>
</parent>
<modules>
<module>child3child</module>
</modules>
</project>