<?xml version="1.0" encoding="UTF-8"?>
<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>javax.xml.bind</groupId>
	<artifactId>jaxb</artifactId>
	<packaging>pom</packaging>
	<name>Java Architecture for XML Binding</name>
	<version>2.0.2</version>
	<description>The Java Architecture for XML Binding (JAXB) provides a fast and convenient way to
		bind between XML schemas and Java representations, making it easy for Java developers to
		incorporate XML data and processing functions in Java applications.</description>
	<url>https://jaxb.dev.java.net/</url>
	<issueManagement>
		<system>CollabNet</system>
		<url>https://jaxb.dev.java.net/servlets/ProjectIssues</url>
	</issueManagement>
	<inceptionYear>2001</inceptionYear>
	<mailingLists>
		<mailingList>
			<name>dev</name>
			<subscribe>https://jaxb.dev.java.net/servlets/ProjectMailingListList</subscribe>
			<unsubscribe>https://jaxb.dev.java.net/servlets/ProjectMailingListList</unsubscribe>
			<post>dev@jaxb.dev.java.net</post>
			<archive>https://jaxb.dev.java.net/servlets/SummarizeList?listName=dev</archive>
		</mailingList>
		<mailingList>
			<name>cvs</name>
			<subscribe>https://jaxb.dev.java.net/servlets/ProjectMailingListList</subscribe>
			<unsubscribe>https://jaxb.dev.java.net/servlets/ProjectMailingListList</unsubscribe>
			<archive>https://jaxb.dev.java.net/servlets/SummarizeList?listName=cvs</archive>
		</mailingList>
		<mailingList>
			<name>announce</name>
			<subscribe>https://jaxb.dev.java.net/servlets/ProjectMailingListList</subscribe>
			<unsubscribe>https://jaxb.dev.java.net/servlets/ProjectMailingListList</unsubscribe>
			<archive>https://jaxb.dev.java.net/servlets/SummarizeList?listName=announce</archive>
		</mailingList>
		<mailingList>
			<name>dev</name>
			<subscribe>https://jaxb.dev.java.net/servlets/ProjectMailingListList</subscribe>
			<unsubscribe>https://jaxb.dev.java.net/servlets/ProjectMailingListList</unsubscribe>
			<post>dev@jaxb.dev.java.net</post>
			<archive>https://jaxb.dev.java.net/servlets/SummarizeList?listName=dev</archive>
		</mailingList>
		<mailingList>
			<name>issues</name>
			<subscribe>https://jaxb.dev.java.net/servlets/ProjectMailingListList</subscribe>
			<unsubscribe>https://jaxb.dev.java.net/servlets/ProjectMailingListList</unsubscribe>
			<archive>https://jaxb.dev.java.net/servlets/SummarizeList?listName=issues</archive>
		</mailingList>
		<mailingList>
			<name>users</name>
			<subscribe>https://jaxb.dev.java.net/servlets/ProjectMailingListList</subscribe>
			<unsubscribe>https://jaxb.dev.java.net/servlets/ProjectMailingListList</unsubscribe>
			<post>users@jaxb.dev.java.net</post>
			<archive>https://jaxb.dev.java.net/servlets/SummarizeList?listName=users</archive>
		</mailingList>
	</mailingLists>
	<licenses>
		<license>
			<name>Common Development and Distribution License ("CDDL") Version 1.0</name>
			<url>http://www.opensource.org/licenses/cddl1.php</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<connection>scm:cvs:pserver:guest:@vs.dev.java.net:/cvs/jaxb2-sources/jaxb-ri:jaxb-ri</connection>
		<url>http://fisheye5.cenqua.com/viewrep/jaxb2-sources</url>
	</scm>
	<modules>
		<module>jaxb-api</module>
		<module>jaxb-impl</module>
		<module>jaxb-xjc</module>
		<module>jsr173-api</module>
	</modules>
	<distributionManagement>
		<repository>
			<id>maven2-repository.dev.java.net</id>
			<name>Java.net Repository for Maven</name>
			<url>https://maven2-repository.dev.java.net/nonav/repository</url>
			<layout>default</layout>
		</repository>
		<downloadUrl>https://jaxb.dev.java.net/2.0.2/</downloadUrl>
	</distributionManagement>
</project>


