From 57fc4ce0188ac14f6e5a07808eaf0801b47b5607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Sun, 24 Nov 2024 08:00:08 +0100 Subject: [PATCH] Use placeholder to define the integration build repository Currently we use fixed strings that regularly needs to be updated, but the contents could actually be computed automatically. This replace fixed strings with using properties making it needless to change them all the time. --- eclipse-platform-parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml index 76b8a87eae0..c5de05cc3d6 100644 --- a/eclipse-platform-parent/pom.xml +++ b/eclipse-platform-parent/pom.xml @@ -78,9 +78,9 @@ 'eclipiserun-repo' repository, such as for computing .api-descriptions and generating API Tools reports. --> - https://download.eclipse.org/eclipse/updates/4.34-I-builds/ + https://download.eclipse.org/eclipse/updates/${releaseVersion}-${buildType}-builds/ - https://download.eclipse.org/eclipse/updates/4.34-I-builds + https://download.eclipse.org/eclipse/updates/${releaseVersion}-${buildType}-builds https://repo.eclipse.org/content/repositories/tycho-snapshots/