Blame SOURCES/jdom-1.1.3.pom

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