Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-06-04 11:13:17 +0000
committerSravan Kumar Lakkimsetti2020-06-06 10:45:51 +0000
commit004d7d2dca4d39b243400bc3f7d39050de20ede7 (patch)
treee1779610972b8b0028c3a0910976321e272338fe /eclipse-platform-parent/pom.xml
parentae38ffc1428810100f189150dba55c426b38c362 (diff)
downloadeclipse.platform.releng.aggregator-004d7d2dca4d39b243400bc3f7d39050de20ede7.tar.gz
eclipse.platform.releng.aggregator-004d7d2dca4d39b243400bc3f7d39050de20ede7.tar.xz
eclipse.platform.releng.aggregator-004d7d2dca4d39b243400bc3f7d39050de20ede7.zip
Bug 563841 - Update Comparator repo and eclipse run repo to 4.17-I-builds repo
Change-Id: Ida86e330da064e94928cc31a83347ef18d6605e6 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@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 4f20901ad..28574b586 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -80,9 +80,9 @@
'eclipiserun-repo' repository, such as for computing .api-descriptions and
generating API Tools reports.
-->
- <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.16-I-builds/</eclipserun-repo>
+ <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.17-I-builds/</eclipserun-repo>
- <comparator.repo>https://download.eclipse.org/eclipse/updates/4.16-I-builds</comparator.repo>
+ <comparator.repo>https://download.eclipse.org/eclipse/updates/4.17-I-builds</comparator.repo>
<!--
NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file.
@@ -626,7 +626,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.16-I-builds</eclipse-p2-repo.url>
+ <eclipse-p2-repo.url>https://download.eclipse.org/eclipse/updates/4.17-I-builds</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>

Back to the top