Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-03-08 12:50:06 +0000
committerSravan Kumar Lakkimsetti2019-03-08 15:53:49 +0000
commit1e170d1736027a991fee42e9ff387fc1eb0ab5e7 (patch)
tree570dfcfaaf50e3c5ccd2979ab0ca9e647d63a14a /eclipse-platform-parent
parent7745f53291c9e851abb5c87eb8cbe7d9a53739dd (diff)
downloadeclipse.platform.releng.aggregator-1e170d1736027a991fee42e9ff387fc1eb0ab5e7.tar.gz
eclipse.platform.releng.aggregator-1e170d1736027a991fee42e9ff387fc1eb0ab5e7.tar.xz
eclipse.platform.releng.aggregator-1e170d1736027a991fee42e9ff387fc1eb0ab5e7.zip
Bug 545095 - Update Comparator repo and eclipse run repo to 4.12-I-builds repoI20190308-1055
Change-Id: If3f2b738fb76a32f75fdbb02f61dc64dddea1a97 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent')
-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 101a8c367..33905120e 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -89,9 +89,9 @@
'eclipiserun-repo' repository, such as for computing .api-descriptions and
generating API Tools reports.
-->
- <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.11-I-builds/</eclipserun-repo>
+ <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.12-I-builds/</eclipserun-repo>
- <comparator.repo>http://download.eclipse.org/eclipse/updates/4.11-I-builds</comparator.repo>
+ <comparator.repo>http://download.eclipse.org/eclipse/updates/4.12-I-builds</comparator.repo>
<!--
NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file.
@@ -639,7 +639,7 @@
For maintenance streams should always be "M-builds".
Ideally, this value would be provided by the environment, see bug 489789.
-->
- <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.11-I-builds</eclipse-p2-repo.url>
+ <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.12-I-builds</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>

Back to the top