Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-beta-5
-
Component/s: None
-
Labels:None
-
Environment:Windows XP, Java 1.4.2
-
Number of attachments :
Description
In release:perform, the variable ${project.artifactId} was replaced with it's value in the connection and developerConnection tags in the pom. This did NOT happen in other place in the pom!
Before release:
<connection>scm:cvs:pserver:cvsanon@cvs.foo.com:/bar:${project.artifactId}</connection>
After release:
<connection>scm:cvs:pserver:cvsanon@cvs.foo.com:/bar:master-pom</connection>
BTW: The issue http://jira.codehaus.org/browse/MRELEASE-16 may be
related to the above problem.
Attachments
Issue Links
| This issue relates to: | ||||
| MRELEASE-16 | release-pom is changed too much |
|
|
|
| This issue is related to: | ||||
| MRELEASE-128 | SCM properties being replaced during release:perform |
|
|
|
Fogot to set affected version to Release plugin 2.0-beta-4