Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-10-31 20:16:05 +0000
committerThanh Ha2012-10-31 20:16:05 +0000
commit3934d33c20b224d3d89eff9266a841816c2883a1 (patch)
tree60f9199b7481cdd9ec1bfe55fe16bce1b5b944f3
parent903e54076db6aed77a44fb4d6c215f18e4828d26 (diff)
downloadeclipse.platform.releng.aggregator-3934d33c20b224d3d89eff9266a841816c2883a1.tar.gz
eclipse.platform.releng.aggregator-3934d33c20b224d3d89eff9266a841816c2883a1.tar.xz
eclipse.platform.releng.aggregator-3934d33c20b224d3d89eff9266a841816c2883a1.zip
Bump Tycho version to 0.16.0
-rw-r--r--eclipse-parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml
index ac7e4fb63..98f9e0cc6 100644
--- a/eclipse-parent/pom.xml
+++ b/eclipse-parent/pom.xml
@@ -22,8 +22,8 @@
<properties>
<comparator.repo>http://download.eclipse.org/eclipse/updates/4.2-M-builds</comparator.repo>
- <tycho.version>0.16.0-SNAPSHOT</tycho.version>
- <tycho-extras.version>0.16.0-SNAPSHOT</tycho-extras.version>
+ <tycho.version>0.16.0</tycho.version>
+ <tycho-extras.version>0.16.0</tycho-extras.version>
<orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/</orbit-repo.url>
<jetty-repo.url>http://www.eclipse.org/external/jetty/updates/jetty-bundles-8.x/8.1.3.v20120522/</jetty-repo.url>

Back to the top