aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ssh.jsch/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2021-11-24 19:42:27 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2021-11-24 19:42:27 +0100
commit4453a6e04292e149bd69fe45a6383590cc1a60ab (patch)
treeddbda14ab265cd4493ab103d56557c43560d159e /org.eclipse.jgit.ssh.jsch/META-INF/MANIFEST.MF
parent06eb6d0b731c6d6667707629cd91dc592ef5702e (diff)
downloadjgit-4453a6e04292e149bd69fe45a6383590cc1a60ab.tar.gz
jgit-4453a6e04292e149bd69fe45a6383590cc1a60ab.zip
Prepare 6.1.0-SNAPSHOT builds
Change-Id: Ied07b1298bd32672a5025cec5079440ab9b9a100
Diffstat (limited to 'org.eclipse.jgit.ssh.jsch/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.ssh.jsch/META-INF/MANIFEST.MF20
1 files changed, 10 insertions, 10 deletions
diff --git a/org.eclipse.jgit.ssh.jsch/META-INF/MANIFEST.MF b/org.eclipse.jgit.ssh.jsch/META-INF/MANIFEST.MF
index 1a498ce371..3c53d4f625 100644
--- a/org.eclipse.jgit.ssh.jsch/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ssh.jsch/META-INF/MANIFEST.MF
@@ -3,19 +3,19 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.ssh.jsch
Bundle-SymbolicName: org.eclipse.jgit.ssh.jsch;singleton:=true
-Fragment-Host: org.eclipse.jgit;bundle-version="[6.0.0,6.1.0)"
+Fragment-Host: org.eclipse.jgit;bundle-version="[6.1.0,6.2.0)"
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
-Bundle-Version: 6.0.0.qualifier
+Bundle-Version: 6.1.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
-Export-Package: org.eclipse.jgit.transport.ssh.jsch;version="6.0.0"
+Export-Package: org.eclipse.jgit.transport.ssh.jsch;version="6.1.0"
Import-Package: com.jcraft.jsch;version="[0.1.37,0.2.0)",
- org.eclipse.jgit.errors;version="[6.0.0,6.1.0)",
- org.eclipse.jgit.internal;version="[6.0.0,6.1.0)",
- org.eclipse.jgit.internal.transport.ssh;version="[6.0.0,6.1.0)",
- org.eclipse.jgit.nls;version="[6.0.0,6.1.0)",
- org.eclipse.jgit.transport;version="[6.0.0,6.1.0)",
- org.eclipse.jgit.util;version="[6.0.0,6.1.0)",
- org.eclipse.jgit.util.io;version="[6.0.0,6.1.0)",
+ org.eclipse.jgit.errors;version="[6.1.0,6.2.0)",
+ org.eclipse.jgit.internal;version="[6.1.0,6.2.0)",
+ org.eclipse.jgit.internal.transport.ssh;version="[6.1.0,6.2.0)",
+ org.eclipse.jgit.nls;version="[6.1.0,6.2.0)",
+ org.eclipse.jgit.transport;version="[6.1.0,6.2.0)",
+ org.eclipse.jgit.util;version="[6.1.0,6.2.0)",
+ org.eclipse.jgit.util.io;version="[6.1.0,6.2.0)",
org.slf4j;version="[1.7.0,2.0.0)"