From 33904108c314e8f581561e00b48272bc77532ad6 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Thu, 1 Dec 2022 11:51:37 +0100 Subject: [PATCH] fix e425-based builds to specific versions to avoid update conflicts --- eclipse-distribution/pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/eclipse-distribution/pom.xml b/eclipse-distribution/pom.xml index d14198e1c..4baa35b6e 100644 --- a/eclipse-distribution/pom.xml +++ b/eclipse-distribution/pom.xml @@ -530,12 +530,12 @@ m2e p2 - https://download.eclipse.org/technology/m2e/releases/latest/ + https://download.eclipse.org/technology/m2e/releases/2.0.5/ latest-m2e-wtp-release p2 - https://download.eclipse.org/m2e-wtp/releases/latest/ + https://download.eclipse.org/m2e-wtp/releases/1.5.1/ - https://download.eclipse.org/lsp4e/snapshots/ + https://download.eclipse.org/lsp4e/releases/0.21.0/ + tm4e-snapshots p2 - https://download.eclipse.org/tm4e/snapshots/ + https://download.eclipse.org/tm4e/releases/0.6.2/ +