You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Wayne Fay (JIRA)" <ji...@codehaus.org> on 2006/03/17 20:10:11 UTC

[jira] Created: (MEV-360) nanocontainer has invalid xpp3 dependency

nanocontainer has invalid xpp3 dependency
-----------------------------------------

         Key: MEV-360
         URL: http://jira.codehaus.org/browse/MEV-360
     Project: Maven Evangelism
        Type: Improvement

  Components: Dependencies  
    Reporter: Wayne Fay


http://www.ibiblio.org/maven2/nanocontainer/nanocontainer/1.0-RC-3/nanocontainer-1.0-RC-3.pom

  <groupId>nanocontainer</groupId>
  <artifactId>nanocontainer</artifactId>
  <name>NanoContainer Core</name>
  <version>1.0-RC-3</version>
...
    <dependency>
      <groupId>xpp3</groupId>
      <artifactId>xpp3</artifactId>
      <version>1.1.3.4-RC8_min</version>
    </dependency>

This should be updated to use a classifier instead:
    <dependency>
      <groupId>xpp3</groupId>
      <artifactId>xpp3</artifactId>
      <version>1.1.3.4-RC8_min</version>
      <classifier>RC8_min</classifier>
    </dependency>


-- 
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-360) nanocontainer has invalid xpp3 dependency

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-360?page=all ]
     
Carlos Sanchez closed MEV-360:
------------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

Fixed with 

    <dependency>
      <groupId>xpp3</groupId>
      <artifactId>xpp3_min</artifactId>
      <version>1.1.3.4-RC8</version>
    </dependency>


> nanocontainer has invalid xpp3 dependency
> -----------------------------------------
>
>          Key: MEV-360
>          URL: http://jira.codehaus.org/browse/MEV-360
>      Project: Maven Evangelism
>         Type: Improvement

>   Components: Dependencies
>     Reporter: Wayne Fay
>     Assignee: Carlos Sanchez

>
>
> http://www.ibiblio.org/maven2/nanocontainer/nanocontainer/1.0-RC-3/nanocontainer-1.0-RC-3.pom
>   <groupId>nanocontainer</groupId>
>   <artifactId>nanocontainer</artifactId>
>   <name>NanoContainer Core</name>
>   <version>1.0-RC-3</version>
> ...
>     <dependency>
>       <groupId>xpp3</groupId>
>       <artifactId>xpp3</artifactId>
>       <version>1.1.3.4-RC8_min</version>
>     </dependency>
> This should be updated to use a classifier instead:
>     <dependency>
>       <groupId>xpp3</groupId>
>       <artifactId>xpp3</artifactId>
>       <version>1.1.3.4-RC8_min</version>
>       <classifier>RC8_min</classifier>
>     </dependency>

-- 
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] Commented: (MEV-360) nanocontainer has invalid xpp3 dependency

Posted by "Wayne Fay (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-360?page=comments#action_61393 ] 

Wayne Fay commented on MEV-360:
-------------------------------

Oops... That should have been:

This should be updated to use a classifier instead:
    <dependency>
      <groupId>xpp3</groupId>
      <artifactId>xpp3</artifactId>
      <version>1.1.3.4</version>
      <classifier>RC8_min</classifier>
    </dependency>


> nanocontainer has invalid xpp3 dependency
> -----------------------------------------
>
>          Key: MEV-360
>          URL: http://jira.codehaus.org/browse/MEV-360
>      Project: Maven Evangelism
>         Type: Improvement

>   Components: Dependencies
>     Reporter: Wayne Fay

>
>
> http://www.ibiblio.org/maven2/nanocontainer/nanocontainer/1.0-RC-3/nanocontainer-1.0-RC-3.pom
>   <groupId>nanocontainer</groupId>
>   <artifactId>nanocontainer</artifactId>
>   <name>NanoContainer Core</name>
>   <version>1.0-RC-3</version>
> ...
>     <dependency>
>       <groupId>xpp3</groupId>
>       <artifactId>xpp3</artifactId>
>       <version>1.1.3.4-RC8_min</version>
>     </dependency>
> This should be updated to use a classifier instead:
>     <dependency>
>       <groupId>xpp3</groupId>
>       <artifactId>xpp3</artifactId>
>       <version>1.1.3.4-RC8_min</version>
>       <classifier>RC8_min</classifier>
>     </dependency>

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