saaj pom wrong?
---------------

         Key: MRM-24
         URL: http://jira.codehaus.org/browse/MRM-24
     Project: Maven Repository Manager
        Type: Bug
    Reporter: Robert Egglestone
    Priority: Minor


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