[ 
http://jira.andromda.org/jira/browse/MAVEN-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Plushnikov Michail closed MAVEN-42.
-----------------------------------

       Resolution: Cannot Reproduce
    Fix Version/s: 3.4-SNAPSHOT
         Assignee: Plushnikov Michail  (was: Chad Brandon)

> need change the pom version dependency in project.vm
> ----------------------------------------------------
>
>                 Key: MAVEN-42
>                 URL: http://jira.andromda.org/jira/browse/MAVEN-42
>             Project: Maven Plugins
>          Issue Type: Bug
>          Components: APP
>    Affects Versions: 3.1-RC1
>            Reporter: coffee li
>            Assignee: Plushnikov Michail
>             Fix For: 3.4-SNAPSHOT
>
>
> I think in project.vm of maven-andromdapp-plugin-3.1-RC1-SNAPSHOT.jar's 
> templates, the following pom dependency should be changed to 
> ${application.version}, NOT ${pom.currentVersion} 
> the ${pom.currentVersion} = 3.1-RC1-SNAPSHOT 
> the ${application.version} is defined in build.properties of the generated 
> project 
> <dependency> 
> <groupId>${pom.groupId}</groupId> 
> <artifactId>${pom.groupId}-mda</artifactId> 
> <version>${pom.currentVersion}</version> 
> <type>pom</type> 
> </dependency>
> should be changed to
> <dependency> 
> <groupId>${pom.groupId}</groupId> 
> <artifactId>${pom.groupId}-mda</artifactId> 
> <version>${application.version}</version> 
> <type>pom</type> 
> </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.andromda.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev

Reply via email to