<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>

	<parent>
		<groupId>org.sonatype.oss</groupId>
		<artifactId>oss-parent</artifactId>
		<version>7</version>
	</parent>

	<groupId>com.contaazul</groupId>
	<artifactId>date-dsl</artifactId>
	<version>0.6</version>
	<packaging>jar</packaging>

	<name>DateDSL</name>
	<description>Simple fluent interface for java date api.</description>
	<url>https://github.com/ContaAzul/DateDSL</url>

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>

	<licenses>
		<license>
			<distribution>repo</distribution>
			<name>Apache License, Version 2.0</name>
			<url>http://apache.org/licenses/LICENSE-2.0.txt</url>
		</license>
	</licenses>

	<scm>
		<url>https://github.com/ContaAzul/DateDSL</url>
		<connection>scm:git:git://github.com/ContaAzul/DateDSL.git</connection>
		<developerConnection>scm:git:git@github.com:ContaAzul/DateDSL.git</developerConnection>
	</scm>

	<developers>
		<developer>
			<id>juliengaucher</id>
			<name>Julien Gaucher</name>
			<email>julien.mail@gmail.com</email>
			<roles>
				<role>creator</role>
			</roles>
		</developer>
		<developer>
			<id>velo</id>
			<name>Marvin Froeder</name>
			<email>marvin at contaazul.com</email>
			<roles>
				<role>developer</role>
			</roles>
		</developer>
	</developers>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.1</version>
			<scope>test</scope>
		</dependency>
	</dependencies>

</project>
