aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-11-26 16:13:38 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2024-11-26 16:13:38 +0100
commit6f8a48134cae23ac380f6704a46ceebac64d7f12 (patch)
tree6210c84b72ec3a65a5d19f4e91626253d72d793f /org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF
parent4d1d88575bbdf7b5750dde0622a975d02e4d4fad (diff)
downloadjgit-6f8a48134cae23ac380f6704a46ceebac64d7f12.tar.gz
jgit-6f8a48134cae23ac380f6704a46ceebac64d7f12.zip
Prepare 7.1.1-SNAPSHOT builds
Change-Id: Ifc710a83cda50f1275cbbd5a828f92d95607f298
Diffstat (limited to 'org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF
index 81e14fe35d..c7f914d62a 100644
--- a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.http.apache
Bundle-SymbolicName: org.eclipse.jgit.http.apache
-Bundle-Version: 7.1.0.202411261347-r
+Bundle-Version: 7.1.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Localization: OSGI-INF/l10n/plugin
Bundle-Vendor: %Bundle-Vendor
@@ -26,11 +26,11 @@ Import-Package: javax.net.ssl,
org.apache.http.impl.conn;version="[4.4.0,5.0.0)",
org.apache.http.params;version="[4.3.0,5.0.0)",
org.apache.http.ssl;version="[4.3.0,5.0.0)",
- org.eclipse.jgit.annotations;version="[7.1.0,7.2.0)",
- org.eclipse.jgit.nls;version="[7.1.0,7.2.0)",
- org.eclipse.jgit.transport.http;version="[7.1.0,7.2.0)",
- org.eclipse.jgit.util;version="[7.1.0,7.2.0)"
-Export-Package: org.eclipse.jgit.transport.http.apache;version="7.1.0";
+ org.eclipse.jgit.annotations;version="[7.1.1,7.2.0)",
+ org.eclipse.jgit.nls;version="[7.1.1,7.2.0)",
+ org.eclipse.jgit.transport.http;version="[7.1.1,7.2.0)",
+ org.eclipse.jgit.util;version="[7.1.1,7.2.0)"
+Export-Package: org.eclipse.jgit.transport.http.apache;version="7.1.1";
uses:="org.apache.http.client,
org.eclipse.jgit.transport.http,
org.apache.http.entity,