]> source.dussan.org Git - jgit.git/commitdiff
Update tycho to 4.0.7 and set minimum maven version to 3.9.0 35/1195135/2
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 23 May 2024 22:11:47 +0000 (00:11 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 23 May 2024 22:36:43 +0000 (00:36 +0200)
which is required by tycho 4.0.7.

Change-Id: I7ed1bda89c8712a0a1bb47bdf77e4b7f9f66c039

org.eclipse.jgit.packaging/pom.xml

index c44fcc9ccb51f23a2859df5dc60d135237cba3e1..e72a039b9aaf4ba423fd2e985ad7f5fee893c903 100644 (file)
@@ -30,7 +30,7 @@
 
   <properties>
     <java.version>11</java.version>
-    <tycho-version>4.0.6</tycho-version>
+    <tycho-version>4.0.7</tycho-version>
     <target-platform>jgit-4.17</target-platform>
     <project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
   </properties>
             <configuration>
               <rules>
                 <requireMavenVersion>
-                  <version>3.6.3</version>
+                  <version>3.9.0</version>
                 </requireMavenVersion>
               </rules>
             </configuration>