Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkitlo2018-06-06 02:49:11 +0000
committerSravan Kumar Lakkimsetti2018-06-06 05:26:57 +0000
commit7c67c6cab639194a6eef5ae3a8113ec06818da2d (patch)
treea5ae073dbffb7cda11b8c14558d932acc3e02ad8
parentdb104c89c6b14ff85c064af5072eeabf7111d10a (diff)
downloadeclipse.platform.releng.aggregator-7c67c6cab639194a6eef5ae3a8113ec06818da2d.tar.gz
eclipse.platform.releng.aggregator-7c67c6cab639194a6eef5ae3a8113ec06818da2d.tar.xz
eclipse.platform.releng.aggregator-7c67c6cab639194a6eef5ae3a8113ec06818da2d.zip
Bug 535572 - Update p2 repo URL for 4.7
Change-Id: I921cb472a080cef76d88b20ec47b62e814b159bf Signed-off-by: kitlo <kitlo@us.ibm.com>
-rw-r--r--eclipse-platform-parent/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 2e521343c..1a006338e 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-M-builds/</eclipserun-repo>
+ <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.7</eclipserun-repo>
- <comparator.repo>http://download.eclipse.org/eclipse/updates/4.7-M-builds</comparator.repo>
+ <comparator.repo>http://download.eclipse.org/eclipse/updates/4.7</comparator.repo>
<!--
NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file.
@@ -617,12 +617,12 @@
<!-- Can specify an exact range here, or something of a loose range, depending on what's needed. -->
<versionRangeForPatch>[3.13.3.v20180301-0715,3.13.3.v20190125-0335)</versionRangeForPatch>
<!-- Comment this line when a patch is required on top of I-build -->
- <comparator.repo>http://download.eclipse.org/eclipse/updates/4.7-M-builds</comparator.repo>
+ <comparator.repo>http://download.eclipse.org/eclipse/updates/4.7</comparator.repo>
</properties>
<repositories>
<repository>
<id>eclipse-p2-repo-java10patch47</id>
- <url>http://download.eclipse.org/eclipse/updates/4.7-M-builds</url>
+ <url>http://download.eclipse.org/eclipse/updates/4.7</url>
<layout>p2</layout>
</repository>
</repositories>
@@ -642,7 +642,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.7-M-builds</eclipse-p2-repo.url>
+ <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.7</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>

Back to the top