overwriting property in version tag, rather than updating property
------------------------------------------------------------------
Key: MRELEASE-421
URL: http://jira.codehaus.org/browse/MRELEASE-421
Project: Maven 2.x Release Plugin
Issue Type: Bug
Affects Versions: 2.0-beta-8
Reporter: Max Powers
I have a multimodule project that has the following dependency setup in one of
the poms
<nexus-lvo-plugin.version>1.0.2-SNAPSHOT</nexus-lvo-plugin.version>
<dependency>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-lvo-plugin</artifactId>
<version>${nexus-lvo-plugin.version}</version>
</dependency>
this nexus-lvo-plugin is in the same reactor build as the module above.
In 2.0-beta-8, rather than simply updating the property w/ the release version,
the <version> tag in the dependency is updated
leaving
<dependency>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-lvo-plugin</artifactId>
<version>1.0.2</version>
</dependency>
which causes me to have to update the pom after release is done. this didn't
happen in previous release plugin versions
--
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