diff options
author | Sravan Kumar Lakkimsetti | 2018-07-03 11:28:31 +0000 |
---|---|---|
committer | Sravan Kumar Lakkimsetti | 2018-07-03 11:28:31 +0000 |
commit | f77e32edcbd7377894e06e52e5765df5eaf4050c (patch) | |
tree | a6e341953d927808c6104b32c972fc99e9c03264 | |
parent | 57ed5d6355bc3177e71634354e83c943f4e529bb (diff) | |
download | eclipse.platform.releng.aggregator-R4_4_maintenance.tar.gz eclipse.platform.releng.aggregator-R4_4_maintenance.tar.xz eclipse.platform.releng.aggregator-R4_4_maintenance.zip |
Bug 536625 - Platform Team 4.4 Gerrit builds are failingR4_4_maintenance
Change-Id: Ia1973198e18c7a54859e4a4f33e81f594c3488d9
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r-- | eclipse-platform-parent/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 1d4538aad..6c1da5d07 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -64,7 +64,7 @@ --> <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.4/R-4.4.2-201502041700/</eclipserun-repo> - <comparator.repo>http://download.eclipse.org/eclipse/updates/4.4-M-builds</comparator.repo> + <comparator.repo>http://download.eclipse.org/eclipse/updates/4.4/</comparator.repo> <!-- NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file. @@ -101,7 +101,7 @@ <eclipse-repo.url>https://repo.eclipse.org/content/repositories/releases/</eclipse-repo.url> <cbi-snapshots-repo.url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</cbi-snapshots-repo.url> <!-- this eclipse-p2-repo.url is specifically for the build individual bundles profile. --> - <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.4-M-builds</eclipse-p2-repo.url> + <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.4/</eclipse-p2-repo.url> <!-- If configuration is not specified at all, in signing plugin, the default |