[jbosstools-issues] [JBoss JIRA] (JBIDE-19171) For JBIDE 4.2.3.Beta1: Prepare for JBT 4.2.3 / JBDS 8.1.0 [JavaEE]

Alexey Kazakov (JIRA) issues at jboss.org
Wed Feb 4 16:06:48 EST 2015


Alexey Kazakov created JBIDE-19171:
--------------------------------------

             Summary: For JBIDE 4.2.3.Beta1: Prepare for JBT 4.2.3 / JBDS 8.1.0 [JavaEE]
                 Key: JBIDE-19171
                 URL: https://issues.jboss.org/browse/JBIDE-19171
             Project: Tools (JBoss Tools)
          Issue Type: Sub-task
          Components: common/jst/core
            Reporter: Alexey Kazakov
            Assignee: Alexey Kazakov
            Priority: Blocker
             Fix For: 4.2.3.Beta1


For JBIDE 4.2.3.Beta1 [JST]: Please perform the following tasks:

1. Ensure your component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.1 to 1.0.2 or from 1.0.2 to 1.0.3.

Please also ensure that the version of your plugins in the master (4.3.x) branch is a LARGER version, to prevent a user from accidentally updating from your Mars version to your Luna version. For example, org.jboss.tools.stacks.core cannot be version 1.1.1 in JBDS 8.0.2, and 1.1.0 in JBDS 9.

{code}
mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.22.0:set-version -DnewVersion=4.3.0-SNAPSHOT
{code}

2. In the *{color:blue}jbosstools-4.2.x{color}* branch, update your root pom to use parent pom version *{color:blue}4.2.3.Beta1-SNAPSHOT{color}*

{code}
  <parent>
    <groupId>org.jboss.tools</groupId>
    <artifactId>parent</artifactId>
    <version>4.2.3.Beta1-SNAPSHOT</version>
  </parent>
{code}

3. Ensure you've built & run your plugin tests using the latest target platform version:

{code}
mvn clean verify -Dtpc.version=4.42.0.Beta1-SNAPSHOT 
{code}

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

[Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and+fixVersion+%3D+%228.1.0.Beta1%22%29+or+%28project+in+%28JBIDE%29+and+fixVersion+%3D+%224.2.3.Beta1%22%29%29+AND+labels+%3D+task], or [Search for JST task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and+fixVersion+%3D+%228.1.0.Beta1%22%29+or+%28project+in+%28JBIDE%29+and+fixVersion+%3D+%224.2.3.Beta1%22%29%29+AND+labels+%3D+task+and+component+in+%28%22common%2Fjst%2Fcore%22%29]



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbosstools-issues mailing list