PrepareReleaseMojo always increments development version
--------------------------------------------------------

                 Key: MRELEASE-483
                 URL: http://jira.codehaus.org/browse/MRELEASE-483
             Project: Maven 2.x Release Plugin
          Issue Type: Bug
          Components: prepare
    Affects Versions: 2.0-beta-9
         Environment: Mac
            Reporter: Noah Vihinen


PrepareReleaseMojo always increments development version

For example, if the latest development version is 1.3-SNAPSHOT.

mvn --batch-mode -Dtag=yflex_library-1.0.1237 -DreleaseVersion=1.0.1237 
-DdevelopmentVersion=1.0-SNAPSHOT release:prepare
mvn --batch-mode -Dtag=yflex_library-1.0.1237 -DreleaseVersion=1.0.1237 
-Dproject.dev.yahoo.yinst.yflex_library:yflex_library=1.0-SNAPSHOT 
release:prepare

results in this line in the generated release.properties

project.dev.yahoo.yinst.yflex_library\:yflex_library=1.4-SNAPSHOT

even though I specified the development version to be 1.0-SNAPSHOT.

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