You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2019/01/24 14:52:25 UTC

[httpcomponents-client] branch 4.5.x updated: Upgraded HttpClient version to 4.5.8-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch 4.5.x
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


The following commit(s) were added to refs/heads/4.5.x by this push:
     new fc4644d  Upgraded HttpClient version to 4.5.8-SNAPSHOT
fc4644d is described below

commit fc4644de9e26f53710d4210398e350f854f38fd6
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Thu Jan 24 15:52:01 2019 +0100

    Upgraded HttpClient version to 4.5.8-SNAPSHOT
---
 fluent-hc/pom.xml        | 2 +-
 httpclient-cache/pom.xml | 2 +-
 httpclient-osgi/pom.xml  | 2 +-
 httpclient-win/pom.xml   | 2 +-
 httpclient/pom.xml       | 2 +-
 httpmime/pom.xml         | 2 +-
 pom.xml                  | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/fluent-hc/pom.xml b/fluent-hc/pom.xml
index c4a2675..c0baa33 100644
--- a/fluent-hc/pom.xml
+++ b/fluent-hc/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.7-SNAPSHOT</version>
+    <version>4.5.8-SNAPSHOT</version>
   </parent>
   <artifactId>fluent-hc</artifactId>
   <name>Apache HttpClient Fluent API</name>
diff --git a/httpclient-cache/pom.xml b/httpclient-cache/pom.xml
index ee359c9..be31888 100644
--- a/httpclient-cache/pom.xml
+++ b/httpclient-cache/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.7-SNAPSHOT</version>
+    <version>4.5.8-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient-cache</artifactId>
   <name>Apache HttpClient Cache</name>
diff --git a/httpclient-osgi/pom.xml b/httpclient-osgi/pom.xml
index d216733..87278d1 100644
--- a/httpclient-osgi/pom.xml
+++ b/httpclient-osgi/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.7-SNAPSHOT</version>
+    <version>4.5.8-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient-osgi</artifactId>
   <name>Apache HttpClient OSGi bundle</name>
diff --git a/httpclient-win/pom.xml b/httpclient-win/pom.xml
index 374d84a..500c5d7 100644
--- a/httpclient-win/pom.xml
+++ b/httpclient-win/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.7-SNAPSHOT</version>
+    <version>4.5.8-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient-win</artifactId>
   <name>Apache HttpClient Windows features</name>
diff --git a/httpclient/pom.xml b/httpclient/pom.xml
index 9c2f634..dc82ad0 100644
--- a/httpclient/pom.xml
+++ b/httpclient/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.7-SNAPSHOT</version>
+    <version>4.5.8-SNAPSHOT</version>
   </parent>
   <artifactId>httpclient</artifactId>
   <name>Apache HttpClient</name>
diff --git a/httpmime/pom.xml b/httpmime/pom.xml
index 113249d..b33b344 100644
--- a/httpmime/pom.xml
+++ b/httpmime/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpcomponents-client</artifactId>
-    <version>4.5.7-SNAPSHOT</version>
+    <version>4.5.8-SNAPSHOT</version>
   </parent>
   <artifactId>httpmime</artifactId>
   <name>Apache HttpClient Mime</name>
diff --git a/pom.xml b/pom.xml
index 646e0f7..764c636 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>httpcomponents-client</artifactId>
   <name>Apache HttpComponents Client</name>
-  <version>4.5.7-SNAPSHOT</version>
+  <version>4.5.8-SNAPSHOT</version>
   <description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
   <url>http://hc.apache.org/httpcomponents-client-ga/</url>
   <inceptionYear>1999</inceptionYear>
@@ -60,7 +60,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git</developerConnection>
     <url>https://github.com/apache/httpcomponents-client/tree/${project.scm.tag}</url>
-    <tag>4.5.7-SNAPSHOT</tag>
+    <tag>4.5.8-SNAPSHOT</tag>
   </scm>
 
   <properties>