Skip to content

Commit f056c7c

Browse files
Move previous version to 4.39RC2 in build scripts
1 parent c588ee3 commit f056c7c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.40"
32-
PREVIOUS_RELEASE_REPO_ID="4.38"
31+
PREVIOUS_RELEASE_VER="4.39RC2"
32+
PREVIOUS_RELEASE_REPO_ID="4.39-I-builds"
3333
#build id for getting repo
34-
BASEBUILD_ID="R-4.38-202512010920"
34+
BASEBUILD_ID="I20260226-0420"
3535
#release id for downloading eclipse
36-
PREVIOUS_RELEASE_ID="R-4.38-202512010920"
36+
PREVIOUS_RELEASE_ID="S-4.39RC2-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
@@ -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/R-4.38-202512010920/</previous-release.baseline>
126+
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.39-I-builds/I20260226-0420/</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)