]> source.dussan.org Git - jgit.git/commitdiff
Update to Tycho 4.0.1 28/203528/1
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 3 Aug 2023 08:12:57 +0000 (10:12 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 3 Aug 2023 08:12:57 +0000 (10:12 +0200)
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

org.eclipse.jgit.packaging/pom.xml

index a2ab65c7c7ff47817c4dc33d55532be167b81d32..f31071147882b2bd986e24b65c85e1134b13a968 100644 (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>