aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.apache
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2016-09-21 17:05:27 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2016-09-21 17:05:27 +0200
commitcb617e7ffc7600a3d5978b1f870ff114b4486976 (patch)
treecc6db9a5934a648bbeac15507ede18ab1176a74f /org.eclipse.jgit.http.apache
parente7142a3937825074ec68e4bacba30f9c962bd1e4 (diff)
downloadjgit-cb617e7ffc7600a3d5978b1f870ff114b4486976.tar.gz
jgit-cb617e7ffc7600a3d5978b1f870ff114b4486976.zip
Prepare 4.5.1-SNAPSHOT builds
Change-Id: I3305e8a09a3fb06f25a316cff2bdbb551d3ade68 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.MF10
-rw-r--r--org.eclipse.jgit.http.apache/pom.xml2
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 68ec5b84d7..48cf4ac9e4 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.5.0.201609210915-r
+Bundle-Version: 4.5.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
@@ -19,10 +19,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="[4.5.0,4.6.0)",
- org.eclipse.jgit.transport.http;version="[4.5.0,4.6.0)",
- org.eclipse.jgit.util;version="[4.5.0,4.6.0)"
-Export-Package: org.eclipse.jgit.transport.http.apache;version="4.5.0";
+ org.eclipse.jgit.nls;version="[4.5.1,4.6.0)",
+ org.eclipse.jgit.transport.http;version="[4.5.1,4.6.0)",
+ org.eclipse.jgit.util;version="[4.5.1,4.6.0)"
+Export-Package: org.eclipse.jgit.transport.http.apache;version="4.5.1";
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 f000b8dd1a..8ad915f606 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.5.0.201609210915-r</version>
+ <version>4.5.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.http.apache</artifactId>