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

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