need change the pom version dependency in project.vm
----------------------------------------------------

         Key: MAVEN-42
         URL: http://jira.andromda.org/browse/MAVEN-42
     Project: Maven Plugins
        Type: Bug
  Components: APP  
    Versions: 3.1-RC1    
    Reporter: coffee li
 Assigned to: Chad Brandon 


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/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-devel mailing list
Andromda-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to