<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>org.mortbay.jetty</groupId>
<artifactId>jetty</artifactId>
<version>4.2.12</version>
<url>http://jetty.mortbay.org</url>
<name>Jetty Server</name>
<licenses>
<license>
<name>Apache License Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<organization>
<name>Mort Bay Consulting</name>
<url>http://www.mortbay.com</url>
</organization>
<issueManagement>
<system>jira</system>
<url>http://jira.codehaus.org/browse/Jetty</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>Jetty Discuss List</name>
<archive>http://lists.sourceforge.net/lists/listinfo/jetty-discuss</archive>
<otherArchives>
<otherArchive>http://www.nabble.com/Jetty-Discuss-f60.html</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>Jetty Support List</name>
<archive>http://lists.sourceforge.net/lists/listinfo/jetty-support</archive>
<otherArchives>
<otherArchive>http://www.nabble.com/Jetty-Support-f61.html</otherArchive>
</otherArchives>
</mailingList>
<mailingList>
<name>Jetty Announce List</name>
<archive>http://lists.sourceforge.net/lists/listinfo/jetty-announce</archive>
<otherArchives>
<otherArchive>http://www.nabble.com/Jetty---Announce-f2649.html</otherArchive>
</otherArchives>
</mailingList>
</mailingLists>
</project>
|