Skip to content

Commit 50c43b7

Browse files
authored
Update product version number to 4.35 across build scripts (eclipse-platform#2569)
eclipse-platform#2568
1 parent d393f88 commit 50c43b7

File tree

16 files changed

+44
-44
lines changed

16 files changed

+44
-44
lines changed

cje-production/P-build/buildproperties.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717

1818
# CJE build variables
1919
BRANCH="master"
20-
PATCH_OR_BRANCH_LABEL="java23patch"
21-
PATCH_BUILD="java23patch"
22-
BUILD_TYPE_NAME="Beta Java 23"
20+
PATCH_OR_BRANCH_LABEL="java24patch"
21+
PATCH_BUILD="java24patch"
22+
BUILD_TYPE_NAME="Beta Java 24"
2323
BUILD_TYPE="P"
2424
TESTED_BUILD_TYPE="P"
25-
RELEASE_VER="4.33"
26-
STREAM="4.33.0"
25+
RELEASE_VER="4.35"
26+
STREAM="4.35.0"
2727
STREAMMajor="4"
28-
STREAMMinor="33"
28+
STREAMMinor="35"
2929
STREAMService="0"
3030
GIT_ROOT="[email protected]:"
3131
AGG_REPO="eclipse-platform/eclipse.platform.releng.aggregator.git"
@@ -39,7 +39,7 @@ BUILD_TO_COMPARE_SITE="ftp.osuosl.org/pub/eclipse/eclipse/updates"
3939
LOCAL_REPO="localMavenRepo"
4040

4141
# Base builder parameters
42-
BASEBUILDER_TAG="4.31"
42+
BASEBUILDER_TAG="4.34"
4343
API_PREV_REF_LABEL="4.31"
4444

4545
PREVIOUS_RELEASE_VER="4.33"

cje-production/Y-build/buildproperties.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ PATCH_OR_BRANCH_LABEL="java24"
2121
BUILD_TYPE_NAME="Beta Java 24"
2222
BUILD_TYPE="Y"
2323
TESTED_BUILD_TYPE="Y"
24-
RELEASE_VER="4.34"
25-
STREAM="4.34.0"
24+
RELEASE_VER="4.35"
25+
STREAM="4.35.0"
2626
STREAMMajor="4"
27-
STREAMMinor="34"
27+
STREAMMinor="35"
2828
STREAMService="0"
2929
GIT_ROOT="[email protected]:"
3030
AGG_REPO="eclipse-platform/eclipse.platform.releng.aggregator.git"
@@ -38,7 +38,7 @@ BUILD_TO_COMPARE_SITE="ftp.osuosl.org/pub/eclipse/eclipse/updates"
3838
LOCAL_REPO="localMavenRepo"
3939

4040
# Base builder parameters
41-
BASEBUILDER_TAG="4.32"
41+
BASEBUILDER_TAG="4.34"
4242
API_PREV_REF_LABEL="4.32"
4343

4444
PREVIOUS_RELEASE_VER="4.33"

cje-production/buildproperties.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ PATCH_OR_BRANCH_LABEL="master"
2121
BUILD_TYPE_NAME="Integration"
2222
BUILD_TYPE="I"
2323
TESTED_BUILD_TYPE="I"
24-
RELEASE_VER="4.34"
25-
STREAM="4.34.0"
24+
RELEASE_VER="4.35"
25+
STREAM="4.35.0"
2626
STREAMMajor="4"
27-
STREAMMinor="34"
27+
STREAMMinor="35"
2828
STREAMService="0"
2929
GIT_ROOT="[email protected]:"
3030
AGG_REPO="eclipse-platform/eclipse.platform.releng.aggregator.git"
@@ -41,12 +41,12 @@ LOCAL_REPO="localMavenRepo"
4141
BASEBUILDER_TAG="4.33"
4242
API_PREV_REF_LABEL="4.33"
4343

44-
PREVIOUS_RELEASE_VER="4.33"
45-
PREVIOUS_RELEASE_REPO_ID="4.33"
44+
PREVIOUS_RELEASE_VER="4.34RC2"
45+
PREVIOUS_RELEASE_REPO_ID="4.34-I-builds"
4646
#build id for getting repo
47-
BASEBUILD_ID="R-4.33-202409030240"
47+
BASEBUILD_ID="I20241120-1800"
4848
#release id for downloading eclipse
49-
PREVIOUS_RELEASE_ID="R-4.33-202409030240"
49+
PREVIOUS_RELEASE_ID="S-4.34RC2-202411201800"
5050

5151
BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/"
5252
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.33.0/R-3.33.0-20240304165142/repositoryunittests/"

eclipse-platform-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<compare-version-with-baselines.skip>true</compare-version-with-baselines.skip>
129129
<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. -->
130130
<tycho.baseline.replace>all</tycho.baseline.replace>
131-
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.33/R-4.33-202409030240/</previous-release.baseline>
131+
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.34-I-builds/I20241120-1800/</previous-release.baseline>
132132

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

eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/eclipse-junit-tests.product

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="eclipse-junit-tests" uid="eclipse-junit-tests" version="4.34.0.qualifier" type="mixed" includeLaunchers="false" autoIncludeRequirements="false">
4+
<product name="eclipse-junit-tests" uid="eclipse-junit-tests" version="4.35.0.qualifier" type="mixed" includeLaunchers="false" autoIncludeRequirements="false">
55

66
<license>
77
<url>http://eclipse.org/legal/epl/notice.php</url>

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.33-linux-gtk-x86_64.tar.gz
9-
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.win32-x86_64=\${basedir}\\\\eclipse-platform-4.33-win32-x86_64.zip
10-
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.macosx-x86_64=\${basedir}/eclipse-platform-4.33-macosx-cocoa-x86_64.dmg
8+
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.linux-x86_64=\${basedir}/eclipse-platform-4.34RC2-linux-gtk-x86_64.tar.gz
9+
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.win32-x86_64=\${basedir}\\\\eclipse-platform-4.34RC2-win32-x86_64.zip
10+
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.macosx-x86_64=\${basedir}/eclipse-platform-4.34RC2-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.33-202409030240/
13+
org.eclipse.equinox.p2.tests.last.release.build.repo=https://download.eclipse.org/equinox/drops/S-4.34RC2-202411201800/
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.33
8+
previousReleaseVersion=4.34RC2

eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/getPreviousRelease.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88

99
mkdir -p workarea/${buildId}/eclipse-testing
10-
cp /home/files/buildzips/oxygen/R/R-4.33-202409030240//eclipse-platform-4.33-linux-gtk-x86_64.tar.gz ./workarea/${buildId}/eclipse-testing/platformLocation/
10+
cp /home/files/buildzips/oxygen/R/S-4.34RC2-202411201800//eclipse-platform-4.34-linux-gtk-x86_64.tar.gz ./workarea/${buildId}/eclipse-testing/platformLocation/
1111

12-
cp /home/files/buildzips/oxygen/R/R-4.33-202409030240//eclipse-SDK-4.33-linux-gtk-x86_64.tar.gz ./workarea/${buildId}/eclipse-testing/
12+
cp /home/files/buildzips/oxygen/R/S-4.34RC2-202411201800//eclipse-SDK-4.34-linux-gtk-x86_64.tar.gz ./workarea/${buildId}/eclipse-testing/
1313

1414
cp eclipse-junit-tests-${buildId}.zip workarea/${buildId}/eclipse-testing/
1515

eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/platform.p2.inf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ update.description = An update for 4.x generation Eclipse Platform.
99

1010
# Set the product property type
1111
properties.1.name = org.eclipse.equinox.p2.description
12-
properties.1.value = 4.34 Release of the Eclipse Platform.
12+
properties.1.value = 4.35 Release of the Eclipse Platform.
1313

1414
properties.2.name = org.eclipse.equinox.p2.provider
1515
properties.2.value = Eclipse.org

eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/platform.product

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="Eclipse Platform" uid="org.eclipse.platform.ide" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="4.34.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">
4+
<product name="Eclipse Platform" uid="org.eclipse.platform.ide" id="org.eclipse.platform.ide" application="org.eclipse.ui.ide.workbench" version="4.35.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">
55

66
<configIni use="default">
77
</configIni>
@@ -205,8 +205,8 @@ United States, other countries, or both.
205205
</configurations>
206206

207207
<repositories>
208-
<repository location="https://download.eclipse.org/eclipse/updates/4.34" name="The Eclipse Project Updates" enabled="true" />
209-
<repository location="https://download.eclipse.org/releases/2024-12" name="2024-12" enabled="true" />
208+
<repository location="https://download.eclipse.org/eclipse/updates/4.35" name="The Eclipse Project Updates" enabled="true" />
209+
<repository location="https://download.eclipse.org/releases/2025-03" name="2025-03" enabled="true" />
210210
</repositories>
211211

212212
</product>

0 commit comments

Comments
 (0)