Details
-
Type:
Bug
-
Status: Closed
-
Priority:
TBD
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Complexity:Undetermined
-
Development:
Description
Currently, the parent pom for the validation module doesn't include specifications for distribution management and running maven release:prepare is failing because we have the artifact's version number set to 1.0.1.
That version number implies that 1.0.1 has already been released, so we can't release a release.
We're only supposed to release SNAPSHOT versions. That means the version number should be like 1.0.1-SNAPSHOT.