summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-09-07 02:23:57 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-09-07 02:24:08 +0200
commit6416de956350437f1826407f5dcb06034cb0a898 (patch)
tree7430d6263018125a06ed76f7440a9c53983cbbbd /org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF
parent9607ee02a19c828f7b58cac72f9137f9d6544256 (diff)
parentbb12dd4cbde54234042f607bf923e83040910929 (diff)
downloadjgit-6416de956350437f1826407f5dcb06034cb0a898.tar.gz
jgit-6416de956350437f1826407f5dcb06034cb0a898.zip
Merge branch 'stable-6.7'
* stable-6.7: Prepare 6.7.1-SNAPSHOT builds Switch back to wagon-ssh-external Fix generation of maven site JGit v6.7.0.202309050840-r Remove unused API problem filters [releng] Bump japicmp base version to 6.6.0.202305301015-r Fix list of 3rd party bundles in p2 repo Add missing source bundle org.osgi.service.cm.source to target platform Prepare 6.6.2-SNAPSHOT builds JGit v6.6.1.202309021850-r Checkout: better directory handling Document commit-graph options supported by JGit Fix warning raised for local variable hiding DfsPackFile#index Suppress boxing warnings in DfsPackFile Remove unused API problem filters Suppress boxing warnings in tests Fix warning about empty block Update mockito to 5.5.0 Update byte-buddy to 1.14.7 Prepare 6.7.0-SNAPSHOT builds JGit v6.7.0.202308301100-rc1 Change-Id: Ib2a1000ead5ca6cf3816e9e9496ad5d92f4dc963
Diffstat (limited to 'org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF34
1 files changed, 17 insertions, 17 deletions
diff --git a/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF
index 1366bcfef8..a368244ee0 100644
--- a/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.lfs.test/META-INF/MANIFEST.MF
@@ -3,27 +3,27 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.lfs.test
Bundle-SymbolicName: org.eclipse.jgit.lfs.test
-Bundle-Version: 6.7.0.qualifier
+Bundle-Version: 6.7.1.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-11
-Import-Package: org.eclipse.jgit.api;version="[6.7.0,6.8.0)",
- org.eclipse.jgit.attributes;version="[6.7.0,6.8.0)",
- org.eclipse.jgit.internal.storage.dfs;version="[6.7.0,6.8.0)",
- org.eclipse.jgit.junit;version="[6.7.0,6.8.0)",
- org.eclipse.jgit.lfs;version="[6.7.0,6.8.0)",
- org.eclipse.jgit.lfs.errors;version="[6.7.0,6.8.0)",
- org.eclipse.jgit.lfs.internal;version="[6.7.0,6.8.0)",
- org.eclipse.jgit.lfs.lib;version="[6.7.0,6.8.0)",
- org.eclipse.jgit.lib;version="[6.7.0,6.8.0)",
- org.eclipse.jgit.revwalk;version="[6.7.0,6.8.0)",
- org.eclipse.jgit.transport;version="[6.7.0,6.8.0)",
- org.eclipse.jgit.transport.http;version="[6.7.0,6.8.0)",
- org.eclipse.jgit.treewalk;version="[6.7.0,6.8.0)",
- org.eclipse.jgit.treewalk.filter;version="[6.7.0,6.8.0)",
- org.eclipse.jgit.util;version="[6.7.0,6.8.0)",
+Import-Package: org.eclipse.jgit.api;version="[6.7.1,6.8.0)",
+ org.eclipse.jgit.attributes;version="[6.7.1,6.8.0)",
+ org.eclipse.jgit.internal.storage.dfs;version="[6.7.1,6.8.0)",
+ org.eclipse.jgit.junit;version="[6.7.1,6.8.0)",
+ org.eclipse.jgit.lfs;version="[6.7.1,6.8.0)",
+ org.eclipse.jgit.lfs.errors;version="[6.7.1,6.8.0)",
+ org.eclipse.jgit.lfs.internal;version="[6.7.1,6.8.0)",
+ org.eclipse.jgit.lfs.lib;version="[6.7.1,6.8.0)",
+ org.eclipse.jgit.lib;version="[6.7.1,6.8.0)",
+ org.eclipse.jgit.revwalk;version="[6.7.1,6.8.0)",
+ org.eclipse.jgit.transport;version="[6.7.1,6.8.0)",
+ org.eclipse.jgit.transport.http;version="[6.7.1,6.8.0)",
+ org.eclipse.jgit.treewalk;version="[6.7.1,6.8.0)",
+ org.eclipse.jgit.treewalk.filter;version="[6.7.1,6.8.0)",
+ org.eclipse.jgit.util;version="[6.7.1,6.8.0)",
org.hamcrest.core;version="[1.1.0,3.0.0)",
org.junit;version="[4.13,5.0.0)",
org.junit.runner;version="[4.13,5.0.0)",
org.junit.runners;version="[4.13,5.0.0)"
-Export-Package: org.eclipse.jgit.lfs.test;version="6.7.0";x-friends:="org.eclipse.jgit.lfs.server.test"
+Export-Package: org.eclipse.jgit.lfs.test;version="6.7.1";x-friends:="org.eclipse.jgit.lfs.server.test"