<project>
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.emitrom</groupId>
	<artifactId>touch4j</artifactId>
	<packaging>jar</packaging>
	<name>Touch4j</name>
	<version>4.2-RELEASE</version>
	<description>Touch4j by Emitrom</description>
	<url>http://www.emitrom.com/touch4j</url>
	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<connection>scm:git:git@github.com:emitrom/touch4j.git</connection>
		<developerConnection>scm:git:git@github.com:emitrom/touch4j.git</developerConnection>
		<url>http://www.emitrom.com/touch4j/</url>
	</scm>
	<developers>
		<developer>
			<id>touch4j-devs</id>
			<name>Touch4j Devs</name>
			<email>devs@emitrom.com</email>
		</developer>
	</developers>
</project>