Uploaded image for project: 'Buildr (Retired)'
  1. Buildr (Retired)
  2. BUILDR-282

release goal should not strip leading '0' digits from version numbers.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.3.5
    • Core features
    • 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"

      Attachments

        1. BUILDR-282.patch.txt
          1 kB
          Alex Boisvert

        Activity

          People

            boisvert Alex Boisvert
            hmalphettes Hugues Malphettes
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: