<project>
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<relativePath>../pom.xml</relativePath>
		<groupId>nl.topicus.maven</groupId>
		<artifactId>parent</artifactId>
		<version>1.0-SNAPSHOT</version>
	</parent>
	<name>Module 1</name>
	<artifactId>module-1</artifactId>
	<packaging>jar</packaging>
</project>
