Uploaded image for project: 'Bigtop'
  1. Bigtop
  2. BIGTOP-3954

Fix the version definition in bigtop.bom so that `./gradlew setversion` works

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.2.1, 3.3.0
    • None
    • None

    Description

      In reviewing BIGTOP-3953, I found ./gradlew setversion doesn't work for bigtop.bom before I knew it.

      $ ./gradlew all-components
      
      > Task :all-components
      bigtop 3.3.0-SNAPSHOT stack includes the following components
      
      ...
      
      $ ./gradlew setversion -Pnextversion=3.4.0
      
      ...
      
      BUILD SUCCESSFUL in 721ms
      1 actionable task: 1 executed
      $ ./gradlew all-components
      
      > Task :all-components
      bigtop 3.3.0-SNAPSHOT stack includes the following components
      
      ...
      

      It worked correctly at least before 3.2.0.

      $ git checkout rel/3.1.0
      $ ./gradlew all-components
      Starting a Gradle Daemon (subsequent builds will be faster)
      
      > Task :all-components
      bigtop 3.1.0 stack includes the following components
      
      ...
      
      $ ./gradlew setversion -Pnextversion=3.1.1
      
      ...
      
      BUILD SUCCESSFUL in 1s
      1 actionable task: 1 executed
      $ ./gradlew all-components                                                                                  
      
      > Task :all-components                                                                                                                                         
      bigtop 3.1.1 stack includes the following components
      
      ...
      

      Attachments

        Activity

          People

            sekikn Kengo Seki
            sekikn Kengo Seki
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 40m
                40m