Upgrade tycho version to 0.24.0
The previous tycho version did not support Java 8.
Upgrade to the same version we have in the rap project.
Change-Id: I89f0ab4b07d3c5dd710c071807163f0c59d959ba
diff --git a/releng/org.eclipse.rap.incubator.releng/parent/pom.xml b/releng/org.eclipse.rap.incubator.releng/parent/pom.xml
index 311d94f..7bb8a31 100644
--- a/releng/org.eclipse.rap.incubator.releng/parent/pom.xml
+++ b/releng/org.eclipse.rap.incubator.releng/parent/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2011, 2015 EclipseSource and others.
+ Copyright (C) 2011, 2016 EclipseSource and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -20,7 +20,7 @@
<packaging>pom</packaging>
<properties>
- <tycho-version>0.20.0</tycho-version>
+ <tycho-version>0.24.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<signing-plugin-version>1.0.4</signing-plugin-version>
<surefire-version>2.15</surefire-version>