diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-11 23:27:23 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-11 23:28:07 +0200 |
commit | a44d95c81438bb81a36080a4c3bf92d7f811579b (patch) | |
tree | 3b4f22cdf9fd8cd3999d639950bc127e56833079 /org.eclipse.jgit.http.apache | |
parent | 47956bcc6858bf2bbfb184b93017556eab693ce9 (diff) | |
download | jgit-a44d95c81438bb81a36080a4c3bf92d7f811579b.tar.gz jgit-a44d95c81438bb81a36080a4c3bf92d7f811579b.zip |
Prepare 5.1.1-SNAPSHOT builds
Change-Id: Ie220dd95fae18f894e2a04a5ae6d29a1e5a6d76b
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 | 10 | ||||
-rw-r--r-- | org.eclipse.jgit.http.apache/pom.xml | 2 |
2 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 2fe87debc0..b9c96a0229 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.1.0.201809111528-r +Bundle-Version: 5.1.1.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Localization: plugin Bundle-Vendor: %Provider-Name @@ -23,10 +23,10 @@ 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.nls;version="[5.1.0,5.2.0)", - org.eclipse.jgit.transport.http;version="[5.1.0,5.2.0)", - org.eclipse.jgit.util;version="[5.1.0,5.2.0)" -Export-Package: org.eclipse.jgit.transport.http.apache;version="5.1.0"; + org.eclipse.jgit.nls;version="[5.1.1,5.2.0)", + org.eclipse.jgit.transport.http;version="[5.1.1,5.2.0)", + org.eclipse.jgit.util;version="[5.1.1,5.2.0)" +Export-Package: org.eclipse.jgit.transport.http.apache;version="5.1.1"; uses:="org.apache.http.client, org.eclipse.jgit.transport.http, org.apache.http.entity, diff --git a/org.eclipse.jgit.http.apache/pom.xml b/org.eclipse.jgit.http.apache/pom.xml index 3a2cd764e5..6f48c5c143 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.1.0.201809111528-r</version> + <version>5.1.1-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.http.apache</artifactId> |