Hello, I'd like to perform a release (with mavean-release-plugin) with this process :
Make release candidate v1-beta1 => ok Perform tests If tests are ko, make a new relesase candidate v1-beta2 => ok Perform tests If tests are ok, i'd like to make the final release (v1) and i want to be sure that code is the same as v1-beta2. So i'd like to re-tag the v1-beta2 revision with ne v1 tag to perform the release. How can i do that with maven-release-plugin ? I don't see any parameter for the source tag/revision from which make the release, so i guess it is only possible with the latest version of branch. Thanks for answer Reynald Jégo - SII
