The update-versions goal fails when project is not at a SNAPSHOT version ------------------------------------------------------------------------
Key: MRELEASE-611 URL: http://jira.codehaus.org/browse/MRELEASE-611 Project: Maven 2.x Release Plugin Issue Type: Bug Affects Versions: 2.1 Reporter: Karl M. Davis Priority: Minor Trying to use the {{update-versions}} goal fails if the project is not at a {{SNAPSHOT}} version. This is a little silly, as one of the reasons for using this goal is to fix that exact problem. It currently fails with: {noformat} [INFO] [release:update-versions {execution: default-cli}] [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] You don't have a SNAPSHOT project in the reactor projects list. [INFO] ------------------------------------------------------------------------ {noformat} -- 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