Blame SOURCES/xml-commons-resolver-pom.xml

0c9a25
<project>
0c9a25
  <parent>
0c9a25
    <artifactId>apache</artifactId>
0c9a25
    <groupId>org.apache</groupId>
0c9a25
    <version>3</version>
0c9a25
  </parent>
0c9a25
  <modelVersion>4.0.0</modelVersion>
0c9a25
  <groupId>xml-resolver</groupId>
0c9a25
  <artifactId>xml-resolver</artifactId>
0c9a25
  <name>XML Commons Resolver Component</name>
0c9a25
  <version>1.2</version>
0c9a25
  <description>xml-commons provides an Apache-hosted set of DOM, SAX, and 
0c9a25
    JAXP interfaces for use in other xml-based projects. Our hope is that we 
0c9a25
    can standardize on both a common version and packaging scheme for these 
0c9a25
    critical XML standards interfaces to make the lives of both our developers 
0c9a25
    and users easier.</description>
0c9a25
  <url>http://xml.apache.org/commons/components/resolver/</url>
0c9a25
  <issueManagement>
0c9a25
    <system>bugzilla</system>
0c9a25
    <url>http://issues.apache.org/bugzilla/</url>
0c9a25
  </issueManagement>
0c9a25
  <mailingLists>
0c9a25
    <mailingList>
0c9a25
      <name>XML Commons Developer's List</name>
0c9a25
      <subscribe>commons-dev-subscribe@xml.apache.org</subscribe>
0c9a25
      <unsubscribe>commons-dev-unsubscribe@xml.apache.org</unsubscribe>
0c9a25
      <post>commons-dev@xml.apache.org</post>
0c9a25
      <archive>http://mail-archives.apache.org/mod_mbox/xml-commons-dev/</archive>
0c9a25
    </mailingList>
0c9a25
  </mailingLists>
0c9a25
  <scm>
0c9a25
    <connection>scm:svn:http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-resolver-1_2/</connection>
0c9a25
    <url>http://svn.apache.org/viewvc/xml/commons/tags/xml-commons-resolver-1_2/</url>
0c9a25
  </scm>
0c9a25
  <distributionManagement>
0c9a25
    <status>deployed</status>
0c9a25
  </distributionManagement>
0c9a25
</project>