Upgrade to Tycho 0.24.0
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 23 Oct 2015 14:28:07 +0000 (10:28 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 2 Nov 2015 20:34:48 +0000 (15:34 -0500)
See https://wiki.eclipse.org/Tycho/Release_Notes/0.24
The immediate improvement is that it uses JDT from Mars.1 to compile.

Change-Id: Id66030216ad242996c20dbc37c8409f617838fc2
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/58819
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
pom.xml

diff --git a/pom.xml b/pom.xml
index 1674eb44a741b71624e52073121d634141cc5aa4..70019596602e282f99e2d3589cfe254440424950 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -39,8 +39,8 @@
 
 <properties>
   <base.test.vmargs>-Xms256m -Xmx1024m -XX:MaxPermSize=256m</base.test.vmargs>
-  <tycho-version>0.23.1</tycho-version>
-  <tycho-extras-version>0.23.1</tycho-extras-version>
+  <tycho-version>0.24.0</tycho-version>
+  <tycho-extras-version>0.24.0</tycho-extras-version>
   <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass.git</tycho.scmUrl>
   <target-platform>tracecompass-e4.5</target-platform>
   <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
This page took 0.025313 seconds and 5 git commands to generate.