You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "William Price (JIRA)" <ji...@codehaus.org> on 2010/03/04 23:05:56 UTC

[jira] Created: (MEV-652) colt-1.2.0.pom declares version as 1.0.3

colt-1.2.0.pom declares version as 1.0.3
----------------------------------------

                 Key: MEV-652
                 URL: http://jira.codehaus.org/browse/MEV-652
             Project: Maven Evangelism
          Issue Type: Bug
          Components: Invalid Metadata
            Reporter: William Price


http://repo2.maven.org/maven2/colt/colt/1.2.0/colt-1.2.0.pom
This POM's version metadata does not match its location in the repository.  I cannot claim that the JAR artifact is actually Colt 1.2.0, but I *can* confirm it is *not* 1.0.3 based on its contents.

Ivy will not download this artifact with this inconsistency:
[ivy:resolve]
colt#colt;1.2.0: java.text.ParseException: inconsistent module descriptor file found in 'http://repo2.maven.org/maven2/colt/colt/1.2.0/colt-1.2.0.pom': bad revision: expected='1.2.0' found='1.0.3';


Corrected POM contents (only version number changed):

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>colt</groupId>
  <artifactId>colt</artifactId>
  <version>1.2.0</version>
  <dependencies>
    <dependency>
      <groupId>concurrent</groupId>
      <artifactId>concurrent</artifactId>
      <version>1.3.4</version>
    </dependency>
  </dependencies>
</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

        

[jira] Closed: (MEV-652) colt-1.2.0.pom declares version as 1.0.3

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MEV-652.
---------------------------------

    Resolution: Duplicate
      Assignee: Benjamin Bentmann

> colt-1.2.0.pom declares version as 1.0.3
> ----------------------------------------
>
>                 Key: MEV-652
>                 URL: http://jira.codehaus.org/browse/MEV-652
>             Project: Maven Evangelism
>          Issue Type: Bug
>          Components: Invalid Metadata
>            Reporter: William Price
>            Assignee: Benjamin Bentmann
>
> http://repo2.maven.org/maven2/colt/colt/1.2.0/colt-1.2.0.pom
> This POM's version metadata does not match its location in the repository.  I cannot claim that the JAR artifact is actually Colt 1.2.0, but I *can* confirm it is *not* 1.0.3 based on its contents.
> Ivy will not download this artifact with this inconsistency:
> [ivy:resolve]
> colt#colt;1.2.0: java.text.ParseException: inconsistent module descriptor file found in 'http://repo2.maven.org/maven2/colt/colt/1.2.0/colt-1.2.0.pom': bad revision: expected='1.2.0' found='1.0.3';
> Corrected POM contents (only version number changed):
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>colt</groupId>
>   <artifactId>colt</artifactId>
>   <version>1.2.0</version>
>   <dependencies>
>     <dependency>
>       <groupId>concurrent</groupId>
>       <artifactId>concurrent</artifactId>
>       <version>1.3.4</version>
>     </dependency>
>   </dependencies>
> </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