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