Skip to content

Commit 8d1413b

Browse files
eclipse-releng-botHannesWell
authored andcommitted
Update previous release version to 4.38 GA across build scripts
1 parent f121b67 commit 8d1413b

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

JenkinsJobs/buildConfigurations.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
"typeName": "Integration",
44
"folder": "Builds",
55
"streams": {
6-
"4.38": {
7-
"branch": "R4_38_maintenance",
8-
"schedule": ""
9-
},
106
"4.39": {
117
"branch": "master",
128
"schedule": "0 18 * 11-12,1-1 *\n0 18 1-25 2 *"
@@ -76,10 +72,6 @@
7672
"typeName": "Beta Java 26",
7773
"folder": "YBuilds",
7874
"streams": {
79-
"4.38": {
80-
"branch": "R4_38_maintenance",
81-
"schedule": "0 10 * 8-10 2,4,6\n0 10 1-26 11 2,4,6"
82-
},
8375
"4.39": {
8476
"branch": "master",
8577
"disabled": "false",

cje-production/buildproperties.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ LOCAL_REPO="localMavenRepo"
2929
NEXT_JAVA_RELEASE_DATE="2026-03-17"
3030

3131
# Base builder parameters
32-
API_PREV_REF_LABEL="4.37"
32+
API_PREV_REF_LABEL="4.38"
3333

34-
PREVIOUS_RELEASE_VER="4.38RC2"
35-
PREVIOUS_RELEASE_REPO_ID="4.38-I-builds"
34+
PREVIOUS_RELEASE_VER="4.38"
35+
PREVIOUS_RELEASE_REPO_ID="4.38"
3636
#build id for getting repo
37-
BASEBUILD_ID="I20251126-2330"
37+
BASEBUILD_ID="R-4.38-202512010920"
3838
#release id for downloading eclipse
39-
PREVIOUS_RELEASE_ID="S-4.38RC2-202511262330"
39+
PREVIOUS_RELEASE_ID="R-4.38-202512010920"
4040

4141
BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools"
4242
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.39-I-builds/"

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.38-I-builds/I20251126-2330/</previous-release.baseline>
126+
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.38/R-4.38-202512010920/</previous-release.baseline>
127127

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

0 commit comments

Comments
 (0)