Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2011-10-05 16:39:58 +0000
committerDoug Schaefer2011-10-05 16:39:58 +0000
commit9769aec414d69fa37e016ecb12331584d20188ef (patch)
tree2a632514a4ffa358dfc1d4cc690282b7f1b39608
parent95c0638f1268d864ee2071f6478a8c869c289854 (diff)
downloadorg.eclipse.tcf-0.4.0.tar.gz
org.eclipse.tcf-0.4.0.tar.xz
org.eclipse.tcf-0.4.0.zip
Switch to tycho 0.13.0.0.4.0
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4d256aa17..f320fdfdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<name>TCF Parent</name>
<properties>
- <tycho-version>0.12.0</tycho-version>
+ <tycho-version>0.13.0</tycho-version>
<platform-version>3.7</platform-version>
<platform-site>http://download.eclipse.org/eclipse/updates/${platform-version}</platform-site>
<cdt-site>file://home/data/httpd/download.eclipse.org/tools/cdt/builds/hudson/cdt-maint</cdt-site>

Back to the top