summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-04-27 00:49:57 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-05-02 15:24:35 +0200
commit7fd8a7a667acb7744f08f89eb5faf69f72d7ec25 (patch)
tree63776bbc691ec7a3acbe165cee75d87cee2816d4 /org.eclipse.jgit.ui/META-INF/MANIFEST.MF
parentacbb197355bc1ce3d2be747e3af62a01ca6821e5 (diff)
downloadjgit-7fd8a7a667acb7744f08f89eb5faf69f72d7ec25.tar.gz
jgit-7fd8a7a667acb7744f08f89eb5faf69f72d7ec25.zip
Update minimum Java version to 17
Bug: jgit-52 Change-Id: I27e85b3ab4c2e21c86d69d8707eeb9547d788287
Diffstat (limited to 'org.eclipse.jgit.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
index b776d2e6e0..04bda44748 100644
--- a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Automatic-Module-Name: org.eclipse.jgit.ui
Bundle-SymbolicName: org.eclipse.jgit.ui
Bundle-Version: 7.0.0.qualifier
Bundle-Vendor: %Bundle-Vendor
-Bundle-RequiredExecutionEnvironment: JavaSE-11
+Bundle-RequiredExecutionEnvironment: JavaSE-17
Export-Package: org.eclipse.jgit.awtui;version="7.0.0"
Import-Package: org.eclipse.jgit.errors;version="[7.0.0,7.1.0)",
org.eclipse.jgit.lib;version="[7.0.0,7.1.0)",