Skip to content

Commit e2f02c2

Browse files
deepika-uMohananRahul
authored andcommitted
Update R4_36 maintenance branch with release version for 4.36+ changes
Fixes #3072
1 parent f787201 commit e2f02c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.35-202502280140"
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.36-I-builds/"
51+
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.36/R-4.36-202505281830/"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<cbi-plugins.version>1.5.2</cbi-plugins.version>
7979
<surefire.version>3.5.3</surefire.version>
8080

81-
<eclipse-sdk-repo>https://download.eclipse.org/eclipse/updates/${releaseVersion}-I-builds/</eclipse-sdk-repo>
81+
<eclipse-sdk-repo>https://download.eclipse.org/eclipse/updates/4.36/R-4.36-202505281830/</eclipse-sdk-repo>
8282

8383
<!--
8484
The tycho-eclipserun-plugin will create its instance of Eclipse from this
@@ -131,7 +131,7 @@
131131
<compare-version-with-baselines.skip>true</compare-version-with-baselines.skip>
132132
<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. -->
133133
<tycho.baseline.replace>all</tycho.baseline.replace>
134-
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.35/R-4.35-202502280140/</previous-release.baseline>
134+
<previous-release.baseline>https://download.eclipse.org/eclipse/updates/4.36/R-4.36-202505281830/</previous-release.baseline>
135135

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

0 commit comments

Comments
 (0)