Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2013-09-04 02:04:45 +0000
committerMarc-Andre Laperle2013-09-04 02:04:45 +0000
commitca86f94f9159f06e2d6c8bb90ccce76f117bb0fa (patch)
treec2fb4986cf7564eb4939d11d1eb5ce802e43b6ca /pom.xml
parent053eb6c10f146721dc3f89c65e7ebca87988f535 (diff)
downloadorg.eclipse.cdt-ca86f94f9159f06e2d6c8bb90ccce76f117bb0fa.tar.gz
org.eclipse.cdt-ca86f94f9159f06e2d6c8bb90ccce76f117bb0fa.tar.xz
org.eclipse.cdt-ca86f94f9159f06e2d6c8bb90ccce76f117bb0fa.zip
Upgrade to Tycho 0.18.1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index af8e1475e84..fb54d8484c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,8 +15,8 @@
<name>CDT Parent</name>
<properties>
- <tycho-version>0.17.0</tycho-version>
- <tycho-extras-version>0.17.0</tycho-extras-version>
+ <tycho-version>0.18.1</tycho-version>
+ <tycho-extras-version>0.18.1</tycho-extras-version>
<download-site>http://download.eclipse.org</download-site>
<platform-version>3.8</platform-version>
<platform-site>${download-site}/eclipse/updates/${platform-version}</platform-site>

Back to the top