jgit/org.eclipse.jgit.packaging
Matthias Sohn d3d0ec4290 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:

<?xml version='1.0' encoding='UTF-8'?>
<toolchains>
  <toolchain>
    <type>jdk</type>
    <provides>
      <id>JavaSE-11</id>
      <version>11</version>
    </provides>
    <configuration>
      <jdkHome>/path/to/java-11</jdkHome>
    </configuration>
  </toolchain>
  <toolchain>
    <type>jdk</type>
    <provides>
      <id>JavaSE-17</id>
      <version>17</version>
    </provides>
    <configuration>
      <jdkHome>/path/to/java-17</jdkHome>
    </configuration>
  </toolchain>
</toolchains>

Change-Id: Ib0f18147826e5b4a7fa1f41590772516269de702
2023-05-23 19:47:08 +02:00
..
.settings Avoid warning "no explicit project encoding" 2022-05-26 23:17:44 +02:00
org.eclipse.jgit.feature Prepare 6.5.1-SNAPSHOT builds 2023-03-07 16:39:19 +01:00
org.eclipse.jgit.gpg.bc.feature Prepare 6.5.1-SNAPSHOT builds 2023-03-07 16:39:19 +01:00
org.eclipse.jgit.http.apache.feature Prepare 6.5.1-SNAPSHOT builds 2023-03-07 16:39:19 +01:00
org.eclipse.jgit.junit.feature Prepare 6.5.1-SNAPSHOT builds 2023-03-07 16:39:19 +01:00
org.eclipse.jgit.lfs.feature Prepare 6.6.0-SNAPSHOT builds 2023-03-01 15:40:45 +01:00
org.eclipse.jgit.pgm.feature Prepare 6.5.1-SNAPSHOT builds 2023-03-07 16:39:19 +01:00
org.eclipse.jgit.repository PGP sign p2 artefacts 2023-05-23 19:47:08 +02:00
org.eclipse.jgit.source.feature Prepare 6.5.1-SNAPSHOT builds 2023-03-07 16:39:19 +01:00
org.eclipse.jgit.ssh.apache.feature Prepare 6.5.1-SNAPSHOT builds 2023-03-07 16:39:19 +01:00
org.eclipse.jgit.ssh.jsch.feature Prepare 6.5.1-SNAPSHOT builds 2023-03-07 16:39:19 +01:00
org.eclipse.jgit.target Revert 'Use net.i2p.crypto:eddsa directly from Maven Central' 2023-05-23 19:47:08 +02:00
.project Make org.eclipse.jgit.packaging a general project 2014-04-28 09:06:58 +02:00
pom.xml Update to Tycho 4.0.0-SNAPSHOT 2023-05-23 19:47:08 +02:00