Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-3
-
None
Description
problem 1) - it looks at "allVersions" instead of "releasedVersions" to get the highest released version. This means the existence of 2.1-SNAPSHOT will delete 2.0.8-SNAPSHOT, even if they are in concurrent development
problem 2) - even the above change may not be correct - 2.0.8-SNAPSHOT may be developed after 2.1 is released.
The logic should instead delete 2.0.8-SNAPSHOT only if 2.0.8 exists (and so on for each snapshot).