summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/META-INF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-12-03 02:32:49 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2018-12-03 02:32:49 +0100
commit38da21d6b027a1bd9d1626ef782b1c72d5391c00 (patch)
tree673957434424e4fa4b0106839e27afb3e8c44870 /org.eclipse.jgit.pgm.test/META-INF
parent13afcf75fe7367bf22254d1341a14254efb3c02c (diff)
downloadjgit-38da21d6b027a1bd9d1626ef782b1c72d5391c00.tar.gz
jgit-38da21d6b027a1bd9d1626ef782b1c72d5391c00.zip
Prepare 5.3.0-SNAPSHOT builds
Change-Id: I8951c2cf650cc3e41d2baa0b330b94468cfed5c2 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm.test/META-INF')
-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 f9e9984ff9..3819bb9ff1 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: %plugin_name
Automatic-Module-Name: org.eclipse.jgit.pgm.test
Bundle-SymbolicName: org.eclipse.jgit.pgm.test
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
Bundle-Vendor: %provider_name
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Import-Package: org.eclipse.jgit.api;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.api.errors;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.diff;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.dircache;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.internal.storage.file;version="5.2.0",
- org.eclipse.jgit.junit;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.lib;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.merge;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.pgm;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.pgm.internal;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.pgm.opt;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.revwalk;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.storage.file;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.transport;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.treewalk;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.util;version="[5.2.0,5.3.0)",
- org.eclipse.jgit.util.io;version="[5.2.0,5.3.0)",
+Import-Package: org.eclipse.jgit.api;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.api.errors;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.diff;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.dircache;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.internal.storage.file;version="5.3.0",
+ org.eclipse.jgit.junit;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.lib;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.merge;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.pgm;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.pgm.internal;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.pgm.opt;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.revwalk;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.storage.file;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.transport;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.treewalk;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.util;version="[5.3.0,5.4.0)",
+ org.eclipse.jgit.util.io;version="[5.3.0,5.4.0)",
org.hamcrest.core;bundle-version="[1.1.0,2.0.0)",
org.junit;version="[4.12,5.0.0)",
org.junit.rules;version="[4.12,5.0.0)",