Skip to content

Commit 90e96c7

Browse files
eclipse-releng-botMohananRahul
authored andcommitted
Update previous release version to 4.39 GA across build scripts
1 parent f35d91f commit 90e96c7

3 files changed

Lines changed: 5 additions & 14 deletions

File tree

JenkinsJobs/buildConfigurations.json

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

cje-production/buildproperties.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ BUILD_TO_COMPARE_SITE="ftp.osuosl.org/pub/eclipse/eclipse/updates"
2828
LOCAL_REPO="localMavenRepo"
2929
NEXT_JAVA_RELEASE_DATE=""
3030

31-
PREVIOUS_RELEASE_VER="4.39RC2"
32-
PREVIOUS_RELEASE_REPO_ID="4.39-I-builds"
31+
PREVIOUS_RELEASE_VER="4.39"
32+
PREVIOUS_RELEASE_REPO_ID="4.39"
3333
#build id for getting repo
34-
BASEBUILD_ID="I20260226-0420"
34+
BASEBUILD_ID="R-4.39-202602260420"
3535
#release id for downloading eclipse
36-
PREVIOUS_RELEASE_ID="S-4.39RC2-202602260420"
36+
PREVIOUS_RELEASE_ID="R-4.39-202602260420"
3737

3838
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.40-I-builds/"

eclipse-platform-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<compare-version-with-baselines.skip>true</compare-version-with-baselines.skip>
126126
<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. -->
127127
<tycho.baseline.replace>all</tycho.baseline.replace>
128-
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.39-I-builds/I20260226-0420/</previous-release.baseline>
128+
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.39/R-4.39-202602260420/</previous-release.baseline>
129129

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

0 commit comments

Comments
 (0)