Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2013-10-29 03:30:49 +0000
committerMarc-Andre Laperle2013-10-29 03:50:58 +0000
commite13572fc4c861ba713694e31c408a2e096113f0a (patch)
tree29d383e8046edd119c2c8968dd9579b2606aecf6
parente911482b4e38bbd1bf41a04686043aadd5f25d67 (diff)
downloadorg.eclipse.cdt-e13572fc4c861ba713694e31c408a2e096113f0a.tar.gz
org.eclipse.cdt-e13572fc4c861ba713694e31c408a2e096113f0a.tar.xz
org.eclipse.cdt-e13572fc4c861ba713694e31c408a2e096113f0a.zip
Upgrade to Tycho 0.19.0
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Change-Id: I93dc80035f96c4c8dfb1c22cdfa95b9631705ec9 Reviewed-on: https://git.eclipse.org/r/17838
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fd13df9c182..762c98b19e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,8 +15,8 @@
<name>CDT Parent</name>
<properties>
- <tycho-version>0.18.1</tycho-version>
- <tycho-extras-version>0.18.1</tycho-extras-version>
+ <tycho-version>0.19.0</tycho-version>
+ <tycho-extras-version>0.19.0</tycho-extras-version>
<download-site>http://download.eclipse.org</download-site>
<platform-site>${download-site}/eclipse/updates/${platform-version}</platform-site>
<orbit-site>${download-site}/tools/orbit/downloads/drops/${orbit-version}/repository</orbit-site>

Back to the top