Skip to content

Commit 54a0bdb

Browse files
SDawleysravanlakkimsetti
authored andcommitted
Issue #298 Updating Comparator repo and eclipse run repo to 4.25-I-builds repo
1 parent 7f2e9f9 commit 54a0bdb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cje-production/Y-build/buildproperties.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#*******************************************************************************
2-
# Copyright (c) 2021 IBM Corporation and others.
2+
# Copyright (c) 2022 IBM Corporation and others.
33
#
44
# This program and the accompanying materials
55
# are made available under the terms of the Eclipse Public License 2.0
@@ -57,7 +57,7 @@ PREVIOUS_RELEASE_ID="S-4.24RC2-202206011800"
5757
BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/"
5858
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/"
5959
BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder"
60-
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.24-I-builds/"
60+
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.25-I-builds/"
6161

6262
#Maven parameters
6363
MAVEN_OPTS="-Xmx6G"

cje-production/buildproperties.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ PREVIOUS_RELEASE_ID="S-4.24RC2-202206011800"
5757
BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/"
5858
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.22.0/R-3.22.0-20210612170523/repositoryunittests/"
5959
BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder"
60-
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.24-I-builds/"
60+
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.25-I-builds/"
6161

6262
#Maven parameters
6363
MAVEN_OPTS="-Xmx6G"

eclipse-platform-parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
'eclipiserun-repo' repository, such as for computing .api-descriptions and
7878
generating API Tools reports.
7979
-->
80-
<eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.24-I-builds/</eclipserun-repo>
80+
<eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.25-I-builds/</eclipserun-repo>
8181

82-
<comparator.repo>https://download.eclipse.org/eclipse/updates/4.24-I-builds</comparator.repo>
82+
<comparator.repo>https://download.eclipse.org/eclipse/updates/4.25-I-builds</comparator.repo>
8383

8484
<!-- only used when Tycho snapshot repo is enabled in <pluginRepositories> further down -->
8585
<tycho-snapshot-repo.url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshot-repo.url>

0 commit comments

Comments
 (0)