[ http://jira.codehaus.org/browse/MEV-390?page=comments#action_65155 ] 

Wayne Fay commented on MEV-390:
-------------------------------

I am reasonably certain version should be 1.0-alpha-4 for all 3 dependencies.

> Dependencies listed as version ${project.version} in maven-archetype
> --------------------------------------------------------------------
>
>          Key: MEV-390
>          URL: http://jira.codehaus.org/browse/MEV-390
>      Project: Maven Evangelism
>         Type: Bug

>     Reporter: Wayne Fay

>
>
> Dependencies are listed as ${project.version} in deployed POM.
>   <dependencyManagement>
>     <dependencies>
>       <dependency>
>         <groupId>org.apache.maven.archetype</groupId>
>         <artifactId>maven-archetype-model</artifactId>
>         <version>${project.version}</version>
>       </dependency>
>       <dependency>
>         <groupId>org.apache.maven.archetype</groupId>
>         <artifactId>maven-archetype-core</artifactId>
>         <version>${project.version}</version>      
>       </dependency>      
>       <dependency>
>         <groupId>org.apache.maven.archetype</groupId>
>         <artifactId>maven-archetype-creator</artifactId>
>         <version>${project.version}</version>      
>       </dependency>      
>     </dependencies>
>   </dependencyManagement>

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

Reply via email to