-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
bugSomething isn't workingSomething isn't workingpriority:majorMajor loss of functionMajor loss of function
Milestone
Description
Marcel Stör opened MRELEASE-1109 and commented
Given: a project using CI-friendly versions as per https://maven.apache.org/maven-ci-friendly.html
<version>${revision}</version>
...
<properties>
<revision>1.0.0-SNAPSHOT</revision>
</properties>If I run mvn release:update-versions (with or without {}-DautoVersionSubmodules=true{}) I expect the release plugin to change the $revision property. Instead it blindly replaces <version>${revision}</version> with the hard-coded version set on the CLI.
Affects: 2.5.3, 3.0.0-M7
Issue Links:
- MRELEASE-1154 [REGRESSION] MRELEASE-1109 breaks release of Maven Surefire
("causes") - MRELEASE-1151 [REGRESSION] Maven Release Plugin fails to adjust version
("causes") - MRELEASE-1153 Revert parts of MRELEASE-1109 (8dfcb47) due to a regression
("causes")
Remote Links:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority:majorMajor loss of functionMajor loss of function