<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>eu.future-earth</groupId>
	<artifactId>ftr-gwt-date-extra</artifactId>
	<packaging>jar</packaging>
	<version>3.1</version>
	<name>The Date Library.</name>
	<url>http://ftr-gwt-library.googlecode.com</url>
	<description>The Gwt Calendar Emulation</description>
	<parent>
		<groupId>eu.future-earth.gwt</groupId>
		<artifactId>ftr-gwt-parent</artifactId>
		<version>1.0</version>
		<relativePath>../ftr-gwt-parent/pom.xml</relativePath>
	</parent>
	<developers>
		<developer>
			<id>mnouwens</id>
			<name>Marteijn Nouwens</name>
			<email>mnouwens@future-earth.eu</email>
		</developer>
	</developers>
	<properties>
		<gwtVersion>2.6.1</gwtVersion>
	</properties>
	<build>
		<plugins>
			<plugin>
				<artifactId>maven-javadoc-plugin</artifactId>
			</plugin>
			<plugin>
				<artifactId>maven-assembly-plugin</artifactId>
			</plugin>
		</plugins>
	</build>
	<dependencies>
		
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.11</version>
			<scope>test</scope>
		</dependency>
	</dependencies>
</project>
