Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-09-09 10:30:32 +0000
committerLars Vogel2019-09-09 13:39:48 +0000
commit9747bf2b5f148102a03ee6c332d434ec2bd9d57e (patch)
treefe3006acd62fd73abd06e8d7cb0674ae328255a3 /eclipse-platform-parent/pom.xml
parent4f6fe14312404135b43bd244b01af5f2721cb291 (diff)
downloadeclipse.platform.releng.aggregator-9747bf2b5f148102a03ee6c332d434ec2bd9d57e.tar.gz
eclipse.platform.releng.aggregator-9747bf2b5f148102a03ee6c332d434ec2bd9d57e.tar.xz
eclipse.platform.releng.aggregator-9747bf2b5f148102a03ee6c332d434ec2bd9d57e.zip
Bug 550768 - Update Comparator repo and eclipse run repo to
4.14-I-builds repo Change-Id: If037616fee41a58e454420cbc4ee05d3a73479aa Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-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 b4771ae25..842df5e19 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>https://download.eclipse.org/eclipse/updates/4.13-I-builds/</eclipserun-repo>
+ <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.14-I-builds/</eclipserun-repo>
- <comparator.repo>https://download.eclipse.org/eclipse/updates/4.13-I-builds</comparator.repo>
+ <comparator.repo>https://download.eclipse.org/eclipse/updates/4.14-I-builds</comparator.repo>
<!--
NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file.
@@ -636,7 +636,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>https://download.eclipse.org/eclipse/updates/4.13-I-builds</eclipse-p2-repo.url>
+ <eclipse-p2-repo.url>https://download.eclipse.org/eclipse/updates/4.14-I-builds</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>

Back to the top