You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@codehaus.org> on 2012/02/14 20:37:03 UTC

[jira] (MRELEASE-304) Wrong version in development pom.xml

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

Robert Scholte closed MRELEASE-304.
-----------------------------------

    Resolution: Incomplete
      Assignee: Robert Scholte

Seems to be fixed in [rev. 1000364|http://svn.apache.org/viewvc?rev=1000364&view=rev]
There's no testcase to verify this.
                
> Wrong version in development pom.xml
> ------------------------------------
>
>                 Key: MRELEASE-304
>                 URL: https://jira.codehaus.org/browse/MRELEASE-304
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>          Components: prepare
>    Affects Versions: 2.0-beta-8
>            Reporter: Jean-Philippe Steck
>            Assignee: Robert Scholte
>
> In class : RewritePomsForDevelopmentPhase
> Method :
> -----------
> protected Map getOriginalVersionMap( ReleaseDescriptor releaseDescriptor, List reactorProjects )
>     {
>         return releaseDescriptor.getReleaseVersions();
>     }
> Should be : 
> ----------------
>     protected Map getOriginalVersionMap( ReleaseDescriptor releaseDescriptor, List reactorProjects )
>     {
>         return releaseDescriptor.getOriginalVersions( reactorProjects );
>     }

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