[
https://issues.apache.org/jira/browse/MRELEASE-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15798338#comment-15798338
]
Jörg Delker commented on MRELEASE-611:
--------------------------------------
Well, I still encounter this issue with 2.5.1!
I'm unable to perform a release:update-versions on a project version 3.0.0.
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-release-plugin:2.5.1:update-versions
(default-cli) on project opendj-server-parent: You don't have a SNAPSHOT
project in the reactor projects list.
{noformat}
The user story is the same:
I would like to patch a release package and transpose the project (and all
contained sub-projects) to a new 3.0.1-SNAPSHOT version.
> The update-versions goal fails when project is not at a SNAPSHOT version
> ------------------------------------------------------------------------
>
> Key: MRELEASE-611
> URL: https://issues.apache.org/jira/browse/MRELEASE-611
> Project: Maven Release Plugin
> Issue Type: Bug
> Components: update-versions
> Affects Versions: 2.1
> Reporter: Karl M. Davis
> Assignee: Robert Scholte
> Priority: Minor
> Fix For: 2.5.2
>
> Attachments: maven-release-plugin-2.1.patch
>
>
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)