[jbosstools-issues] [JBoss JIRA] (JBDS-3545) For JBDS 9.0.1.Beta1: Prepare for future Beta1

Nick Boldt (JIRA) issues at jboss.org
Thu Oct 15 11:02:00 EDT 2015


Nick Boldt created JBDS-3545:
--------------------------------

             Summary: For JBDS 9.0.1.Beta1: Prepare for future Beta1
                 Key: JBDS-3545
                 URL: https://issues.jboss.org/browse/JBDS-3545
             Project: Developer Studio (JBoss Developer Studio)
          Issue Type: Task
          Components: installer
            Reporter: Nick Boldt
            Priority: Blocker
             Fix For: 9.0.1.Beta1


For JBDS 9.0.1.Beta1: Please perform the following tasks:

If you expect to be doing 4.3.x maintenance work in your component:

1a. In your *{color:blue}4.3.x branch{color}*, ensure your component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 4.3.0 to 4.3.1 (if planning minor changes). 

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

1b. Make sure your *{color:orange}master branch{color}* has a higher version (eg., 4.3.100 or 4.4.0) than what you set in the previous step. If you already bumped your *{color:orange}master branch{color}* for 4.4.0.Alpha1 prep, DO NOT bump it again. (This is just a reminder.)

2a. In your *{color:blue}4.3.x branch{color}* ONLY, update your root pom to use parent pom version *{color:blue}4.3.1.Beta1-SNAPSHOT{color}*; 

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

2b. If your project has an *all-tests/pom.xml* (Aerogear, Base, Central, JavaEE, Server) please ensure you have bumped that file too, and that it refers to the correct parent pom version you used above.

3. In your *{color:blue}4.3.x branch{color}* ONLY, ensure you've built & run your tests using the latest target platform version *{color:blue}4.51.1.CR1-SNAPSHOT{color}*;

{code}
mvn clean verify -Dtpc.version=4.51.1.CR1-SNAPSHOT
{code}

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

If, on the other hand, you do NOT expect to be doing maintenance in your component, please let Nick know via @-mention in this JIRA so he can pull a stable release of your component to use in future 4.3.x builds INSTEAD of including new CI builds.



[Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and+fixVersion+%3D+%229.0.1.Beta1%22%29+or+%28project+in+%28JBIDE%29+and+fixVersion+%3D+%224.3.1.Beta1%22%29%29+AND+labels+%3D+task]



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list