Update to Tycho 4.0.1

Tycho 4.0.0-SNAPSHOT is no longer available and it's a bad practice to
depend on any snapshot version (we had to since this was the only way
to get gpg signing to work in time for releasing 6.6.0).

Change-Id: I1d4af5f69965b4cad50b379fd81f6f442b38c8d0
This commit is contained in:
Matthias Sohn 2023-08-03 10:12:57 +02:00
parent 6f4f7e911f
commit c64dfe5b49
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<properties>
<java.version>11</java.version>
<tycho-version>4.0.0-SNAPSHOT</tycho-version>
<tycho-version>4.0.1</tycho-version>
<target-platform>jgit-4.17</target-platform>
</properties>