Skip to content

Commit 02eaba9

Browse files
Update product version number to 4.26 across build scripts
Tracked in #515
1 parent 5fa56f6 commit 02eaba9

File tree

9 files changed

+33
-33
lines changed

9 files changed

+33
-33
lines changed

cje-production/Y-build/buildproperties.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
# CJE build variables
1919
BRANCH="master"
20-
PATCH_OR_BRANCH_LABEL="java19"
21-
BUILD_TYPE_NAME="Beta Java 19"
20+
PATCH_OR_BRANCH_LABEL="java20"
21+
BUILD_TYPE_NAME="Beta Java 20"
2222
BUILD_TYPE="Y"
2323
TESTED_BUILD_TYPE="Y"
24-
RELEASE_VER="4.25"
25-
STREAM="4.25.0"
24+
RELEASE_VER="4.26"
25+
STREAM="4.26.0"
2626
STREAMMajor="4"
27-
STREAMMinor="25"
27+
STREAMMinor="26"
2828
STREAMService="0"
2929
GIT_ROOT="[email protected]:"
3030
AGG_REPO="eclipse-platform/eclipse.platform.releng.aggregator.git"
@@ -40,7 +40,7 @@ LOCAL_REPO="localMavenRepo"
4040
# Base builder parameters
4141
BASEBUILDER_TAG="4.24"
4242
API_PREV_REF_LABEL="4.24"
43-
#API_FREEZE_REF_LABEL="4.25RC1"
43+
#API_FREEZE_REF_LABEL="4.26RC1"
4444
API_FREEZE_REF_LABEL=""
4545
# Change to appropriate versions and uncomment when entering API freeze
4646
#FREEZE_PARAMS="-DfreezeBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-${API_FREEZE_REF_LABEL}-202108251800/eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip -DfreezeName=Eclipse-SDK-${API_FREEZE_REF_LABEL} -DfreezeFilename=eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip"

cje-production/buildproperties.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ PATCH_OR_BRANCH_LABEL="master"
2121
BUILD_TYPE_NAME="Integration"
2222
BUILD_TYPE="I"
2323
TESTED_BUILD_TYPE="I"
24-
RELEASE_VER="4.25"
25-
STREAM="4.25.0"
24+
RELEASE_VER="4.26"
25+
STREAM="4.26.0"
2626
STREAMMajor="4"
2727
STREAMMinor="25"
2828
STREAMService="0"
@@ -40,7 +40,7 @@ LOCAL_REPO="localMavenRepo"
4040
# Base builder parameters
4141
BASEBUILDER_TAG="4.24"
4242
API_PREV_REF_LABEL="4.24"
43-
API_FREEZE_REF_LABEL="4.25RC1"
43+
API_FREEZE_REF_LABEL="4.26RC1"
4444
#API_FREEZE_REF_LABEL=""
4545
# Change to appropriate versions and uncomment when entering API freeze
4646
FREEZE_PARAMS="-DfreezeBaseURL=https://${DOWNLOAD_HOST}/eclipse/downloads/drops4/S-${API_FREEZE_REF_LABEL}-202208241800/eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip -DfreezeName=Eclipse-SDK-${API_FREEZE_REF_LABEL} -DfreezeFilename=eclipse-SDK-${API_FREEZE_REF_LABEL}-win32-x86_64.zip"

eclipse-platform-parent/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
such as Version: Mars (4.5), for main features.
5050
See bug 328139.
5151
-->
52-
<releaseName>2022-09</releaseName>
52+
<releaseName>2022-12</releaseName>
5353
<!--
5454
The releaseNumbers below, for SDK and Platform, might be
5555
thought of as the "marketing number" or "branding number",
@@ -64,8 +64,8 @@
6464
but we'd still want the "marketing number" to be increased to reflect
6565
"a new yearly release".
6666
-->
67-
<releaseNumberSDK>4.25</releaseNumberSDK>
68-
<releaseNumberPlatform>4.25</releaseNumberPlatform>
67+
<releaseNumberSDK>4.26</releaseNumberSDK>
68+
<releaseNumberPlatform>4.26</releaseNumberPlatform>
6969

7070
<tycho.version>3.0.0-SNAPSHOT</tycho.version>
7171

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
instructions.configure=\
2-
addRepository(type:0,location:https${#58}//download.eclipse.org/eclipse/updates/4.25,name:The Eclipse Project Updates);\
3-
addRepository(type:1,location:https${#58}//download.eclipse.org/eclipse/updates/4.25,name:The Eclipse Project Updates);\
4-
addRepository(type:0,location:https${#58}//download.eclipse.org/releases/2022-09,name:2022-09);\
5-
addRepository(type:1,location:https${#58}//download.eclipse.org/releases/2022-09,name:2022-09);\
2+
addRepository(type:0,location:https${#58}//download.eclipse.org/eclipse/updates/4.26,name:The Eclipse Project Updates);\
3+
addRepository(type:1,location:https${#58}//download.eclipse.org/eclipse/updates/4.26,name:The Eclipse Project Updates);\
4+
addRepository(type:0,location:https${#58}//download.eclipse.org/releases/2022-12,name:2022-12);\
5+
addRepository(type:1,location:https${#58}//download.eclipse.org/releases/2022-12,name:2022-12);\
66
mkdir(path:${installFolder}/dropins);
77
requires.1.namespace=org.eclipse.equinox.p2.iu
88
requires.1.name=toolingorg.eclipse.platform.configuration.macosx
@@ -51,7 +51,7 @@ properties.0.name = org.eclipse.equinox.p2.type.product
5151
properties.0.value = true
5252

5353
properties.1.name = org.eclipse.equinox.p2.description
54-
properties.1.value = 4.25 Release of the Eclipse Platform.
54+
properties.1.value = 4.26 Release of the Eclipse Platform.
5555

5656
properties.2.name = org.eclipse.equinox.p2.provider
5757
properties.2.value = Eclipse.org

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
instructions.configure=\
2-
addRepository(type:0,location:https${#58}//download.eclipse.org/eclipse/updates/4.25,name:The Eclipse Project Updates);\
3-
addRepository(type:1,location:https${#58}//download.eclipse.org/eclipse/updates/4.25,name:The Eclipse Project Updates);\
4-
addRepository(type:0,location:https${#58}//download.eclipse.org/releases/2022-09,name:2022-09);\
5-
addRepository(type:1,location:https${#58}//download.eclipse.org/releases/2022-09,name:2022-09);\
2+
addRepository(type:0,location:https${#58}//download.eclipse.org/eclipse/updates/4.26,name:The Eclipse Project Updates);\
3+
addRepository(type:1,location:https${#58}//download.eclipse.org/eclipse/updates/4.26,name:The Eclipse Project Updates);\
4+
addRepository(type:0,location:https${#58}//download.eclipse.org/releases/2022-12,name:2022-12);\
5+
addRepository(type:1,location:https${#58}//download.eclipse.org/releases/2022-12,name:2022-12);\
66
mkdir(path:${installFolder}/dropins);
77
requires.1.namespace=org.eclipse.equinox.p2.iu
88
requires.1.name=toolingorg.eclipse.configuration.macosx
@@ -49,7 +49,7 @@ properties.0.name = org.eclipse.equinox.p2.type.product
4949
properties.0.value = true
5050

5151
properties.1.name = org.eclipse.equinox.p2.description
52-
properties.1.value = 4.25 Release of the Platform SDK.
52+
properties.1.value = 4.26 Release of the Platform SDK.
5353

5454
properties.2.name = org.eclipse.equinox.p2.provider
5555
properties.2.value = Eclipse.org

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
instructions.configure=\
2-
addRepository(type:0,location:https${#58}//download.eclipse.org/eclipse/updates/4.25,name:The Eclipse Project Updates);\
3-
addRepository(type:1,location:https${#58}//download.eclipse.org/eclipse/updates/4.25,name:The Eclipse Project Updates);\
4-
addRepository(type:0,location:https${#58}//download.eclipse.org/releases/2022-09,name:2022-09);\
5-
addRepository(type:1,location:https${#58}//download.eclipse.org/releases/2022-09,name:2022-09);\
2+
addRepository(type:0,location:https${#58}//download.eclipse.org/eclipse/updates/4.26,name:The Eclipse Project Updates);\
3+
addRepository(type:1,location:https${#58}//download.eclipse.org/eclipse/updates/4.26,name:The Eclipse Project Updates);\
4+
addRepository(type:0,location:https${#58}//download.eclipse.org/releases/2022-12,name:2022-12);\
5+
addRepository(type:1,location:https${#58}//download.eclipse.org/releases/2022-12,name:2022-12);\
66
mkdir(path:${installFolder}/dropins);
77
requires.1.namespace=org.eclipse.equinox.p2.iu
88
requires.1.name=toolingorg.eclipse.sdk.configuration.macosx
@@ -49,7 +49,7 @@ properties.0.name = org.eclipse.equinox.p2.type.product
4949
properties.0.value = true
5050

5151
properties.1.name = org.eclipse.equinox.p2.description
52-
properties.1.value = 4.25 Release of the Eclipse SDK.
52+
properties.1.value = 4.26 Release of the Eclipse SDK.
5353

5454
properties.2.name = org.eclipse.equinox.p2.provider
5555
properties.2.value = Eclipse.org

production/testScripts/configuration/streamSpecific.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# purely title or identifier for display, to help confirm right file
77
# is being retrieved and used.
8-
streamSpecificPropertiesTitle="Properties for 4.25.0 builds and tests"
8+
streamSpecificPropertiesTitle="Properties for 4.26.0 builds and tests"
99

1010
# These "previousRelease" variables are primarily used to have a
1111
# stable version of Eclipse, that is used, for example, for it's p2

production/testScripts/test_runTests2.xml.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ wget -O ${WORKSPACE}/getEBuilder.xml --no-verbose https://${GIT_HOST}/c/platfo
8181

8282
ANTFILE=getEBuilder.xml
8383
buildId=I20150320-0800
84-
eclipseStream=4.25.0
84+
eclipseStream=4.26.0
8585
EBUILDER_HASH=master
8686
#EBUILDER_HASH=4295494c43e464a0c4ee39b7e0c847fbc3263f2a
8787

scripts/updateProductVersion.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
script_location=$( (cd $(dirname $0) && pwd) )
1717

18-
find $script_location/.. -name pom.xml -exec sed -i 's/4.24.0/4.25.0/g' {} \;
19-
find $script_location/.. -name MANIFEST.MF -exec sed -i 's/4.24.0/4.25.0/g' {} \;
20-
find $script_location/.. -type f -name *.product -exec sed -i 's/4.24.0/4.25.0/g' {} \;
21-
find $script_location/.. -name feature.xml -exec sed -i 's/4.24.0/4.25.0/g' {} \;
18+
find $script_location/.. -name pom.xml -exec sed -i 's/4.24.0/4.26.0/g' {} \;
19+
find $script_location/.. -name MANIFEST.MF -exec sed -i 's/4.24.0/4.26.0/g' {} \;
20+
find $script_location/.. -type f -name *.product -exec sed -i 's/4.24.0/4.26.0/g' {} \;
21+
find $script_location/.. -name feature.xml -exec sed -i 's/4.24.0/4.26.0/g' {} \;

0 commit comments

Comments
 (0)