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 dont want it to do. Any other way to do this?
