<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>
	<groupId>com.lashpoint.sandbox</groupId>
	<artifactId>test-api</artifactId>
	<version>0.0.2-SNAPSHOT</version>

	<distributionManagement>
		<repository>
			<id>lashpoint-snapshots</id>
			<uniqueVersion>true</uniqueVersion>
			<name>Lashpoint Public Snapshots</name>
			<url>http://maven.lashpoint.com/content/repositories/public-snapshots</url>
		</repository>
	</distributionManagement>

	<build>
		<plugins>
			<plugin>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>2.3.2</version>
				<configuration>
					<compilerId>javac</compilerId>
					<source>1.6</source>
					<target>1.6</target>
				</configuration>
			</plugin>
		</plugins>
	</build>

</project>
