diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-24 19:42:27 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-11-24 19:42:27 +0100 |
commit | 4453a6e04292e149bd69fe45a6383590cc1a60ab (patch) | |
tree | ddbda14ab265cd4493ab103d56557c43560d159e /org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF | |
parent | 06eb6d0b731c6d6667707629cd91dc592ef5702e (diff) | |
download | jgit-4453a6e04292e149bd69fe45a6383590cc1a60ab.tar.gz jgit-4453a6e04292e149bd69fe45a6383590cc1a60ab.zip |
Prepare 6.1.0-SNAPSHOT builds
Change-Id: Ied07b1298bd32672a5025cec5079440ab9b9a100
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 c5b6b8d0d9..2c53da8c8f 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: 6.0.0.qualifier +Bundle-Version: 6.1.0.qualifier Bundle-Vendor: %Bundle-Vendor Bundle-Localization: plugin Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-11 -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)", +Import-Package: org.eclipse.jgit.api;version="[6.1.0,6.2.0)", + org.eclipse.jgit.api.errors;version="[6.1.0,6.2.0)", + org.eclipse.jgit.diff;version="[6.1.0,6.2.0)", + org.eclipse.jgit.dircache;version="[6.1.0,6.2.0)", + org.eclipse.jgit.internal.storage.file;version="6.1.0", + org.eclipse.jgit.junit;version="[6.1.0,6.2.0)", + org.eclipse.jgit.lib;version="[6.1.0,6.2.0)", + org.eclipse.jgit.merge;version="[6.1.0,6.2.0)", + org.eclipse.jgit.pgm;version="[6.1.0,6.2.0)", + org.eclipse.jgit.pgm.internal;version="[6.1.0,6.2.0)", + org.eclipse.jgit.pgm.opt;version="[6.1.0,6.2.0)", + org.eclipse.jgit.revwalk;version="[6.1.0,6.2.0)", + org.eclipse.jgit.storage.file;version="[6.1.0,6.2.0)", + org.eclipse.jgit.transport;version="[6.1.0,6.2.0)", + org.eclipse.jgit.treewalk;version="[6.1.0,6.2.0)", + org.eclipse.jgit.util;version="[6.1.0,6.2.0)", + org.eclipse.jgit.util.io;version="[6.1.0,6.2.0)", org.hamcrest.core;bundle-version="[2.2.0,3.0.0)", org.junit;version="[4.13,5.0.0)", org.junit.rules;version="[4.13,5.0.0)", |