[ https://issues.apache.org/jira/browse/MRELEASE-1119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17712119#comment-17712119 ]
Robert Patrick commented on MRELEASE-1119: ------------------------------------------ I just created a very simple project–nothing but a pom. [https://github.com/robertpatrick/mrp-test] The initial commit was at version 3.0.4-SNAPSHOT. {{{}I created the release.properties file in the basedir with the following contents:{}}}{{{}{}}} {{tag=release-3.0.4}} {{releaseVersion=3.0.4}} {{developmentVersion=3.1.0-SNAPSHOT}} {{Ran: mvn -B release:prepare release:perform}} {{Same issue. After the release process finished, the pom version is 3.0.5-SNAPSHOT.}} > release plugin ignores developmentVersion > ----------------------------------------- > > Key: MRELEASE-1119 > URL: https://issues.apache.org/jira/browse/MRELEASE-1119 > Project: Maven Release Plugin > Issue Type: Bug > Affects Versions: 3.0.0 > Reporter: Robert Patrick > Assignee: Karl Heinz Marbaise > Priority: Major > > 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. -- This message was sent by Atlassian Jira (v8.20.10#820010)