Uploaded image for project: 'OptaPlanner'
  1. OptaPlanner
  2. PLANNER-2028

Make master 8.0.0-SNAPSHOT, branch 7.x and adjust build scripts and CI

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • None
    • 2020 Week 25-27 (from Jun 15)
    • 5
    • NEW
    • NEW

      Inventory of things that must be tested to still work, so requirements:

      • * community release (dry run?)
        • git clone all script
        • update versions script
        • ...
      • product release (dry run?)
      • Jenkins Pr builds
      • Jenkins daily builds
      • ...

      Proposal A battleplan:

      BEFORE
          Master pom.xml:
                <parent>
                  <groupId>org.kie</groupId>
                  <artifactId>kie-parent</artifactId>
                  <version>7.40.0-SNAPSHOT</version>
                </parent>
                (<version>7.40.0-SNAPSHOT</version>)
      
      Proposal A)
          Step A.1
              Branch 7.x:
                    <parent>
                      <groupId>org.kie</groupId>
                      <artifactId>kie-parent</artifactId>
                      <version>7.40.0-SNAPSHOT</version>
                    </parent>
                    (<version>7.40.0-SNAPSHOT</version>)
              Master pom.xml:
                    <parent>
                      <groupId>org.kie</groupId>
                      <artifactId>kie-parent</artifactId>
                      <version>7.40.0-SNAPSHOT</version>
                    </parent>
                    <version>8.0.0-SNAPSHOT</version>
          Step A.2
              Fix all scripts, Jenkins, etc
          Step A.3
              Master pom.xml:
                      <<< BREAK THE XML >>>
          Step A.4
              Master pom.xml:
                    <parent>...</parent> // no more kie-parent
                    <version>8.0.0-SNAPSHOT</version>
      

            gdesmet@redhat.com Geoffrey De Smet (Inactive)
            gdesmet@redhat.com Geoffrey De Smet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: