Skip to content

Commit fa4902a

Browse files
eclipse-releng-botHannesWell
authored andcommitted
Update R4_37_maintenance branch with release version for 4_37+ changes
1 parent bb2c09a commit fa4902a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cje-production/buildproperties.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.37/R-4.37-202509050730/"
5252

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

eclipse-platform-parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<cbi-plugins.version>1.5.2</cbi-plugins.version>
7171
<surefire.version>3.5.3</surefire.version>
7272

73-
<eclipse-sdk-repo>https://download.eclipse.org/eclipse/updates/${releaseVersion}-I-builds/</eclipse-sdk-repo>
73+
<eclipse-sdk-repo>https://download.eclipse.org/eclipse/updates/4.37/R-4.37-202509050730/</eclipse-sdk-repo>
7474

7575
<!--
7676
The tycho-eclipserun-plugin will create its instance of Eclipse from this
@@ -85,7 +85,7 @@
8585
<tycho-snapshot-repo.url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshot-repo.url>
8686

8787
<eclipse-snapshots-repo.url>https://repo.eclipse.org/content/repositories/eclipse-snapshots/</eclipse-snapshots-repo.url>
88-
<cbi-ecj-version>[3.39,)</cbi-ecj-version>
88+
<cbi-ecj-version>3.43.0</cbi-ecj-version>
8989

9090
<!--
9191
repo for released versions of CBI. Note, we intentionally use as specific a repo as possible.
@@ -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.36/R-4.36-202505281830/</previous-release.baseline>
126+
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.37/R-4.37-202509050730/</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)