From b30ba249211fc4fe8ca60d33163881c015f41f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Wed, 11 Sep 2024 10:38:12 +0200 Subject: [PATCH] [bp] Update to 2024-09 --- tycho-api/src/main/java/org/eclipse/tycho/TychoConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tycho-api/src/main/java/org/eclipse/tycho/TychoConstants.java b/tycho-api/src/main/java/org/eclipse/tycho/TychoConstants.java index 4c534e5688..bcf6e6a2aa 100644 --- a/tycho-api/src/main/java/org/eclipse/tycho/TychoConstants.java +++ b/tycho-api/src/main/java/org/eclipse/tycho/TychoConstants.java @@ -18,7 +18,7 @@ public interface TychoConstants { - public static final String ECLIPSE_LATEST = "https://download.eclipse.org/releases/2024-06/"; + public static final String ECLIPSE_LATEST = "https://download.eclipse.org/releases/2024-09/"; public static final String TYCHO_NOT_CONFIGURED = "Tycho build extension not configured for ";