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

For JBIDE 4.4.0.Alpha1: Prepare for future Alpha1

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Blocker
    • 4.4.0.Alpha1
    • None
    • build

    Description

      For JBIDE 4.4.0.Alpha1: 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

      See also: JBDS-3529

      Attachments

        There are no Sub-Tasks for this issue.

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: