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

For JBDS 10.2.0.GA: Prepare for 4.4.2.Final / 10.2.0.GA [installer]

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Blocker Blocker
    • 10.2.0.GA
    • None
    • installer
    • NEW

      For JBDS 10.2.0.GA [installer]: Please perform the following tasks: 0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.4.2.Final or 10.2.0.GA Unresolved JIRAs with fixVersion = 4.4.2.Final, 10.2.0.GA 1. Check out your existing master branch:

       git checkout master 

      2. Update your master branch root pom to use the latest parent pom version, 4.4.2.Final-SNAPSHOT:

       <parent> <groupId>org.jboss.tools</groupId> <artifactId>parent</artifactId> <version>4.4.2.Final-SNAPSHOT</version> </parent> 

      Now, your root pom will use parent pom version: features installer LICENSE.txt p2-director plugins pom.xml pom.xml.orig README.adoc results rpm site 4.4.2.Final-SNAPSHOT in your master branch 3. Branch from your existing master branch into a new jbosstools-4.4.2.x branch:

       git checkout master git pull origin master git checkout -b jbosstools-4.4.2.x git push origin jbosstools-4.4.2.x 

      Now, your root pom will use parent pom version: features installer LICENSE.txt p2-director plugins pom.xml pom.xml.orig README.adoc results rpm site 4.4.2.Final-SNAPSHOT in your jbosstools-4.4.2.x branch, too. 4a. Ensure you've built your code using the latest minimum target platform version 4.60.2.Final

       mvn clean verify -Dtpc.version=4.60.2.Final 

      4b. Ensure you've run your tests using the latest maximum target platform version 4.61.0.Final

       mvn clean verify -Dtpc.version=4.61.0.Final 

      5. Close (do not resolve) this JIRA when done. 6. If you have any outstanding New + Noteworthy JIRAs to do, please complete them next.

      Search for all task JIRA, or Search for installer task JIRA

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

              Created:
              Updated:
              Resolved: