Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
use buildr release with these:
VERSION_NUMBER = "1.0.0.018-SNAPSHOT"
NEXT_VERSION = "1.0.0.018"
The artifact released is 1.0.0.18
and the Buildfile committed at the end of the release contains:
VERSION_NUMBER = "1.0.0.19-SNAPSHOT"
NEXT_VERSION = "1.0.0.19"
In buildr 1.3 the behavior was identical except that the build number was 1.0.0.018
The expected behavior is to release artifacts 1.0.0.018 and have
VERSION_NUMBER = "1.0.0.019-SNAPSHOT"
NEXT_VERSION = "1.0.0.019"