<?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>echo2-webcontainer</artifactId>
	<packaging>jar</packaging>
	<name>Echo2</name>
	<version>2.1.1</version>
	<description>Echo2 AJAX Framework</description>
	<url>http://echo.nextapp.com/site/echo2</url>
	
	<developers>
		<developer>
			<id>tleibeck</id>
			<name>Tod Liebeck</name>
			<organization>NextApp</organization>
		</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/echo2.git</connection>
		<developerConnection>scm:git:ssh://git@github.com/echo3/echo2.git</developerConnection>
		<url>http://github.com/echo3/echo2</url>
	</scm>
	
	<dependencies>
		<dependency>
			<groupId>com.nextapp</groupId>
			<artifactId>echo2-app</artifactId>
			<version>2.1.1</version>
		</dependency>
		<dependency>
			<groupId>com.nextapp</groupId>
			<artifactId>echo2-webrender</artifactId>
			<version>2.1.1</version>
		</dependency>
	</dependencies>
</project>
