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
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Click <a href="https://github.com/eclipse-egit/egit/issues">here</a> to open a b
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-committers-2025-12-M3" />
<product name="eclipse-committers-2025-12-RC1" />

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
</packageMetaData>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-cpp-2025-12-M3" />
<product name="eclipse-cpp-2025-12-RC1" />

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-dsl-2025-12-M3" />
<product name="eclipse-dsl-2025-12-RC1" />

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ To avoid compatibility issues with pre 6.x plug-ins, it is recommended to <b>cre
</packageMetaData>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-embedcpp-2025-12-M3" />
<product name="eclipse-embedcpp-2025-12-RC1" />

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@


<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-java-2025-12-M3" />
<product name="eclipse-java-2025-12-RC1" />

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Click <a href="https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper/issu
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-jee-2025-12-M3" />
<product name="eclipse-jee-2025-12-RC1" />

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
</packageMetaData>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-modeling-2025-12-M3" />
<product name="eclipse-modeling-2025-12-RC1" />

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Click <a href="https://github.com/eclipse-wildwebdeveloper/wildwebdeveloper/issu
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-php-2025-12-M3" />
<product name="eclipse-php-2025-12-RC1" />

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-rcp-2025-12-M3" />
<product name="eclipse-rcp-2025-12-RC1" />

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
</MoreInfo>

<!-- name, the name of the product, used in naming the created files. -->
<product name="eclipse-scout-2025-12-M3" />
<product name="eclipse-scout-2025-12-RC1" />

</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class Updater {
/**
* M1, M2, M3, RC1, RC2
*/
private static final String MILESTONE = "M3";
private static final String MILESTONE = "RC1";

private static final String PLATFORM_VERSION = "4.38";

Expand Down
6 changes: 3 additions & 3 deletions releng/org.eclipse.epp.config/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
<PREV_RELEASE_NAME>2025-09</PREV_RELEASE_NAME>
<NEXT_RELEASE_NAME>2026-03</NEXT_RELEASE_NAME>
<!-- Name of the milestone -->
<RELEASE_MILESTONE>M3</RELEASE_MILESTONE>
<RELEASE_MILESTONE>RC1</RELEASE_MILESTONE>
<!-- Version of the release -->
<RELEASE_VERSION>4.38.0</RELEASE_VERSION>
<!-- Name release directory on download.eclipse.org -->
<RELEASE_DIR>202511201000</RELEASE_DIR>
<RELEASE_DIR>202511271000</RELEASE_DIR>
<!-- SimRel Repo to build from -->
<SIMREL_REPO>https://download.eclipse.org/releases/2025-12/202511211000/</SIMREL_REPO>
<SIMREL_REPO>https://download.eclipse.org/staging/2025-12/</SIMREL_REPO>
<!-- ID used to generate the filename of the packages -->
<eclipse.simultaneous.release.id>${RELEASE_NAME}-${RELEASE_MILESTONE}</eclipse.simultaneous.release.id>
<!-- Timestamp used in various places, e.g. the about dialog (see about.mappings) -->
Expand Down
4 changes: 2 additions & 2 deletions releng/org.eclipse.epp.config/tools/upload-to-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dsl - 2025-12 M1
embedcpp - 2024-09 RC2
java - 2025-06 RC1
jee - 2025-09 RC2
modeling - 2025-12 M2
modeling - 2025-12 M3
php - 2025-06 M1
rcp - 2025-06 RC2
scout - 2025-03 RC2
Expand All @@ -69,7 +69,7 @@ Platforms:
Linux x86_64 - 2025-12 M1
Linux aarch64 - 2023-09 RC2
Linux riscv64 - 2025-12 M1
Windows x86_64 - 2025-12 M2
Windows x86_64 - 2025-12 M3
Windows on Arm - 2025-09 RC1
macOS x86_64 - 2025-09 RC2
macOS aarch64 - 2025-12 M1
Expand Down
Loading