Skip to content

Commit 68caadb

Browse files
eclipse-releng-botHannesWell
authored andcommitted
Move previous version to 4.37RC2 in build scripts
1 parent f772139 commit 68caadb

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

cje-production/buildproperties.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ LOCAL_REPO="localMavenRepo"
3838
BASEBUILDER_TAG="4.36"
3939
API_PREV_REF_LABEL="4.36"
4040

41-
PREVIOUS_RELEASE_VER="4.36"
42-
PREVIOUS_RELEASE_REPO_ID="4.36"
41+
PREVIOUS_RELEASE_VER="4.37RC2"
42+
PREVIOUS_RELEASE_REPO_ID="4.37-I-builds"
4343
#build id for getting repo
44-
BASEBUILD_ID="R-4.36-202505281830"
44+
BASEBUILD_ID="I20250828-0630"
4545
#release id for downloading eclipse
46-
PREVIOUS_RELEASE_ID="R-4.36-202505281830"
46+
PREVIOUS_RELEASE_ID="S-4.37RC2-202508280630"
4747

4848
BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/snapshots"
4949
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.37.0/R-3.37.0-20250303081219/repositoryunittests/"

eclipse-platform-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<compare-version-with-baselines.skip>true</compare-version-with-baselines.skip>
124124
<version.baseline.check.skip>${compare-version-with-baselines.skip}</version.baseline.check.skip> <!-- Allows projects to overwrite the value set on the CLI to skip the check in any case. -->
125125
<tycho.baseline.replace>all</tycho.baseline.replace>
126-
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.36/R-4.36-202505281830/</previous-release.baseline>
126+
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.37-I-builds/I20250828-0630/</previous-release.baseline>
127127

128128
<!--
129129
Declaration of properties that contribute to the arg line for the tycho-surefire-plugin.

eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/resources/equinoxp2tests.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ org.eclipse.equinox.p2.reconciler.tests.platform.archive.linux-x86_64=\${basedir
55
org.eclipse.equinox.p2.reconciler.tests.platform.archive.win32-x86_64=\${basedir}\\\\eclipse-platform-${buildId}-win32-x86_64.zip
66
org.eclipse.equinox.p2.reconciler.tests.platform.archive.macosx-x86_64=\${basedir}/eclipse-platform-${buildId}-macosx-cocoa-x86_64.dmg
77

8-
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.linux-x86_64=\${basedir}/eclipse-platform-4.36-linux-gtk-x86_64.tar.gz
9-
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.win32-x86_64=\${basedir}\\\\eclipse-platform-4.36-win32-x86_64.zip
10-
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.macosx-x86_64=\${basedir}/eclipse-platform-4.36-macosx-cocoa-x86_64.dmg
8+
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.linux-x86_64=\${basedir}/eclipse-platform-4.37RC2-linux-gtk-x86_64.tar.gz
9+
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.win32-x86_64=\${basedir}\\\\eclipse-platform-4.37RC2-win32-x86_64.zip
10+
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.macosx-x86_64=\${basedir}/eclipse-platform-4.37RC2-macosx-cocoa-x86_64.dmg
1111

1212
org.eclipse.equinox.p2.tests.current.build.repo=https://download.eclipse.org/eclipse/updates/${eclipseStreamMajor}.${eclipseStreamMinor}-${buildType}-builds/${buildId}
13-
org.eclipse.equinox.p2.tests.last.release.build.repo=https://download.eclipse.org/equinox/drops/R-4.36-202505281830/
13+
org.eclipse.equinox.p2.tests.last.release.build.repo=https://download.eclipse.org/equinox/drops/S-4.37RC2-202508280630/
1414

eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/resources/label.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ buildId=${buildId}
55
# such as "4.5" instead of "4.5.0".
66
eclipseStream=${releaseNumberSDK}
77
# similar for previous release version
8-
previousReleaseVersion=4.36
8+
previousReleaseVersion=4.37RC2

production/testScripts/configuration/streamSpecific.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ streamSpecificPropertiesTitle="Properties for 4.38.0 builds and tests"
1111
# stable version of Eclipse, that is used, for example, for it's p2
1212
# director, etc., so that "running the tests" is not actually using
1313
# the "just built" versions.
14-
previousReleaseLocation=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/R-4.36-202505281830/
14+
previousReleaseLocation=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-4.37RC2-202508280630/
1515
# version here is "build label" ... in general form, the "middle" of archive name,
1616
# such as "eclipse-platform-${previousReleaseVersion}-linux-gtk-x86_64.tar.gz
1717
# Also used used in p2 testing?
18-
previousReleaseVersion=4.36
18+
previousReleaseVersion=4.37RC2
1919
# This is last segment of last release repo, such as in
2020
# http://${ARCHIVE_HOST}/eclipse/updates/${previousReleaseVersion}
2121
# NOTE: I am assuming the "composite" repo is suitable for p2. In theory,
2222
# they might want the simple repo, such as at 4.4/R-4.4.1-201409250400
23-
previousReleaseVersionRepo=4.36
23+
previousReleaseVersionRepo=4.37-I-builds
2424

2525
# Note: API tests needs the _base_ of previous release, and also the previous service release
2626
# Bug 378587 - update releng tests (data) to go work against previous release

0 commit comments

Comments
 (0)