Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-04-18 06:50:29 +0000
committerAlexander Kurtakov2018-04-18 06:50:29 +0000
commitd1d281230a75165b74903f872dcc3d571a53439f (patch)
tree3432e72aa119fd6d4e626c1a09b6718b33a722c0
parent12037627c47dc757c9cb4fe308a2cd2068f1871b (diff)
downloadeclipse.platform.releng.aggregator-d1d281230a75165b74903f872dcc3d571a53439f.tar.gz
eclipse.platform.releng.aggregator-d1d281230a75165b74903f872dcc3d571a53439f.tar.xz
eclipse.platform.releng.aggregator-d1d281230a75165b74903f872dcc3d571a53439f.zip
Bug 533727 - Use released cbi plugins 1.1.5
Move to 1.1.5 cbi versions and comment the cbi-snapshots plugin repository. Change-Id: If67609fb3cddb031e9999b668b348294f1da6422 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-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 6f7a03c23..27e615aa4 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -81,7 +81,7 @@
<tycho.version>1.1.0</tycho.version>
<tycho-extras.version>1.1.0</tycho-extras.version>
- <cbi-plugins.version>1.1.5-SNAPSHOT</cbi-plugins.version>
+ <cbi-plugins.version>1.1.5</cbi-plugins.version>
<!--
The tycho-eclipserun-plugin will create its instance of Eclipse from this
@@ -210,13 +210,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