diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-01-26 23:33:14 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-01-27 08:48:26 +0100 |
commit | 94ebdbfada07e4ab7ca63a3291095f3217e1ff89 (patch) | |
tree | fc253dbbe87c48330f3bedcc995396941c29a687 /org.eclipse.jgit.http.apache | |
parent | 66cbf9255cef5a6c7f3c008fa9cb36c2bd8066a9 (diff) | |
download | jgit-94ebdbfada07e4ab7ca63a3291095f3217e1ff89.tar.gz jgit-94ebdbfada07e4ab7ca63a3291095f3217e1ff89.zip |
Prepare 4.0.0-SNAPSHOT builds
Change-Id: I414ba8ccc82866d3107ba7083a567ea70c879bdf
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 d6e685741e..d3746e4129 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: 3.7.0.qualifier +Bundle-Version: 4.0.0.qualifier Bundle-RequiredExecutionEnvironment: J2SE-1.5 Bundle-Localization: plugin Bundle-Vendor: %Provider-Name @@ -18,10 +18,10 @@ Import-Package: org.apache.http;version="[4.1.0,5.0.0)", org.apache.http.impl.client;version="[4.1.0,5.0.0)", org.apache.http.impl.client.cache;version="[4.1.0,5.0.0)", org.apache.http.params;version="[4.1.0,5.0.0)", - org.eclipse.jgit.nls;version="[3.7.0,3.8.0)", - org.eclipse.jgit.transport.http;version="[3.7.0,3.8.0)", - org.eclipse.jgit.util;version="[3.7.0,3.8.0)" -Export-Package: org.eclipse.jgit.transport.http.apache;version="3.7.0"; + org.eclipse.jgit.nls;version="[4.0.0,4.1.0)", + org.eclipse.jgit.transport.http;version="[4.0.0,4.1.0)", + org.eclipse.jgit.util;version="[4.0.0,4.1.0)" +Export-Package: org.eclipse.jgit.transport.http.apache;version="4.0.0"; uses:="org.eclipse.jgit.transport.http, javax.net.ssl, org.apache.http.client, diff --git a/org.eclipse.jgit.http.apache/pom.xml b/org.eclipse.jgit.http.apache/pom.xml index 28c8e842a2..02df914840 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>3.7.0-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.http.apache</artifactId> |