[ 
http://jira.codehaus.org/browse/MEV-655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Bentmann moved MNG-4605 to MEV-655:
--------------------------------------------

        Version: 0.2
    Artifact ID: xml-writer
     Complexity:   (was: Intermediate)
    Component/s:     (was: Artifacts and Repositories)
                 Dependencies
       Priority:     (was: Minor)
       Group ID: com.megginson.sax
       Workflow: jira  (was: Maven New)
            Key: MEV-655  (was: MNG-4605)
        Project: Maven Evangelism  (was: Maven 2 & 3)

> 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
>
> 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

        

Reply via email to