From 9c12f805de35a9a4878f81f4fab03c1684f6f36e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Fri, 7 Nov 2025 16:39:23 +0100 Subject: [PATCH] Use Tycho 5.0.1-SNAPSHOT --- .mvn/extensions.xml | 2 +- .mvn/maven.config | 2 +- m2e-parent/pom.xml | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index ff2889110d..c75928d7fb 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -3,6 +3,6 @@ org.eclipse.tycho tycho-build - ${tycho-version} + 5.0.0 diff --git a/.mvn/maven.config b/.mvn/maven.config index e7ecce88bd..c1b15b5bea 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -5,4 +5,4 @@ --fail-at-end -Dtycho.localArtifacts=ignore -Dtycho.target.pomDependencies=consider --Dtycho-version=5.0.0 +-Dtycho-version=5.0.1-SNAPSHOT diff --git a/m2e-parent/pom.xml b/m2e-parent/pom.xml index 061a870036..7f2e4dc44f 100644 --- a/m2e-parent/pom.xml +++ b/m2e-parent/pom.xml @@ -222,6 +222,10 @@ cbi-releases https://repo.eclipse.org/content/repositories/cbi-releases/ + + tycho-snapshots + https://repo.eclipse.org/content/repositories/tycho-snapshots/ +