blob: 9c5e22faa91efeea2b90f2e6cc038914ab3b6201 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<name>mng624 grandchild2</name>
<groupId>org.apache.maven.its.mng624</groupId>
<artifactId>grandchild2</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.apache.maven.its.mng624</groupId>
<artifactId>child2</artifactId>
<version>${ver}</version>
<relativePath>../child2/pom.xml</relativePath>
</parent>
</project>