You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Edwin Punzalan (JIRA)" <ji...@codehaus.org> on 2006/01/18 08:43:41 UTC

[jira] Closed: (MEV-38) POM for commons-jelly-tags-ant has incorrect artifact & references bogus dependency

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

    Resolution: Fixed

Fixed.

NOTE: May take up to 4 hours for the fix to reach central repo.

> POM for commons-jelly-tags-ant has incorrect artifact & references bogus dependency
> -----------------------------------------------------------------------------------
>
>          Key: MEV-38
>          URL: http://jira.codehaus.org/browse/MEV-38
>      Project: Maven Evangelism
>         Type: Bug

>   Components: Invalid POM
>     Reporter: J. Matthew Pryor
>     Assignee: Edwin Punzalan

>
>
> http://www.ibiblio.org/maven2/commons-jelly/commons-jelly-tags-ant/1.0/commons-jelly-tags-ant-1.0.pom has an incorrect artifact ID and also maskes reference to a SNAPSHOT version of commons-jelly which has no POM
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>commons-jelly-tags-antlr</groupId>
>   <artifactId>commons-jelly-tags-antlr</artifactId>
>   <name>commons-jelly-tags-antlr</name>
>   <version>1.0</version>
>   <description>This is a Jelly interface for Antlr.</description>
>   <dependencies>
>     <dependency>
>       <groupId>commons-jelly</groupId>
>       <artifactId>commons-jelly</artifactId>
>       <version>SNAPSHOT</version>
>     </dependency>
>     <dependency>
>       <groupId>antlr</groupId>
>       <artifactId>antlr</artifactId>
>       <version>2.7.1</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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org