Hi all, Here is a proposal for a new 4.40.0.Alpha1-SNAPSHOT target platform: https://github.com/jbosstools/jbosstools-target-platforms/pull/21 It consists in the following changes: * JBIDE-15374 (Move to Kepler Luna M2) Additionally to version upgrades, this changes introduce those 3 new bundles into the target platform: * org.eclipse.osgi.compatibility.state [1.0.0.v20130906-1833] * org.apache.commons.compress [1.4.1.v201301140946] * org.eclipse.jgit.archive [3.1.0.201310021548-r]
Please review this PR and yell if there is anything shocking. You can use the following stuff to try to build your component against this suggested PR: jbosstools-target-platforms$ git fetch mistria JBIDE-15374 jbosstools-target-platforms$ git checkout FETCH_HEAD jbosstools-target-platforms$ cd jbosstools/multiple multiple$ mvn clean install -P \!multiple2repo multiple$ cd /path/to/your/component component$ mvn clean verify -Dtpc.version=4.31.0.Alpha1-SNAPSHOT -Pmultiple When done, please add your feedback on https://issues.jboss.org/browse/JBIDE-15374 Cheers,