[ 
http://jira.codehaus.org/browse/MRELEASE-297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=215282#action_215282
 ] 

Hans Beemsterboer commented on MRELEASE-297:
--------------------------------------------

I had the same problem without using version properties.
It looks like the development versions get bumped up when you change method 
updateDomVersion as follows:

{code:title=AbstractRewritePomsPhase.java|borderStyle=solid}
if ( dependency != null )
{
    versionElement = dependency.getChild( "version", 
dependencyRoot.getNamespace() );
    if ( versionElement != null )
    {
        dependencyVersion = versionElement.getTextTrim();

        if (mappedVersion != null && mappedVersion.endsWith("SNAPSHOT") )
        {
            rewriteValue( versionElement, mappedVersion );
        }

    }
}
{code} 

> release doesn't bump versions in properties to the next dev iteration
> ---------------------------------------------------------------------
>
>                 Key: MRELEASE-297
>                 URL: http://jira.codehaus.org/browse/MRELEASE-297
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>          Components: prepare
>    Affects Versions: 2.0-beta-6, 2.0-beta-7
>            Reporter: Brian Fox
>            Assignee: Maria Odea Ching
>
> Properties used as versions are correctly updated to the release version and 
> committed, but they are not bumped to the next snapshot after.

-- 
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

        

Reply via email to