Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-25460

For JBIDE 4.5.2.AM2: Prepare for 4.5.2.AM2 / 11.2.0.AM2 [browsersim]

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Blocker
    • 4.5.2.AM2
    • None
    • browsersim

    Description

      For JBIDE 4.5.2.AM2 [browsersim]: Please perform the following tasks:

      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.5.2.AM3-SNAPSHOT:

       
         <parent> 
           <groupId>org.jboss.tools</groupId> 
           <artifactId>parent</artifactId> 
           <version>4.5.2.AM3-SNAPSHOT</version> 
         </parent> 
       

      Now, your root pom will use parent pom version:

      • 4.5.2.AM3-SNAPSHOT in your master branch

      3. Ensure that component features/plugins have been properly upversioned, eg., from 1.0.0 to 1.0.1.

       
       mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.26.0:set-version -DnewVersion=1.0.1-SNAPSHOT 
       

      4a. Ensure you've built your code using the latest minimum target platform version 4.70.3.Final

       
       mvn clean verify -Dtpc.version=4.70.3.Final 
       

      4b. Ensure you've run your tests using the latest maximum target platform version 4.72.0.AM2-SNAPSHOT

       
       mvn clean verify -Dtpc.version=4.72.0.AM2-SNAPSHOT 
       

      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 browsersim task JIRA

      Attachments

        Activity

          People

            ibuziuk@redhat.com Ilya Buziuk
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: