diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-03-10 16:05:18 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-03-10 16:05:18 +0100 |
commit | 9cf3a3e9b5cb17944d8f95c0a418f266a4408a6b (patch) | |
tree | 874639e0f9da3b0845d2d52661da3d95b24677b6 /org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF | |
parent | 7a3f62818078dea867fe7c5b4e28d215821086b6 (diff) | |
parent | e5aa53fec99bb7ec45442ab3d0ba58e1d52ee248 (diff) | |
download | jgit-9cf3a3e9b5cb17944d8f95c0a418f266a4408a6b.tar.gz jgit-9cf3a3e9b5cb17944d8f95c0a418f266a4408a6b.zip |
Merge branch 'stable-5.11'
* stable-5.11:
Update Orbit to R20210223232630
Prepare 5.11.1-SNAPSHOT builds
JGit v5.11.0.202103091610-r
Prepare 5.11.0-SNAPSHOT builds
JGit v5.11.0.202103031150-rc1
Change-Id: I808e53a3c54a49d0dd62c69818ea2f5672e16a91
Diffstat (limited to 'org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF index e5b0456b63..04f3d5966e 100644 --- a/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF @@ -3,28 +3,28 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.jgit.pgm.test Bundle-SymbolicName: org.eclipse.jgit.pgm.test -Bundle-Version: 5.11.0.qualifier +Bundle-Version: 5.11.1.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-Localization: plugin Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.8 -Import-Package: org.eclipse.jgit.api;version="[5.11.0,5.12.0)", - org.eclipse.jgit.api.errors;version="[5.11.0,5.12.0)", - org.eclipse.jgit.diff;version="[5.11.0,5.12.0)", - org.eclipse.jgit.dircache;version="[5.11.0,5.12.0)", - org.eclipse.jgit.internal.storage.file;version="5.11.0", - org.eclipse.jgit.junit;version="[5.11.0,5.12.0)", - org.eclipse.jgit.lib;version="[5.11.0,5.12.0)", - org.eclipse.jgit.merge;version="[5.11.0,5.12.0)", - org.eclipse.jgit.pgm;version="[5.11.0,5.12.0)", - org.eclipse.jgit.pgm.internal;version="[5.11.0,5.12.0)", - org.eclipse.jgit.pgm.opt;version="[5.11.0,5.12.0)", - org.eclipse.jgit.revwalk;version="[5.11.0,5.12.0)", - org.eclipse.jgit.storage.file;version="[5.11.0,5.12.0)", - org.eclipse.jgit.transport;version="[5.11.0,5.12.0)", - org.eclipse.jgit.treewalk;version="[5.11.0,5.12.0)", - org.eclipse.jgit.util;version="[5.11.0,5.12.0)", - org.eclipse.jgit.util.io;version="[5.11.0,5.12.0)", +Import-Package: org.eclipse.jgit.api;version="[5.11.1,5.12.0)", + org.eclipse.jgit.api.errors;version="[5.11.1,5.12.0)", + org.eclipse.jgit.diff;version="[5.11.1,5.12.0)", + org.eclipse.jgit.dircache;version="[5.11.1,5.12.0)", + org.eclipse.jgit.internal.storage.file;version="5.11.1", + org.eclipse.jgit.junit;version="[5.11.1,5.12.0)", + org.eclipse.jgit.lib;version="[5.11.1,5.12.0)", + org.eclipse.jgit.merge;version="[5.11.1,5.12.0)", + org.eclipse.jgit.pgm;version="[5.11.1,5.12.0)", + org.eclipse.jgit.pgm.internal;version="[5.11.1,5.12.0)", + org.eclipse.jgit.pgm.opt;version="[5.11.1,5.12.0)", + org.eclipse.jgit.revwalk;version="[5.11.1,5.12.0)", + org.eclipse.jgit.storage.file;version="[5.11.1,5.12.0)", + org.eclipse.jgit.transport;version="[5.11.1,5.12.0)", + org.eclipse.jgit.treewalk;version="[5.11.1,5.12.0)", + org.eclipse.jgit.util;version="[5.11.1,5.12.0)", + org.eclipse.jgit.util.io;version="[5.11.1,5.12.0)", org.hamcrest.core;bundle-version="[1.1.0,2.0.0)", org.junit;version="[4.13,5.0.0)", org.junit.rules;version="[4.13,5.0.0)", |