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

Robert Scholte updated MRELEASE-550:
------------------------------------

    Component/s: prepare
    
> Version incrementation in non interactive release (batch-mode / -B)
> -------------------------------------------------------------------
>
>                 Key: MRELEASE-550
>                 URL: https://jira.codehaus.org/browse/MRELEASE-550
>             Project: Maven 2.x Release Plugin
>          Issue Type: Improvement
>          Components: prepare
>    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, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to