You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Paul Gier (JIRA)" <ji...@codehaus.org> on 2008/12/03 20:11:19 UTC

[jira] Commented: (MRELEASE-389) Properties releaseVersion and developmentVersion are not read correctly during release:prepare (eventually release:perform)

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

Paul Gier commented on MRELEASE-389:
------------------------------------

I wasn't able to reproduce this.  Can you provide more information?
I ran a release:prepare in batch mode using -DdevelopmentVersion and releaseVersion and both were set correctly in the release.properties and in the poms.
Did you do a release:prepare before the release?  Or did you have any other settings that might have interfered?

> Properties releaseVersion and developmentVersion are not read correctly during release:prepare (eventually release:perform)
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MRELEASE-389
>                 URL: http://jira.codehaus.org/browse/MRELEASE-389
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-8
>         Environment: Maven version: 2.0.9
> Java version: 1.6.0_07
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
> scm=CVS
>            Reporter: jcrouvi
>             Fix For: 2.0-beta-9
>
>         Attachments: Patch-MRELEASE-389.txt
>
>
> Calling
>  mvn --batch-mode release:prepare release:perform -Dtag=TEST_RELEASE-3_0_0 -DreleaseVersion=3.0.0 -DdevelopmentVersion=3.0.1-SNAPSHOT
> doesn't produce the expected results:
> * -DdevelopmentVersion=3.0.1-SNAPSHOT
> ** the value is not set correctly in the file pom.xml:
> *** Expected:  <version>3.0.1-SNAPSHOT</version>
> *** But was: <version>2.0.5-SNAPSHOT</version>
> * -DreleaseVersion=3.0.0
> ** the artifacts are not created correctly:
> *** Expected artifact: ipi-multimodule-b-3.0.0.jar
> *** But was: ipi-multimodule-b-2.0.4.jar
> ** the value is not set correctly in the file pom.xml (comment in CVS: [maven-release-plugin] prepare release TEST_RELEASE-3_0_0):
> *** Expected:  <version>3.0.0</version>
> *** But was: <version>2.0.4</version>
> * -Dtag=TEST_RELEASE-3_0_0
> ** the value is set correctly in the file pom.xml 
> ** the tagging of the CVS module is also correct.

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