Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-12-08 09:46:31 +0000
committerSravan Kumar Lakkimsetti2018-12-10 12:06:46 +0000
commit2ea47dc4aad487791248041f3eebd417b8465f56 (patch)
treef9c1511cfece3ac77f93380090cd1947cd109c79 /eclipse-platform-parent
parent2a4cc9222d6d62c4ca9fe7975c59e287da6ddf93 (diff)
downloadeclipse.platform.releng.aggregator-2ea47dc4aad487791248041f3eebd417b8465f56.tar.gz
eclipse.platform.releng.aggregator-2ea47dc4aad487791248041f3eebd417b8465f56.tar.xz
eclipse.platform.releng.aggregator-2ea47dc4aad487791248041f3eebd417b8465f56.zip
Bug 541823 - Update Comparator repo and eclipse run repo toI20181210-0755
4.11-I-builds repo Change-Id: Ia3532c9f65e842a3b6522b900fd0a689d1c645af 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 f3afbea88..3d2d87353 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -88,9 +88,9 @@
'eclipiserun-repo' repository, such as for computing .api-descriptions and
generating API Tools reports.
-->
- <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.10-I-builds/</eclipserun-repo>
+ <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.11-I-builds/</eclipserun-repo>
- <comparator.repo>http://download.eclipse.org/eclipse/updates/4.10-I-builds</comparator.repo>
+ <comparator.repo>http://download.eclipse.org/eclipse/updates/4.11-I-builds</comparator.repo>
<!--
NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file.
@@ -654,7 +654,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.10-I-builds</eclipse-p2-repo.url>
+ <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.11-I-builds</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>

Back to the top