<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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>net.disy.legato.dist</groupId>
	<artifactId>legato-dist-samples</artifactId>
	<packaging>pom</packaging>
	<name>Legato Dist Samples</name>
	<parent>
		<groupId>net.disy.legato.dist</groupId>
		<artifactId>legato-dist-parent</artifactId>
		<version>2.0.0</version>
		<relativePath>../parent/pom.xml</relativePath>
	</parent>
	<modules>
		<module>tenminutes</module>
	</modules>
</project>