Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-08-16 14:38:27 +0000
committerThanh Ha2013-08-16 14:38:27 +0000
commit5f48ee11f8c9c6497673ad4358526a8f67f79ebc (patch)
tree0949abf3120b5f1e0c6f823edfb42a375b7e0432
parent1865050a0fb89c0cc19cfeaedd904fbb927b9525 (diff)
downloadeclipse.platform.releng.aggregator-5f48ee11f8c9c6497673ad4358526a8f67f79ebc.tar.gz
eclipse.platform.releng.aggregator-5f48ee11f8c9c6497673ad4358526a8f67f79ebc.tar.xz
eclipse.platform.releng.aggregator-5f48ee11f8c9c6497673ad4358526a8f67f79ebc.zip
Use 1.0.5-SNAPSHOT cbi plugins version
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 24245edd2..0c1473b64 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -23,7 +23,7 @@
<buildId>${buildType}${buildTimestamp}</buildId>
<tycho.version>0.18.1</tycho.version>
<tycho-extras.version>0.18.1</tycho-extras.version>
- <cbi-plugins.version>1.0.4-SNAPSHOT</cbi-plugins.version>
+ <cbi-plugins.version>1.0.5-SNAPSHOT</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