default version for the release, but not the development
--------------------------------------------------------
Key: MNG-1739
URL: http://jira.codehaus.org/browse/MNG-1739
Project: Maven 2
Type: Bug
Components: maven-release-plugin
Versions: 2.0
Environment: Win XP, sp2
Reporter: Michael Fiedler
Priority: Minor
When the prepare goal of release is executed, a default exists for the
release version of each pom.xml. However, the development version prompt did
not have a default listed in all cases. Only one had a default. Is this
considered a bug? If not, I would like to request/suggest having a default for
all .
I am using maven2.
console:
C:\...\modules>mvn release:prepare
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] modules
[INFO] x
[INFO] y
[INFO] z
[INFO] Searching repository for plugin with prefix: 'release'.
[INFO]
----------------------------------------------------------------------------
[INFO] Building modules
[INFO] task-segment: [release:prepare] (aggregator-style)
[INFO]
----------------------------------------------------------------------------
[INFO] snapshot com.werner:x:1.2-SNAPSHOT: checking for updates from middle tier
[INFO] [release:prepare]
[INFO] What tag name should be used?
QA
[INFO] Verifying there are no local modifications ...
[INFO] Checking lineage for snapshots ...
[INFO] Checking dependencies for snapshots ...
[INFO] Checking plugins for snapshots ...
[INFO] What is the release version for 'com.werner:modules'? [1.0.1]
[INFO] Checking lineage for snapshots ...
[INFO] Checking dependencies for snapshots ...
[INFO] Checking plugins for snapshots ...
[INFO] What is the release version for 'com.werner:x'? [1.2]
[INFO] Checking lineage for snapshots ...
[INFO] Checking dependencies for snapshots ...
[INFO] Checking plugins for snapshots ...
[INFO] What is the release version for 'com.werner:y'? [1.0.1]
[INFO] Checking lineage for snapshots ...
[INFO] Checking dependencies for snapshots ...
[INFO] Checking plugins for snapshots ...
[INFO] What is the release version for 'com.werner:z'? [1.0.1]
[INFO] Checking in modified POMs
[INFO] Tagging release with the label QA.
[INFO] What is the new development version for 'com.werner:modules'? []
[INFO] What is the new development version for 'com.werner:x'? [1.3-SNAPSHOT]
[INFO] What is the new development version for 'com.werner:y'? []
[INFO] What is the new development version for 'com.werner:z'? []
[INFO] Checking in development POMs
[INFO]
----------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO]
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]