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/09/27 20:56:13 UTC

[jira] Closed: (MEV-89) Specify tag when referencing jaxen 1.0-FCS-full

     [ http://jira.codehaus.org/browse/MEV-89?page=all ]
     
Carlos Sanchez closed MEV-89:
-----------------------------

     Assign To: Carlos Sanchez
    Resolution: Fixed

> Specify <classifier/> tag when referencing jaxen 1.0-FCS-full
> -------------------------------------------------------------
>
>          Key: MEV-89
>          URL: http://jira.codehaus.org/browse/MEV-89
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Dependencies
>     Reporter: Vincent Siveton
>     Assignee: Carlos Sanchez

>
>
>     <dependency>
>       <groupId>jaxen</groupId>
>       <artifactId>jaxen</artifactId>
>       <version>1.0-FCS-full</version>
>     </dependency>
> should be replaced by
>     <dependency>
>       <groupId>jaxen</groupId>
>       <artifactId>jaxen</artifactId>
>       <version>1.0-FCS</version>
>       <classifier>full</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


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