Uploaded image for project: 'Red Hat CodeReady Studio (devstudio)'
  1. Red Hat CodeReady Studio (devstudio)
  2. JBDS-3483

For JBDS 9.0.0.Beta2: Code Freeze + Branch

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Blocker
    • 9.0.0.Beta2
    • None
    • installer

    Description

      For JBDS 9.0.0.Beta2: Please perform the following tasks:

      0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.3.0.Beta2

      Unresolved JIRAs with fixVersion = 4.3.0.Beta2, 9.0.0.Beta2

      1. Branch from your existing master branch into a new jbosstools-4.3.0.Beta2x branch;

      git checkout master
      git pull origin master
      git checkout -b jbosstools-4.3.0.Beta2x
      git push origin jbosstools-4.3.0.Beta2x
      

      2. NOW THAT YOU HAVE BRANCHED, check out your master branch.

      git checkout master
      git pull origin master
      

      3. Update your master branch parent pom to use the latest version, 4.3.0.CR1-SNAPSHOT:

        <parent>
          <groupId>org.jboss.tools</groupId>
          <artifactId>parent</artifactId>
          <version>4.3.0.CR1-SNAPSHOT</version>
        </parent>
      

      Now, your root pom will use parent pom version:

      • 4.3.0.Beta2-SNAPSHOT in your jbosstools-4.3.0.Beta2x branch, and
      • 4.3.0.CR1-SNAPSHOT in your master bran

      4. Close (do not resolve) this JIRA when done.

      5. If you have any outstanding New + Noteworthy JIRAs to do, please complete them next.

      Search for all task JIRA

      Attachments

        Activity

          People

            Unassigned Unassigned
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: