Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 2.0-beta-8
-
Fix Version/s: 2.0
-
Component/s: prepare
-
Labels:None
-
Environment:Maven version: 2.0.9
Java version: 1.6.0_07
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
scm=CVS
-
Patch Submitted:Yes
-
Number of attachments :
Description
Calling
mvn --batch-mode release:prepare release:perform -Dtag=TEST_RELEASE-3_0_0 -DreleaseVersion=3.0.0 -DdevelopmentVersion=3.0.1-SNAPSHOT
doesn't produce the expected results:
- -DdevelopmentVersion=3.0.1-SNAPSHOT
- the value is not set correctly in the file pom.xml:
- Expected: <version>3.0.1-SNAPSHOT</version>
- But was: <version>2.0.5-SNAPSHOT</version>
- the value is not set correctly in the file pom.xml:
- -DreleaseVersion=3.0.0
- the artifacts are not created correctly:
- Expected artifact: ipi-multimodule-b-3.0.0.jar
- But was: ipi-multimodule-b-2.0.4.jar
- the value is not set correctly in the file pom.xml (comment in CVS: [maven-release-plugin] prepare release TEST_RELEASE-3_0_0):
- Expected: <version>3.0.0</version>
- But was: <version>2.0.4</version>
- the artifacts are not created correctly:
- -Dtag=TEST_RELEASE-3_0_0
- the value is set correctly in the file pom.xml
- the tagging of the CVS module is also correct.
Attachments
Issue Links
| This issue relates to: | ||||
| MRELEASE-387 | command line versions don't seem to work on release:branch |
|
|
|
| This issue is related to: | ||||
| MRELEASE-128 | SCM properties being replaced during release:perform |
|
|
|
| MRELEASE-173 | Allow command line specification of versions |
|
|
|
Patch-
MRELEASE-389.txt contains a patch for this issue against the following file:maven-release-manager/src/main/java/org/apache/maven/shared/release/util/ReleaseUtil.java
This patch has been tested manually using a private version of maven-release-manager and maven-release-plugin.
Can this be taken along for maven-release-plugin 2.0-beta-9 release?
Ringo
MRELEASE-389.txt contains a patch for this issue against the following file: maven-release-manager/src/main/java/org/apache/maven/shared/release/util/ReleaseUtil.java This patch has been tested manually using a private version of maven-release-manager and maven-release-plugin. Can this be taken along for maven-release-plugin 2.0-beta-9 release? Ringo