XMLWordPrintable

Details

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

    Description

      For JBIDE 4.4.0.Alpha1 [Base]: 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 Base task JIRA

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: