Skip to content

Commit f772139

Browse files
eclipse-releng-botHannesWell
authored andcommitted
Update versions to 4.38 in build scripts
1 parent 237fced commit f772139

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

JenkinsJobs/Builds/FOLDER.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ for (STREAM in config.Streams){
1717
# Format: Minute Hour Day Month Day-of-week (1-7)
1818
# - - - Integration Eclipse SDK builds - - -
1919
# Schedule: 6 PM every day until end of RC2
20-
0 18 * 5-7 *
21-
0 18 1-27 8 *
20+
0 18 * 8-10 *
21+
0 18 1-26 11 *
2222
''')
2323
}
2424
}

JenkinsJobs/JobDSL.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Streams": [
3-
"4.37"
3+
"4.38"
44
],
55
"Branches": {
6-
"4.37": "master"
6+
"4.38": "master"
77
}
88
}

cje-production/buildproperties.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
# CJE build variables
2020
BRANCH="master"
21-
RELEASE_VER="4.37"
22-
STREAM="4.37.0"
21+
RELEASE_VER="4.38"
22+
STREAM="4.38.0"
2323
STREAMMajor="4"
24-
STREAMMinor="37"
24+
STREAMMinor="38"
2525
STREAMService="0"
2626
GIT_ROOT="[email protected]:"
2727
AGG_REPO="eclipse-platform/eclipse.platform.releng.aggregator.git"
@@ -48,7 +48,7 @@ PREVIOUS_RELEASE_ID="R-4.36-202505281830"
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/"
5050
BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder"
51-
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.37-I-builds/"
51+
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.38-I-builds/"
5252

5353
#Maven parameters
5454
JAVA_DOC_TOOL="-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc"

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.37 Release of the Eclipse Platform.
12+
properties.1.value = 4.38 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/sdk.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 SDK.
99

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

1414
properties.2.name = org.eclipse.equinox.p2.provider
1515
properties.2.value = Eclipse.org
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name=Eclipse Platform
22
id=org.eclipse.platform
3-
version=4.37.0
3+
version=4.38.0

production/testScripts/configuration/streamSpecific.properties

Lines changed: 1 addition & 1 deletion
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.37.0 builds and tests"
8+
streamSpecificPropertiesTitle="Properties for 4.38.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

0 commit comments

Comments
 (0)