You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Christian Moser (JIRA)" <ji...@codehaus.org> on 2010/05/03 15:16:12 UTC

[jira] Updated: (MRELEASE-550) Version incrementation in non interactive release (batch-mode / -B)

     [ http://jira.codehaus.org/browse/MRELEASE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Moser updated MRELEASE-550:
-------------------------------------

    Attachment: devVersionIncrementation_v2.patch

complete fixed patch: It's not longer necessary to Release with -Dresume=false because of a bug in the previous patch

> Version incrementation in non interactive release (batch-mode / -B)
> -------------------------------------------------------------------
>
>                 Key: MRELEASE-550
>                 URL: http://jira.codehaus.org/browse/MRELEASE-550
>             Project: Maven 2.x Release Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.1
>         Environment: Windows 7, jdk1.6.0_17
>            Reporter: Christian Moser
>         Attachments: devVersionIncrementation_v2.patch, versionIncrementation.patch
>
>
> This feature makes it possible to configure the incrementation process in batch-mode.
> As default the release plugin increments the patch-level digit and adds -SNAPSHOT after a release has been executed. e,g 
> 1.3.3-SNAPSHOT --> 1.3.3 --> *1.3.4-SNAPSHOT*
> With the following feature, the user will be allowed by setting a property in the release:prepare goal to change this behavior
> -DdevVersionIncrementation=2
> 1.3.3-SNAPSHOT --> 1.3.3 --> *1.4.0-SNAPSHOT*
> or (-DdevVersionIncrementation=1)
> 1.3.3-SNAPSHOT --> 1.3.3 --> *2.0.0-SNAPSHOT*
> the default value is -DdevVersionIncrementation=3 and will increment the patch-level digit as usual.
> In the attachment you'll find a patch for the fully implemented feature, I'd very thankful if someone could insert it into the next version.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira