Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2020-03-09 21:47:10 +0000
committerMatthias Sohn2020-03-09 21:47:10 +0000
commit8fab712f75b5fda9747b4226ab4a85c55445d23f (patch)
treece4335f608ab11ad3431bbb0cc1d39a6da243639 /org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF
parentfb0858e9c95472b213f8c0530c1959310e88f4b6 (diff)
downloadjgit-8fab712f75b5fda9747b4226ab4a85c55445d23f.tar.gz
jgit-8fab712f75b5fda9747b4226ab4a85c55445d23f.tar.xz
jgit-8fab712f75b5fda9747b4226ab4a85c55445d23f.zip
Prepare 5.8.0-SNAPSHOT builds
Change-Id: I056b45806a82eae80177932e42e3dc806015351a Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF36
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 a7a11b4048..3a134ee63b 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.7.0.qualifier
+Bundle-Version: 5.8.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Import-Package: org.eclipse.jgit.api;version="[5.7.0,5.8.0)",
- org.eclipse.jgit.api.errors;version="[5.7.0,5.8.0)",
- org.eclipse.jgit.diff;version="[5.7.0,5.8.0)",
- org.eclipse.jgit.dircache;version="[5.7.0,5.8.0)",
- org.eclipse.jgit.internal.storage.file;version="5.7.0",
- org.eclipse.jgit.junit;version="[5.7.0,5.8.0)",
- org.eclipse.jgit.lib;version="[5.7.0,5.8.0)",
- org.eclipse.jgit.merge;version="[5.7.0,5.8.0)",
- org.eclipse.jgit.pgm;version="[5.7.0,5.8.0)",
- org.eclipse.jgit.pgm.internal;version="[5.7.0,5.8.0)",
- org.eclipse.jgit.pgm.opt;version="[5.7.0,5.8.0)",
- org.eclipse.jgit.revwalk;version="[5.7.0,5.8.0)",
- org.eclipse.jgit.storage.file;version="[5.7.0,5.8.0)",
- org.eclipse.jgit.transport;version="[5.7.0,5.8.0)",
- org.eclipse.jgit.treewalk;version="[5.7.0,5.8.0)",
- org.eclipse.jgit.util;version="[5.7.0,5.8.0)",
- org.eclipse.jgit.util.io;version="[5.7.0,5.8.0)",
+Import-Package: org.eclipse.jgit.api;version="[5.8.0,5.9.0)",
+ org.eclipse.jgit.api.errors;version="[5.8.0,5.9.0)",
+ org.eclipse.jgit.diff;version="[5.8.0,5.9.0)",
+ org.eclipse.jgit.dircache;version="[5.8.0,5.9.0)",
+ org.eclipse.jgit.internal.storage.file;version="5.8.0",
+ org.eclipse.jgit.junit;version="[5.8.0,5.9.0)",
+ org.eclipse.jgit.lib;version="[5.8.0,5.9.0)",
+ org.eclipse.jgit.merge;version="[5.8.0,5.9.0)",
+ org.eclipse.jgit.pgm;version="[5.8.0,5.9.0)",
+ org.eclipse.jgit.pgm.internal;version="[5.8.0,5.9.0)",
+ org.eclipse.jgit.pgm.opt;version="[5.8.0,5.9.0)",
+ org.eclipse.jgit.revwalk;version="[5.8.0,5.9.0)",
+ org.eclipse.jgit.storage.file;version="[5.8.0,5.9.0)",
+ org.eclipse.jgit.transport;version="[5.8.0,5.9.0)",
+ org.eclipse.jgit.treewalk;version="[5.8.0,5.9.0)",
+ org.eclipse.jgit.util;version="[5.8.0,5.9.0)",
+ org.eclipse.jgit.util.io;version="[5.8.0,5.9.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)",

Back to the top