You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2005/11/08 00:32:06 UTC

[jira] Moved: (MEV-189) saaj pom wrong?

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

Carlos Sanchez moved MRM-24 to MEV-189:
---------------------------------------

    Priority:     (was: Minor)
         Key: MEV-189  (was: MRM-24)
     Project: Maven Evangelism  (was: Maven Repository Manager)

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

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org