<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>net.java.loci</groupId>
    <artifactId>jsr308</artifactId>
    <packaging>jar</packaging>
    <version>1.1.2</version>
    <name>JSR308</name>
	<description>The whole JSR308</description>
	<url>http://types.cs.washington.edu/jsr308/</url>
	
	<licenses>
		<license>
			<name>MIT License</name>
			<url>http://www.opensource.org/licenses/mit-license.php</url>
			<distribution>repo</distribution>
		</license>
	</licenses>


	<scm>
		<connection>scm:hg:https://checker-framework.googlecode.com/hg/</connection>
		<developerConnection>scm:hg:https://checker-framework.googlecode.com/hg/</developerConnection>
		<url>https://checker-framework.googlecode.com/hg/</url>
	</scm>
	
	<developers>
		<developer>
			<id>amanjpro</id>
			<name>Amanj Sherwany</name>
			<email>amanjpro@gmail.com</email>
		</developer>
	</developers>
</project>
