Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-01-27 19:32:26 +0000
committerDavid Williams2016-01-27 19:33:05 +0000
commitc9349de119b49e88eebb68eccd98359593bb02e8 (patch)
tree4d9b63950829a61821686af429a33c24c85d4e03 /eclipse-platform-parent/pom.xml
parent27f21fcd5162bda7eccf91bed93813ecfbbf0a5d (diff)
downloadeclipse.platform.releng.aggregator-c9349de119b49e88eebb68eccd98359593bb02e8.tar.gz
eclipse.platform.releng.aggregator-c9349de119b49e88eebb68eccd98359593bb02e8.tar.xz
eclipse.platform.releng.aggregator-c9349de119b49e88eebb68eccd98359593bb02e8.zip
Bug 484495 - Move to released version of CBI 1.1.3
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index f4ed665d6..ebb6eb6db 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -75,7 +75,7 @@
<tycho.version>0.23.1</tycho.version>
<tycho-extras.version>0.23.1</tycho-extras.version>
- <cbi-plugins.version>1.1.3-SNAPSHOT</cbi-plugins.version>
+ <cbi-plugins.version>1.1.3</cbi-plugins.version>
<!--
The tycho-eclipserun-plugin will create its instance of Eclipse from this
@@ -136,8 +136,9 @@
See bug 471835.
-->
<eclipse-repo.url>https://repo.eclipse.org/content/repositories/cbi/</eclipse-repo.url>
- <!-- comment out snapshots repo, when not intending to use snapshots. releases come from "eclipse-repo.url" -->
+ <!-- comment out snapshots repo, when not intending to use snapshots. releases come from "eclipse-repo.url"
<cbi-snapshots-repo.url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</cbi-snapshots-repo.url>
+ -->
<!-- this eclipse-p2-repo.url is specifically for the build individual bundles profile and Gerrit jobs.
@@ -205,7 +206,7 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
- <!-- comment out cbi snapshots, if not intending to use -->
+ <!-- comment out cbi snapshots, if not intending to use
<pluginRepository>
<id>cbi-snapshots</id>
<url>${cbi-snapshots-repo.url}</url>
@@ -213,7 +214,7 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
-
+ -->
<pluginRepository>
<id>eclipse</id>
<url>${eclipse-repo.url}</url>

Back to the top