[jbosstools-issues] [JBoss JIRA] (JBIDE-22556) For JBIDE 4.4.1.Alpha1: Prepare for 4.4.1.Alpha1 [Integration Tests]

Martin Malina (JIRA) issues at jboss.org
Thu Jun 23 10:23:01 EDT 2016


     [ https://issues.jboss.org/browse/JBIDE-22556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Malina closed JBIDE-22556.
---------------------------------
    Resolution: Done


PR merged. Done for integration-tests.

> For JBIDE 4.4.1.Alpha1: Prepare for 4.4.1.Alpha1 [Integration Tests]
> --------------------------------------------------------------------
>
>                 Key: JBIDE-22556
>                 URL: https://issues.jboss.org/browse/JBIDE-22556
>             Project: Tools (JBoss Tools)
>          Issue Type: Sub-task
>          Components: qa
>            Reporter: Nick Boldt
>            Assignee: Martin Malina
>            Priority: Blocker
>              Labels: task
>             Fix For: 4.4.1.S116
>
>
> For JBIDE 4.4.1.Alpha1 [Integration Tests]: Please perform the following tasks:
> 1. Check out your existing *{color:orange}master{color}* branch:
> {code}
> git checkout master
> {code}
> 2. Update your *{color:orange}master{color}* root pom to use the latest parent pom version, *{color:orange}4.4.1.Alpha1-SNAPSHOT{color}*:
> {code}
>   <parent>
>     <groupId>org.jboss.tools</groupId>
>     <artifactId>parent</artifactId>
>     <version>4.4.1.Alpha1-SNAPSHOT</version>
>   </parent>
> {code}
> Now, your root pom will use parent pom version:
> * *{color:orange}4.4.1.Alpha1-SNAPSHOT{color}* in your *{color:orange}master{color}* branch
> 3. Ensure that component features/plugins have been [properly upversioned|http://wiki.eclipse.org/Version_Numbering#Overall_example], eg., from 1.0.0 to 1.0.1. 
> {code}
> mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.25.0:set-version -DnewVersion=1.0.1-SNAPSHOT
> {code}
> 4. Ensure you've *built & run tests* using the latest target platform version 4.60.0.Final-SNAPSHOT (4.60 = Eclipse Neon.0)
> {code}
> mvn clean verify -Dtpc.version=4.60.0.Final-SNAPSHOT
> {code}
> 4. 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+%2210.1.0.Alpha1%22%29+or+%28project+in+%28JBIDE%29+and+fixVersion+%3D+%224.4.1.Alpha1%22%29%29+AND+labels+%3D+task], or [Search for Integration Tests task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and+fixVersion+%3D+%2210.1.0.Alpha1%22%29+or+%28project+in+%28JBIDE%29+and+fixVersion+%3D+%224.4.1.Alpha1%22%29%29+AND+labels+%3D+task+and+component+in+%28%22qa%22%29]



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


More information about the jbosstools-issues mailing list