[ http://jira.codehaus.org/browse/MEV-189?page=all ]
     
Edwin Punzalan closed MEV-189:
------------------------------

    Resolution: Fixed

Fixed

> saaj pom wrong?
> ---------------
>
>          Key: MEV-189
>          URL: http://jira.codehaus.org/browse/MEV-189
>      Project: Maven Evangelism
>         Type: Bug
>     Reporter: Robert Egglestone
>     Assignee: Edwin Punzalan

>
>
> The saaj pom contains the details for jaxm rather than saaj:
> http://www.ibiblio.org/maven2/javax/xml/saaj/1.2/saaj-1.2.pom
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>javax.xml</groupId>
>   <artifactId>jaxm</artifactId>
>   <version>1.1</version>
>   <distributionManagement>
>     <downloadUrl>http://java.sun.com/xml/downloads/jaxm.html</downloadUrl>
>   </distributionManagement>
> </project>
> I imagine it should be:
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>javax.xml</groupId>
>   <artifactId>saaj</artifactId>
>   <version>1.2</version>
>   <distributionManagement>
>     <downloadUrl>http://java.sun.com/xml/downloads/saaj.html</downloadUrl>
>   </distributionManagement>
> </project>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to