jdom/xom-1.2.5.pom

70 lines
1.9 KiB
XML

<?xml version="1.0"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<name>XOM</name>
<version>1.2.5</version>
<description>The XOM Dual Streaming/Tree API for Processing XML</description>
<url>http://xom.nu</url>
<licenses>
<license>
<name>The GNU Lesser General Public License, Version 2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://xom.dev.java.net/source/browse/xom/</url>
</scm>
<artifactId>xom</artifactId>
<!-- previously used group ID -->
<groupId>xom</groupId>
<inceptionYear>2002</inceptionYear>
<mailingLists>
<mailingList>
<name>XOM Interest Mailing List</name>
<archive>http://lists.ibiblio.org/pipermail/xom-interest/</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<name>Elliotte Rusty Harold</name>
<id>elharo</id>
<email>elharo@ibiblio.org</email>
<organization>Cafe au Lait</organization>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.3.03</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.8.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.0</version>
<type>jar</type>
</dependency>
</dependencies>
<build>
<sourceDirectory>src</sourceDirectory>
</build>
</project>