summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm.test/META-INF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2020-02-23 23:04:38 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2020-02-23 23:07:14 +0100
commitc885cbd11ed58058b5be2ed2309425201f6892ec (patch)
treee4bec47b9dbd01012c9ec0f50c12ca614ef7de7d /org.eclipse.jgit.pgm.test/META-INF
parent1addd243b92d1f1462afacfa0b56ce89bb2878f1 (diff)
downloadjgit-c885cbd11ed58058b5be2ed2309425201f6892ec.tar.gz
jgit-c885cbd11ed58058b5be2ed2309425201f6892ec.zip
Prepare 6.0.0-SNAPSHOT builds
Purpose of the next branch is preparation of breaking changes before we know when we will release it. Bump the version to the next major release 6.0.0-SNAPSHOT in order to prevent build results compete with build results from the version currently used on the master branch (5.7.0-SNAPSHOT). Bug: 560424 Change-Id: Iba64a0124f5bfc167098d829a7ef29650948e2d0 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 a7a11b4048..809f438e9d 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: 6.0.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="[6.0.0,6.1.0)",
+ org.eclipse.jgit.api.errors;version="[6.0.0,6.1.0)",
+ org.eclipse.jgit.diff;version="[6.0.0,6.1.0)",
+ org.eclipse.jgit.dircache;version="[6.0.0,6.1.0)",
+ org.eclipse.jgit.internal.storage.file;version="6.0.0",
+ org.eclipse.jgit.junit;version="[6.0.0,6.1.0)",
+ org.eclipse.jgit.lib;version="[6.0.0,6.1.0)",
+ org.eclipse.jgit.merge;version="[6.0.0,6.1.0)",
+ org.eclipse.jgit.pgm;version="[6.0.0,6.1.0)",
+ org.eclipse.jgit.pgm.internal;version="[6.0.0,6.1.0)",
+ org.eclipse.jgit.pgm.opt;version="[6.0.0,6.1.0)",
+ org.eclipse.jgit.revwalk;version="[6.0.0,6.1.0)",
+ org.eclipse.jgit.storage.file;version="[6.0.0,6.1.0)",
+ org.eclipse.jgit.transport;version="[6.0.0,6.1.0)",
+ org.eclipse.jgit.treewalk;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.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)",