Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-07-06 10:21:13 +0000
committerSravan Kumar Lakkimsetti2017-07-06 10:21:13 +0000
commitf57aa5036d2308c5a7512e57b4f47b08a398b430 (patch)
treecdffc20d468f3a9593d256ab308eeec046694d91 /eclipse-platform-parent
parent8c9054c3787beed8ba3d720418bf01b4c3732f96 (diff)
downloadeclipse.platform.releng.aggregator-f57aa5036d2308c5a7512e57b4f47b08a398b430.tar.gz
eclipse.platform.releng.aggregator-f57aa5036d2308c5a7512e57b4f47b08a398b430.tar.xz
eclipse.platform.releng.aggregator-f57aa5036d2308c5a7512e57b4f47b08a398b430.zip
Bug 519287 - Move comparator repo and eclipse run-repo to M builds
Change-Id: I7f4585f9b6c163448553812b47b0935c6756744e Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r--eclipse-platform-parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index b7ed26c5c..4628937a4 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.7-I-builds/</eclipserun-repo>
+ <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.7-M-builds/</eclipserun-repo>
- <comparator.repo>http://download.eclipse.org/eclipse/updates/4.7-I-builds</comparator.repo>
+ <comparator.repo>http://download.eclipse.org/eclipse/updates/4.7-M-builds</comparator.repo>
<!--
NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file.

Back to the top