missing pom for xml-apis:xml-apis:1.3.03
----------------------------------------
Key: MEV-395
URL: http://jira.codehaus.org/browse/MEV-395
Project: Maven Evangelism
Type: Bug
Components: Missing POM
Reporter: Olivier Lamy
missing pom for xml-apis:xml-apis:1.3.03
I have looked at the pom from previous version
(http://www.ibiblio.org/maven2/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.pom)
The new could be as simple as the previous.
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.3.03</version>
<url>http://xml.apache.org/commons/#external</url>
<distributionManagement>
<downloadUrl>http://www.apache.org/dist/xml/xerces-j/Xerces-J-bin.2.8.0.tar.gz</downloadUrl>
</distributionManagement>
</project>
Thanks,
-Olivier
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira