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 @@ -325,7 +325,7 @@ private void sendEmail() throws IOException {
var text = getContents("https://download.eclipse.org/technology/epp/downloads/release/" + SIMREL_VERSION + "/"
+ MILESTONE + "/_email.txt");
text = text.replace("https://github.com/eclipse-packaging/packages/labels/endgame", getEndgameIssue());
openURL("mailto:simrel-dev@eclipse.org?subject=" + encode("EPP " + SIMREL_VERSION + " " + MILESTONE) + "&body="
openURL("mailto:epp-dev@eclipse.org?subject=" + encode("EPP " + SIMREL_VERSION + " " + MILESTONE) + "&body="
+ encode(text));
}

Expand Down
6 changes: 3 additions & 3 deletions releng/org.eclipse.epp.config/tools/upload-to-staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ Last +1 received for each package and platform (apologies if I missed one of you

Packages:
committers - 2025-12 M1
cpp - 2025-12 M3
cpp - 2026-03 M2
dsl - 2025-12 RC2
embedcpp - 2026-03 M1
embedcpp - 2026-03 M2
java - 2025-06 RC1
jee - 2025-12 RC1
modeling - 2026-03 M2
Expand All @@ -69,7 +69,7 @@ rcp - 2025-06 RC2
scout - 2026-03 M1

Platforms:
Linux x86_64 - 2025-12 M3
Linux x86_64 - 2026-03 M2
Linux aarch64 - 2023-09 RC2
Linux riscv64 - 2025-12 M1
Windows x86_64 - 2026-03 M2
Expand Down
Loading