You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Štědrý (JIRA)" <ji...@apache.org> on 2016/06/10 16:50:21 UTC

[jira] [Commented] (MRELEASE-951) Release plugin ignores release.properties developmentVersion property

    [ https://issues.apache.org/jira/browse/MRELEASE-951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15324793#comment-15324793 ] 

Michael Štědrý commented on MRELEASE-951:
-----------------------------------------

What helped in my case (in the linked issue MRELEASE-953) is to go back to version 2.3.2 of the release plugin. You can try that too.

> Release plugin ignores release.properties developmentVersion property
> ---------------------------------------------------------------------
>
>                 Key: MRELEASE-951
>                 URL: https://issues.apache.org/jira/browse/MRELEASE-951
>             Project: Maven Release Plugin
>          Issue Type: Bug
>         Environment: maven-release-plugin 2.5.3
>            Reporter: Robert Patrick
>
> I created my release.properties file with the following content:
> tag=myproject-2.0.0
> releaseVersion=2.0.0
> developmentVersion=2.1.0-SNAPSHOT
> and invoked the release plugin with:
> mvn --batch-mode release:prepare
> After running the maven-release-plugin, the POM version was set to 2.0.1-SNAPSHOT even though I told it to set it to 2.1.0-SNAPSHOT.
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)