diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-09 09:36:35 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-09 09:36:35 +0200 |
commit | de0a6879484e1a31dee4ccc5ad2ca9856d6b0746 (patch) | |
tree | 01dc3001d2f7c75688a40e4fc547ffcb7338771a /org.eclipse.jgit.http.apache | |
parent | 6657f93adbbaafc582457994c83cab5d5dea0882 (diff) | |
download | jgit-de0a6879484e1a31dee4ccc5ad2ca9856d6b0746.tar.gz jgit-de0a6879484e1a31dee4ccc5ad2ca9856d6b0746.zip |
Prepare 4.9.5-SNAPSHOT builds
Change-Id: Ie8d2b60be1803399027e1a3e9734625278a63861
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 ee7fa290a3..036bc4c0aa 100644 --- a/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.http.apache/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.jgit.http.apache -Bundle-Version: 4.9.4.201809090327-r +Bundle-Version: 4.9.5.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-Localization: plugin Bundle-Vendor: %Provider-Name @@ -22,10 +22,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="[4.9.4,4.10.0)", - org.eclipse.jgit.transport.http;version="[4.9.4,4.10.0)", - org.eclipse.jgit.util;version="[4.9.4,4.10.0)" -Export-Package: org.eclipse.jgit.transport.http.apache;version="4.9.4"; + org.eclipse.jgit.nls;version="[4.9.5,4.10.0)", + org.eclipse.jgit.transport.http;version="[4.9.5,4.10.0)", + org.eclipse.jgit.util;version="[4.9.5,4.10.0)" +Export-Package: org.eclipse.jgit.transport.http.apache;version="4.9.5"; 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 a0d507b01c..c142cde4e3 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>4.9.4.201809090327-r</version> + <version>4.9.5-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.http.apache</artifactId> |