]
Andre Dietisheim commented on JBIDE-19132:
------------------------------------------
{code}
{code}[INFO] --- repository-utils:0.21.0:generate-repository-facade (generate-facade) @
openshift.site ---
[INFO] Building zip:
/home/adietish/jboss-workspaces/jbosstools-github/jbosstools-openshift/site/target/openshift.site-2.6.2-SNAPSHOT.zip
[INFO]
[INFO] --- tycho-p2-plugin:0.21.0:p2-metadata (attached-p2-metadata) @ openshift.site ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] openshift.all ..................................... SUCCESS [0.336s]
[INFO] openshift.plugins ................................. SUCCESS [0.006s]
[INFO] org.jboss.tools.openshift.egit.core ............... SUCCESS [1.693s]
[INFO] org.jboss.tools.openshift.express.client .......... SUCCESS [0.674s]
[INFO] org.jboss.tools.openshift.express.core ............ SUCCESS [1.997s]
[INFO] org.jboss.tools.openshift.egit.ui ................. SUCCESS [0.362s]
[INFO] org.jboss.tools.openshift.express.ui .............. SUCCESS [2.382s]
[INFO] openshift.tests ................................... SUCCESS [0.005s]
[INFO] org.jboss.tools.openshift.egit.test ............... SUCCESS [12.954s]
[INFO] org.jboss.tools.openshift.express.test ............ SUCCESS [21.430s]
[INFO] openshift.features ................................ SUCCESS [0.007s]
[INFO] org.jboss.tools.openshift.egit.integration.feature SUCCESS [0.142s]
[INFO] org.jboss.tools.openshift.express.feature ......... SUCCESS [0.147s]
[INFO] org.jboss.tools.openshift.egit.integration.test.feature SUCCESS [0.087s]
[INFO] org.jboss.tools.openshift.express.test.feature .... SUCCESS [0.112s]
[INFO] openshift.site .................................... SUCCESS [24.521s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:50.227s
[INFO] Finished at: Mon Feb 02 22:08:05 CET 2015
[INFO] Final Memory: 100M/1434M
[INFO] ------------------------------------------------------------------------
For JBIDE 4.2.3.Beta1: Prepare for JBT 4.2.3 / JBDS 8.1.0
[OpenShift]
---------------------------------------------------------------------
Key: JBIDE-19132
URL:
https://issues.jboss.org/browse/JBIDE-19132
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: openshift
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Blocker
Labels: task
Fix For: 4.2.3.Beta1
For JBIDE 4.2.3.Beta1 [OpenShift]: 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}
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...],
or [Search for OpenShift task
JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]