Pom not correctly updated when the artifact contains an expression
------------------------------------------------------------------
Key: MRELEASE-311
URL: http://jira.codehaus.org/browse/MRELEASE-311
Project: Maven 2.x Release Plugin
Issue Type: Bug
Reporter: Guillaume Nodet
Neither the release part, not the update back to snapshot correctly updated the
pom referring to artifacts with a name containing a property.
The following commit is an example of what I had to do to put back the snapshot
versions
http://fisheye6.cenqua.com/browse/servicemix/smx4/runtime/trunk/testing/support/pom.xml?r1=607746&r2=608108
The problem seems to happen because the artifact name are the following
<artifactId>org.apache.servicemix.bundles.aopalliance-${aopalliance.version}</artifactId>
And those are not recognized properly.
--
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