Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-06-04 08:05:46 +0000
committerSravan Kumar Lakkimsetti2021-06-04 13:10:36 +0000
commit2e85c73853494ee08ce561dc5b61b8bc226b4ebd (patch)
tree4bceeb81100124f66dd8cca9898bbacbfc3bf541
parent8d1fce43e288f02da45db1fd633c2887d54f6279 (diff)
downloadeclipse.platform.releng.aggregator-2e85c73853494ee08ce561dc5b61b8bc226b4ebd.tar.gz
eclipse.platform.releng.aggregator-2e85c73853494ee08ce561dc5b61b8bc226b4ebd.tar.xz
eclipse.platform.releng.aggregator-2e85c73853494ee08ce561dc5b61b8bc226b4ebd.zip
Bug 573961 - Update Comparator repo and eclipse run repo to
4.21-I-builds repo Change-Id: I42ba103709cbae25da1f70ea04b7d97fb1b734a5 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.releng.aggregator/+/181430
-rw-r--r--cje-production/buildproperties.txt2
-rw-r--r--eclipse-platform-parent/pom.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt
index 1fc7236ed..bff7f59d7 100644
--- a/cje-production/buildproperties.txt
+++ b/cje-production/buildproperties.txt
@@ -57,7 +57,7 @@ PREVIOUS_RELEASE_ID="S-4.20RC2-202106030040"
BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/"
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.18.0/R-3.18.0-20200605032700/repositoryunittests/"
BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder"
-ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.20-I-builds/"
+ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.21-I-builds/"
#Maven parameters
MAVEN_OPTS="-Xmx6G"
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 91c654402..7bfae5f4c 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -81,9 +81,9 @@
'eclipiserun-repo' repository, such as for computing .api-descriptions and
generating API Tools reports.
-->
- <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.20-I-builds/</eclipserun-repo>
+ <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.21-I-builds/</eclipserun-repo>
- <comparator.repo>https://download.eclipse.org/eclipse/updates/4.20-I-builds</comparator.repo>
+ <comparator.repo>https://download.eclipse.org/eclipse/updates/4.21-I-builds</comparator.repo>
<!-- only used when Tycho snapshot repo is enabled in <pluginRepositories> further down -->
<tycho-snapshot-repo.url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshot-repo.url>
@@ -624,7 +624,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.20-I-builds</eclipse-p2-repo.url>
+ <eclipse-p2-repo.url>https://download.eclipse.org/eclipse/updates/4.21-I-builds</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>

Back to the top