aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources-project-builder/parent-inheritance/sub/pom.xml
blob: 2d4671ed9f2058f50222cc6be44f69b3fa571880 (plain)
1
2
3
4
5
6
7
8
9
<project>
  <parent>
    <groupId>gid</groupId>
    <artifactId>child-2</artifactId>
    <version>1.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>child-1</artifactId>
</project>