[ http://jira.codehaus.org/browse/MNG-2288?page=all ]
Carlos Sanchez moved MEV-390 to MNG-2288: ----------------------------------------- Priority: Critical Group ID: (was: org.apache.maven.archetype) Artifact ID: (was: maven-archetype) Version: (was: 1.0-alpha-4) Complexity: Intermediate Workflow: Maven New (was: jira) Key: MNG-2288 (was: MEV-390) Project: Maven 2 (was: Maven Evangelism) > Dependencies listed as version ${project.version} in maven-archetype > -------------------------------------------------------------------- > > Key: MNG-2288 > URL: http://jira.codehaus.org/browse/MNG-2288 > Project: Maven 2 > Type: Bug > Reporter: Wayne Fay > Priority: Critical > > > 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