diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-30 17:24:58 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-30 17:24:58 +0200 |
commit | ceeb9ad80df38fe850abdbc85cb7db71c2fb80f7 (patch) | |
tree | e5a7bb181cbbc8900cbe0b8a739a8b540d23ad81 /org.eclipse.jgit.http.apache/META-INF | |
parent | d3962e0e722f40c02e06e785e0ec62fe1c536d7f (diff) | |
download | jgit-ceeb9ad80df38fe850abdbc85cb7db71c2fb80f7.tar.gz jgit-ceeb9ad80df38fe850abdbc85cb7db71c2fb80f7.zip |
Prepare 6.6.1-SNAPSHOT builds
Change-Id: I0036999e2be076d4ad8231410faeff51bf9cbf52
Diffstat (limited to 'org.eclipse.jgit.http.apache/META-INF')
-rw-r--r-- | org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF | 12 | ||||
-rw-r--r-- | org.eclipse.jgit.http.apache/META-INF/SOURCE-MANIFEST.MF | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF index 38ab845574..37028f828c 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: 6.6.0.202305301015-r +Bundle-Version: 6.6.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-Localization: plugin Bundle-Vendor: %Bundle-Vendor @@ -25,11 +25,11 @@ Import-Package: org.apache.http;version="[4.3.0,5.0.0)", 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="[6.6.0,6.7.0)", - org.eclipse.jgit.nls;version="[6.6.0,6.7.0)", - org.eclipse.jgit.transport.http;version="[6.6.0,6.7.0)", - org.eclipse.jgit.util;version="[6.6.0,6.7.0)" -Export-Package: org.eclipse.jgit.transport.http.apache;version="6.6.0"; + org.eclipse.jgit.annotations;version="[6.6.1,6.7.0)", + org.eclipse.jgit.nls;version="[6.6.1,6.7.0)", + org.eclipse.jgit.transport.http;version="[6.6.1,6.7.0)", + org.eclipse.jgit.util;version="[6.6.1,6.7.0)" +Export-Package: org.eclipse.jgit.transport.http.apache;version="6.6.1"; uses:="org.apache.http.client, org.eclipse.jgit.transport.http, org.apache.http.entity, diff --git a/org.eclipse.jgit.http.apache/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.http.apache/META-INF/SOURCE-MANIFEST.MF index 18ea15406f..d2336b3adc 100644 --- a/org.eclipse.jgit.http.apache/META-INF/SOURCE-MANIFEST.MF +++ b/org.eclipse.jgit.http.apache/META-INF/SOURCE-MANIFEST.MF @@ -3,5 +3,5 @@ Bundle-ManifestVersion: 2 Bundle-Name: org.eclipse.jgit.http.apache - Sources Bundle-SymbolicName: org.eclipse.jgit.http.apache.source Bundle-Vendor: Eclipse.org - JGit -Bundle-Version: 6.6.0.202305301015-r -Eclipse-SourceBundle: org.eclipse.jgit.http.apache;version="6.6.0.202305301015-r";roots="." +Bundle-Version: 6.6.1.qualifier +Eclipse-SourceBundle: org.eclipse.jgit.http.apache;version="6.6.1.qualifier";roots="." |