f83b29
<project>
f83b29
	<modelVersion>4.0.0</modelVersion>
f83b29
	<groupId>org.jdom</groupId>
f83b29
	<artifactId>jdom</artifactId>
f83b29
	<packaging>jar</packaging>
f83b29
	
f83b29
	<name>JDOM</name>
f83b29
	<version>1.1.3</version>
f83b29
	
f83b29
	<description>
f83b29
		A complete, Java-based solution for accessing, manipulating, 
f83b29
		and outputting XML data
f83b29
	</description>
f83b29
	<url>http://www.jdom.org</url>
f83b29
f83b29
    <organization>
f83b29
        <name>JDOM</name>
f83b29
        <url>http://www.jdom.org</url>
f83b29
    </organization>
f83b29
f83b29
    <mailingLists>
f83b29
        <mailingList>
f83b29
            <name>JDOM-interest Mailing List</name>
f83b29
            <post>jdom-interest@jdom.org</post>
f83b29
            <archive>http://jdom.markmail.org/</archive>
f83b29
        </mailingList>
f83b29
    </mailingLists>
f83b29
f83b29
	<licenses>
f83b29
		<license>
f83b29
			<name>Similar to Apache License but with the acknowledgment clause removed</name>
f83b29
			<url>https://raw.github.com/hunterhacker/jdom/master/LICENSE.txt</url>
f83b29
			<distribution>repo</distribution>
f83b29
		</license>
f83b29
	</licenses>
f83b29
f83b29
	<scm>
f83b29
		<url>git@github.com:/hunterhacker/jdom</url>
f83b29
		<connection>scm:git:git@github.com:hunterhacker/jdom</connection>
f83b29
		<developerConnection>scm:git:git@github.com:hunterhacker/jdom</developerConnection>
f83b29
	</scm>
f83b29
f83b29
	<developers>
f83b29
		<developer>
f83b29
			<id>hunterhacker</id>
f83b29
			<name>Jason Hunter</name>
f83b29
			<email>jhunter@servlets.com</email>
f83b29
		</developer>
f83b29
		<developer>
f83b29
			<id>rolfl</id>
f83b29
			<name>Rolf Lear</name>
f83b29
			<email>jdom@tuis.net</email>
f83b29
		</developer>
f83b29
	</developers>
f83b29
	
f83b29
	<dependencies>
f83b29
		<dependency>
f83b29
			<groupId>jaxen</groupId>
f83b29
			<artifactId>jaxen</artifactId>
f83b29
			<version>1.1.3</version>
f83b29
			<optional>true</optional>
f83b29
		</dependency>
f83b29
		<dependency>
f83b29
			<groupId>xerces</groupId>
f83b29
			<artifactId>xercesImpl</artifactId>
f83b29
			<version>2.10.0</version>
f83b29
			<optional>true</optional>
f83b29
		</dependency>
f83b29
f83b29
	</dependencies>
f83b29
	
f83b29
	<properties>
f83b29
		<jdk.version>1.2</jdk.version>
f83b29
	</properties>
f83b29
</project>