Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-07-14 07:03:42 +0000
committerSravan Kumar Lakkimsetti2017-07-14 07:03:42 +0000
commite68c9f322085200ccae8e056601cd447a714c09f (patch)
treec2b11aa5bb656d7d1785710bcc222b01b4b05002
parent920610a223a602fd2ec0f1240b41dc9f01df0952 (diff)
downloadeclipse.platform.releng.aggregator-e68c9f322085200ccae8e056601cd447a714c09f.tar.gz
eclipse.platform.releng.aggregator-e68c9f322085200ccae8e056601cd447a714c09f.tar.xz
eclipse.platform.releng.aggregator-e68c9f322085200ccae8e056601cd447a714c09f.zip
Bug 519631 - Build Platform-UI maintenance repository fails
Change-Id: I5816b8550bfe49026d8591ab02afb1c1be199c73 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--eclipse-platform-parent/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 3d5018794..d2b32bc66 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -74,15 +74,15 @@
<tycho.version>0.25.0</tycho.version>
<tycho-extras.version>0.25.0</tycho-extras.version>
- <cbi-plugins.version>1.1.4-SNAPSHOT</cbi-plugins.version>
+ <cbi-plugins.version>1.1.4</cbi-plugins.version>
<!--
The tycho-eclipserun-plugin will create its instance of Eclipse from this
'eclipiserun-repo' repository, such as for computing .api-descriptions.
-->
- <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.6/R-4.6.2-201611241400/</eclipserun-repo>
+ <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.6/R-4.6.3-201703010400/</eclipserun-repo>
- <comparator.repo>http://download.eclipse.org/eclipse/updates/4.6-M-builds</comparator.repo>
+ <comparator.repo>http://download.eclipse.org/eclipse/updates/4.6</comparator.repo>
<!--
NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file.
@@ -679,7 +679,7 @@ No need to specify sonatype URL for "Tycho". released versions available on mave
and during milestone weeks (since there are no N-builds during these periods, but daily I-builds, see bug 477575).
For maintenance streams should always be "M-builds".
-->
- <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.6-M-builds</eclipse-p2-repo.url>
+ <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.6</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>

Back to the top