Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-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 8f05a9b05..d43a5d179 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -82,7 +82,7 @@
<tycho.version>1.5.0-SNAPSHOT</tycho.version>
<tycho-extras.version>1.5.0-SNAPSHOT</tycho-extras.version>
- <cbi-plugins.version>1.1.7</cbi-plugins.version>
+ <cbi-plugins.version>1.1.8-SNAPSHOT</cbi-plugins.version>
<!--
The tycho-eclipserun-plugin will create its instance of Eclipse from this
@@ -221,13 +221,13 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
- <!--pluginRepository>
+ <pluginRepository>
<id>cbi-snapshots</id>
<url>${cbi-snapshots-repo.url}</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
- </pluginRepository-->
+ </pluginRepository>
<pluginRepository>
<id>eclipse</id>
<url>${eclipse-repo.url}</url>

Back to the top