<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.nextapp</groupId>
	<artifactId>echo3-app</artifactId>
	<packaging>jar</packaging>
	<name>Echo3</name>
	<version>3.0.0.RC1</version>
	<description>Echo3 AJAX Framework</description>
	<url>http://echo.nextapp.com/site/echo3</url>
	
	<developers>
		<developer>
			<id>tleibeck</id>
			<name>Tod Liebeck</name>
			<organization>NextApp</organization>
		</developer>
		<developer>
			<id>sgodden</id>
			<name>Simon Godden</name>
		</developer>
		<developer>
			<id>n.beekman</id>
			<name>Niels Beekman</name>
		</developer>
		<developer>
			<id>d.de.wit</id>
			<name>Dan De Wit</name>
		</developer>
	</developers>
	
	<licenses>
		<license>
			<name>MPL 1.1</name>
			<url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
		</license>
		<license>
			<name>LGPL 2.1</name>
			<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
		</license>
		<license>
			<name>GPL 2.0</name>
			<url>http://www.gnu.org/licenses/gpl-2.0.html</url>
		</license>
	</licenses>
	
	<issueManagement>
		<url>http://bugs.nextapp.com/mantis</url>
	</issueManagement>
	
	<scm>
		<connection>scm:git:http://github.com/echo3/echo3.git</connection>
		<developerConnection>scm:git:ssh://git@github.com/echo3/echo3.git</developerConnection>
		<url>http://github.com/echo3/echo3</url>
	</scm>
</project>
