Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.5.3, 3.0.0-M1
-
None
-
None
Description
Problem:
If you create a release with the same version that has already been released, causes the release process to be halted due to a SCM Tag name conflict in Git and most likely other SCMs as well and the POM files will enter a invalid state since the released versions are checked in.
Suggested solution:
A verification step needs to be added to make sure the generated tag name is not already set. and stop the process there.