[
http://jira.codehaus.org/browse/MEV-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Juven Xu closed MEV-655.
------------------------
Resolution: Fixed
Assignee: Juven Xu
fixed POM will be in central in 1 hour
> Invalid POM in Maven Central Repository (com.megginson.sax:xml-writer:0.2)
> --------------------------------------------------------------------------
>
> Key: MEV-655
> URL: http://jira.codehaus.org/browse/MEV-655
> Project: Maven Evangelism
> Issue Type: Bug
> Components: Dependencies
> Reporter: Peter Jeszenszky
> Assignee: Juven Xu
>
> Using the following dependency results an error ("Failed to resolve
> artifact"):
> {code:xml}
> <dependency>
> <groupId>com.megginson.sax</groupId>
> <artifactId>xml-writer</artifactId>
> <version>0.2</version>
> </dependency>
> {code}
> The error is caused by the POM at
> [http://repo1.maven.org/maven2/com/megginson/sax/xml-writer/0.2/xml-writer-0.2.pom]
> that contains a typo in the dependency
> {code:xml}
> <dependency>
> <groupId>xml-apis</groupId>
> <artifactId>xml-apis</artifactId>
> <version>1.O.b2</version>
> </dependency>
> {code}
> The third character of the version number is currently the letter {{O}} that
> should
> be changed to the digit zero.
--
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