aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources/projects/grandchild-check/child/grandchild/pom.xml
blob: 56bed2c938130f4a8a6adfd81e2172fd3961b572 (plain)
1
2
3
4
5
6
7
8
9
10
<project>
	<modelVersion>4.0.0</modelVersion>
	<parent>
	<groupId>grandchildtest</groupId>
	<artifactId>child</artifactId>
	<version>1</version>
	</parent>
	<artifactId>grandchild</artifactId>

</project>