XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Blocker Blocker
    • 4.4.0.Alpha1
    • None
    • common

      For JBIDE 4.4.0.Alpha1 [JST]: Please perform the following tasks:

      0. If your component is at end of life and won't have new development on Eclipse 4.6 (Neon) you can probably Reject this JIRA. Please confirm with Alexey or Max. (For example, Portlet & GWT did no development for Mars.)

      Otherwise:

      1. In your master branch ONLY, ensure your component features/plugins have been properly upversioned, eg., from 4.3.0 to 4.4.0 (if planning minor changes) or from 4.3.0 to 4.3.100 (if planning only maintenance).

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

      2. In your master branch ONLY, update your root pom to use parent pom version 4.4.0.Alpha1-SNAPSHOT;

        <parent>
          <groupId>org.jboss.tools</groupId>
          <artifactId>parent</artifactId>
          <version>4.4.0.Alpha1-SNAPSHOT</version>
        </parent>
      

      3. In your master branch ONLY, ensure you've built & run your tests using the latest target platform version 4.60.0.Alpha1-SNAPSHOT;

      mvn clean verify -Dtpc.version=4.60.0.Alpha1-SNAPSHOT
      

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

      Search for all task JIRA, or Search for JST task JIRA

              alexeykazakov Alexey Kazakov
              nickboldt Nick Boldt
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: