Maybe you could : - checkout the tag - change pom version to 2.2.3 - deploy (this is what mvn release:perform does from the tag)
Does it address your need ? 2006/9/12, Douglas Ferguson <[EMAIL PROTECTED]>:
Is there a way to release from a tag? Say I have my-app-2.2.3-RC-1 for release candidate 1 and I want to release that as my-ap-2.2.3 If I check out the tag and do a release, mvn is going to want to commit pom changes to the tag, which it I don't want it to do. Any other way to do this?
