1 <project xmlns="http://maven.apache.org/POM/4.0.0" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4 <modelVersion>4.0.0</modelVersion> 5 <groupId>xml-apis</groupId> 6 <artifactId>xml-apis</artifactId> 7 <name>XML Commons External Components XML APIs</name> 8 <version>1.0.b2</version> 9 <url>http://xml.apache.org/commons/#external</url> 10 11 <description>xml-commons provides an Apache-hosted set of DOM, SAX, and 12 JAXP interfaces for use in other xml-based projects. Our hope is that we 13 can standardize on both a common version and packaging scheme for these 14 critical XML standards interfaces to make the lives of both our developers 15 and users easier. The External Components portion of xml-commons contains 16 interfaces that are defined by external standards organizations. For DOM, 17 that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for 18 JAXP it's Sun.</description> 19 20 <licenses> 21 <license> 22 <name>The Apache Software License, Version 2.0</name> 23 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 24 <distribution>repo</distribution> 25 </license> 26 </licenses> 27 28 <organization> 29 <name>Apache Software Foundation</name> 30 <url>http://www.apache.org/</url> 31 </organization> 32 33 <issueManagement> 34 <system>bugzilla</system> 35 <url>http://issues.apache.org/bugzilla/</url> 36 </issueManagement> 37 38 <mailingLists> 39 <mailingList> 40 <name>XML Commons Developer's List</name> 41 <subscribe>commons-dev-subscribe (a] xml.apache.org</subscribe> 42 <unsubscribe>commons-dev-unsubscribe (a] xml.apache.org</unsubscribe> 43 <post>commons-dev (a] xml.apache.org</post> 44 <archive>http://mail-archives.apache.org/mod_mbox/xml-commons-dev/</archive> 45 </mailingList> 46 </mailingLists> 47 48 <scm> 49 <connection>scm:svn:http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-1_0_b2</connection> 50 <url>http://svn.apache.org/viewvc/xml/commons/tags/xml-commons-1_0_b2</url> 51 </scm> 52 53 <distributionManagement> 54 <downloadUrl>http://www.apache.org/dist/xml/commons/binaries/xml-commons-1.0.b2.tar.gz</downloadUrl> 55 </distributionManagement> 56 </project> 57