Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
2.0
-
None
-
None
-
Maven 2.2.1
Description
When I run the release:update-versions goal in batch mode, it performs the transformation and just cleans the things up...
Command which is executed:
mvn -B release:update-versions -DautoVersionSubmodules=true -DdevelopmentVersion=0.4.0
The output looks like:
[INFO] Transforming 'ModuleA'... [INFO] Transforming 'ModuleB'... [INFO] Cleaning up after release...
If I run the command in interactive mode, everything goes fine:
mvn -B release:update-versions -DautoVersionSubmodules=true
It asks the version on the prompt and updates the pom files accordingly.
Any idea?
Attachments
Issue Links
- relates to
-
MRELEASE-760 updateWorkingCopyVersions=false still bumps up pom versions to next development version
- Closed