diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-06-04 17:18:14 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-06-04 17:38:47 +0200 |
commit | 8261854fb72ea8921d08204e420ec1d63489d0b2 (patch) | |
tree | 6a7a7006f4519780b3051d721636d7e622e8145a /org.eclipse.jgit.packaging/pom.xml | |
parent | 945e4d68cdccaa05528dfacc3ee73bd16b0b3c9e (diff) | |
parent | 026d46de13eb2321c18045469f27b065ba107ff5 (diff) | |
download | jgit-8261854fb72ea8921d08204e420ec1d63489d0b2.tar.gz jgit-8261854fb72ea8921d08204e420ec1d63489d0b2.zip |
Merge branch 'next'
* next:
Bump jetty version to 12.0.9 and servlet-api to 6.0
Bump jetty version to 11.0.20
Update minimum Java version to 17
Prepare 7.0.0-SNAPSHOT builds
Change-Id: I99c02f19a580101d34a5b4f9ab4daac33c755b89
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index e2f3cf68dd..4274c94ac3 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -29,7 +29,7 @@ </licenses> <properties> - <java.version>11</java.version> + <java.version>17</java.version> <tycho-version>4.0.7</tycho-version> <target-platform>jgit-4.17</target-platform> <project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp> |