diff options
Diffstat (limited to 'org.eclipse.jgit.ssh.apache.test/META-INF')
-rw-r--r-- | org.eclipse.jgit.ssh.apache.test/META-INF/MANIFEST.MF | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/org.eclipse.jgit.ssh.apache.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.ssh.apache.test/META-INF/MANIFEST.MF index eec422c016..78dfd14a42 100644 --- a/org.eclipse.jgit.ssh.apache.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ssh.apache.test/META-INF/MANIFEST.MF @@ -3,10 +3,11 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.jgit.ssh.apache.test Bundle-SymbolicName: org.eclipse.jgit.ssh.apache.test -Bundle-Version: 7.3.1.qualifier +Bundle-Version: 7.4.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-17 +Bundle-SCM: url=https://github.com/eclipse-jgit/jgit, connection=scm:git:https://eclipse.gerrithub.io/eclipse-jgit/jgit.git, developerConnection=scm:git:https://eclipse.gerrithub.io/a/eclipse-jgit/jgit.git Require-Bundle: org.hamcrest.core;bundle-version="[1.3.0,2.0.0)" Import-Package: org.apache.sshd.certificate;version="[2.15.0,2.16.0)", org.apache.sshd.client.config.hosts;version="[2.15.0,2.16.0)", @@ -25,22 +26,22 @@ Import-Package: org.apache.sshd.certificate;version="[2.15.0,2.16.0)", org.apache.sshd.core;version="[2.15.0,2.16.0)", org.apache.sshd.server;version="[2.15.0,2.16.0)", org.apache.sshd.server.forward;version="[2.15.0,2.16.0)", - org.eclipse.jgit.annotations;version="[7.3.1,7.4.0)", - org.eclipse.jgit.api;version="[7.3.1,7.4.0)", - org.eclipse.jgit.api.errors;version="[7.3.1,7.4.0)", - org.eclipse.jgit.errors;version="[7.3.1,7.4.0)", - org.eclipse.jgit.internal.signing.ssh;version="[7.3.1,7.4.0)", - org.eclipse.jgit.internal.storage.file;version="[7.3.1,7.4.0)", - org.eclipse.jgit.internal.transport.sshd;version="[7.3.1,7.4.0)", - org.eclipse.jgit.internal.transport.sshd.proxy;version="[7.3.1,7.4.0)", - org.eclipse.jgit.junit;version="[7.3.1,7.4.0)", - org.eclipse.jgit.junit.ssh;version="[7.3.1,7.4.0)", - org.eclipse.jgit.lib;version="[7.3.1,7.4.0)", - org.eclipse.jgit.revwalk;version="[7.3.1,7.4.0)", - org.eclipse.jgit.transport;version="[7.3.1,7.4.0)", - org.eclipse.jgit.transport.sshd;version="[7.3.1,7.4.0)", - org.eclipse.jgit.transport.sshd.agent;version="[7.3.1,7.4.0)", - org.eclipse.jgit.util;version="[7.3.1,7.4.0)", + org.eclipse.jgit.annotations;version="[7.4.0,7.5.0)", + org.eclipse.jgit.api;version="[7.4.0,7.5.0)", + org.eclipse.jgit.api.errors;version="[7.4.0,7.5.0)", + org.eclipse.jgit.errors;version="[7.4.0,7.5.0)", + org.eclipse.jgit.internal.signing.ssh;version="[7.4.0,7.5.0)", + org.eclipse.jgit.internal.storage.file;version="[7.4.0,7.5.0)", + org.eclipse.jgit.internal.transport.sshd;version="[7.4.0,7.5.0)", + org.eclipse.jgit.internal.transport.sshd.proxy;version="[7.4.0,7.5.0)", + org.eclipse.jgit.junit;version="[7.4.0,7.5.0)", + org.eclipse.jgit.junit.ssh;version="[7.4.0,7.5.0)", + org.eclipse.jgit.lib;version="[7.4.0,7.5.0)", + org.eclipse.jgit.revwalk;version="[7.4.0,7.5.0)", + org.eclipse.jgit.transport;version="[7.4.0,7.5.0)", + org.eclipse.jgit.transport.sshd;version="[7.4.0,7.5.0)", + org.eclipse.jgit.transport.sshd.agent;version="[7.4.0,7.5.0)", + org.eclipse.jgit.util;version="[7.4.0,7.5.0)", org.junit;version="[4.13,5.0.0)", org.junit.experimental.theories;version="[4.13,5.0.0)", org.junit.rules;version="[4.13.0,5.0.0)", |