From d3d0ec4290393d71d1557b7bd582234ab023e9eb Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Tue, 9 May 2023 09:44:03 +0200 Subject: [PATCH] Update to Tycho 4.0.0-SNAPSHOT We need to update to Tycho in order to force PGP signing of the bouncycastle libraries which isn't supported by earlier Tycho versions. For that we need to run Maven on Java 17 or higher. In order to run tests on Java 11 add a `toolchain.xml` file into the `~/.m2` directory providing the path to Java installations: jdk JavaSE-11 11 /path/to/java-11 jdk JavaSE-17 17 /path/to/java-17 Change-Id: Ib0f18147826e5b4a7fa1f41590772516269de702 --- org.eclipse.jgit.packaging/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index c9c2c4367..0e1bea7b1 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -23,7 +23,7 @@ 11 - 2.7.5 + 4.0.0-SNAPSHOT jgit-4.17 @@ -36,6 +36,10 @@ repo.eclipse.org.cbi-snapshots https://repo.eclipse.org/content/repositories/cbi-snapshots/ + + tycho-snapshots + https://repo.eclipse.org/content/repositories/tycho-snapshots/ +