http://jira.codehaus.org/browse/MRELEASE-615: release:branch and release:perform overwrites existing branch/version
This is a serious issue when branching from a tag.

http://maven.apache.org/plugins/maven-release-plugin/examples/branch.html says: "By default, the POM in the new branch keeps the same version as the local working copy, and the local POM is incremented to the next revision." I think we need to improve this: only when branching from trunk this should be the default, not when branching from tag or branch.

Robert

Op Thu, 08 Nov 2012 22:31:44 +0100 schreef Benson Margulies <[email protected]>:

We were a little surprised to find that m-r-p:branch handles git by
committing the branch version on the current branch, making the branch, and
then reverting the version on the current branch.

Why not make the branch and change the version *there*?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to