<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<artifactId>root-for-type1</artifactId>
		<groupId>com.linkare.roots</groupId>
		<version>0.0.1-SNAPSHOT</version>
	</parent>
	<groupId>com.linkare.children</groupId>
	<artifactId>child-type1</artifactId>
	<version>0.0.1-SNAPSHOT</version>
	<name>Child of type 1</name>
	<description>Inherits from the Root For Type1 and is aggregated by chilld-aggregator</description>
</project>