summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-05-24 00:11:47 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-05-24 00:36:43 +0200
commit59c9f93c403ec196a231599f805e33aa33f62652 (patch)
tree96e5b3ed208b67907a691ad7f5509e146d747125 /org.eclipse.jgit.packaging/pom.xml
parentb59e90a1b6f8739fc20650fdc7d89f42a61a350d (diff)
downloadjgit-59c9f93c403ec196a231599f805e33aa33f62652.tar.gz
jgit-59c9f93c403ec196a231599f805e33aa33f62652.zip
Update tycho to 4.0.7 and set minimum maven version to 3.9.0
which is required by tycho 4.0.7. Change-Id: I7ed1bda89c8712a0a1bb47bdf77e4b7f9f66c039
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r--org.eclipse.jgit.packaging/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml
index c44fcc9ccb..e72a039b9a 100644
--- a/org.eclipse.jgit.packaging/pom.xml
+++ b/org.eclipse.jgit.packaging/pom.xml
@@ -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>
@@ -184,7 +184,7 @@
<configuration>
<rules>
<requireMavenVersion>
- <version>3.6.3</version>
+ <version>3.9.0</version>
</requireMavenVersion>
</rules>
</configuration>