diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-12-11 02:04:21 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-12-11 02:04:21 +0100 |
commit | 4cb80f897fff0c411fe195a14bc8ab522230c102 (patch) | |
tree | ef503d8c9c9a88fa2a06e1aef6e3fe5117c30c27 /org.eclipse.jgit.http.apache | |
parent | 9710c6292ab0c8db28c6e3051ff7f1cca9e9a031 (diff) | |
download | jgit-4cb80f897fff0c411fe195a14bc8ab522230c102.tar.gz jgit-4cb80f897fff0c411fe195a14bc8ab522230c102.zip |
Prepare 5.6.1-SNAPSHOT builds
Change-Id: Iaa72d2ea6764ccd4fb6a124b51d89fe6492c602d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.apache')
-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 | ||||
-rw-r--r-- | org.eclipse.jgit.http.apache/pom.xml | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF index bdbce06928..f91a230c8f 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: 5.6.0.201912101111-r +Bundle-Version: 5.6.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Localization: plugin Bundle-Vendor: %Bundle-Vendor @@ -23,11 +23,11 @@ Import-Package: org.apache.http;version="[4.3.0,5.0.0)", org.apache.http.impl.client;version="[4.3.0,5.0.0)", org.apache.http.impl.conn;version="[4.3.0,5.0.0)", org.apache.http.params;version="[4.3.0,5.0.0)", - org.eclipse.jgit.annotations;version="[5.6.0,5.7.0)", - org.eclipse.jgit.nls;version="[5.6.0,5.7.0)", - org.eclipse.jgit.transport.http;version="[5.6.0,5.7.0)", - org.eclipse.jgit.util;version="[5.6.0,5.7.0)" -Export-Package: org.eclipse.jgit.transport.http.apache;version="5.6.0"; + org.eclipse.jgit.annotations;version="[5.6.1,5.7.0)", + org.eclipse.jgit.nls;version="[5.6.1,5.7.0)", + org.eclipse.jgit.transport.http;version="[5.6.1,5.7.0)", + org.eclipse.jgit.util;version="[5.6.1,5.7.0)" +Export-Package: org.eclipse.jgit.transport.http.apache;version="5.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 9d86315c7e..5efd836d3a 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: 5.6.0.201912101111-r -Eclipse-SourceBundle: org.eclipse.jgit.http.apache;version="5.6.0.201912101111-r";roots="." +Bundle-Version: 5.6.1.qualifier +Eclipse-SourceBundle: org.eclipse.jgit.http.apache;version="5.6.1.qualifier";roots="." diff --git a/org.eclipse.jgit.http.apache/pom.xml b/org.eclipse.jgit.http.apache/pom.xml index bf2f291537..b1cf0f7d27 100644 --- a/org.eclipse.jgit.http.apache/pom.xml +++ b/org.eclipse.jgit.http.apache/pom.xml @@ -48,7 +48,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit-parent</artifactId> - <version>5.6.0.201912101111-r</version> + <version>5.6.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.http.apache</artifactId> |