Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cje-production/buildproperties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PREVIOUS_RELEASE_ID="R-4.35-202502280140"
BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/snapshots"
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.37.0/R-3.37.0-20250303081219/repositoryunittests/"
BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.36-I-builds/"
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.36/R-4.36-202505281830/"

#Maven parameters
JAVA_DOC_TOOL="-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc"
4 changes: 2 additions & 2 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<cbi-plugins.version>1.5.2</cbi-plugins.version>
<surefire.version>3.5.3</surefire.version>

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

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

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