Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2014-07-23 19:37:29 +0000
committerThanh Ha2014-07-23 19:37:29 +0000
commit0069962b8fbc3979b0280406e07eef19ac8745a0 (patch)
tree9ac8e927cb33edb4e4a0b0793f1ac7839c375c0f
parent68c2c357da5ec08e3b918b90f7cad0bd84a14ca3 (diff)
downloadeclipse.platform.releng.aggregator-0069962b8fbc3979b0280406e07eef19ac8745a0.tar.gz
eclipse.platform.releng.aggregator-0069962b8fbc3979b0280406e07eef19ac8745a0.tar.xz
eclipse.platform.releng.aggregator-0069962b8fbc3979b0280406e07eef19ac8745a0.zip
Bug 439710 - Should test Tycho staged 0.21.0
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
-rw-r--r--eclipse-platform-parent/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index d9ceb4161..c8b9132eb 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -52,9 +52,9 @@
<releaseNumberPlatform>4.5</releaseNumberPlatform>
- <tycho.version>0.20.0</tycho.version>
- <tycho-extras.version>0.20.0</tycho-extras.version>
- <cbi-plugins.version>1.0.5</cbi-plugins.version>
+ <tycho.version>0.21.0</tycho.version>
+ <tycho-extras.version>0.21.0</tycho-extras.version>
+ <cbi-plugins.version>1.1.1</cbi-plugins.version>
<!--
The tycho-eclipserun-plugin will create its instance of Eclipse from this
'eclipiserun-repo' repository, such as for computing .api-descriptions.

Back to the top