Open
Description
Robert Patrick opened MRELEASE-1119 and commented
I just ran a release process using the 3.0.0 version of the maven-release-plugin with a release.properties file like this:
tag=release-3.0.4
releaseVersion=3.0.4
developmentVersion=3.1.0-SNAPSHOT
After running mvn -B release:prepare release:perform
, the pom.xml version is 3.0.5-SNAPSHOT.
Affects: 3.0.0