From d6520e797ded73d890e72aebe6b55071e28d15d3 Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Tue, 6 Oct 2020 09:26:06 +0200 Subject: [PATCH] Upgraded HttpClient version to 4.5.14-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 4bff89f80..171d5c2f1 100644 --- a/fluent-hc/pom.xml +++ b/fluent-hc/pom.xml @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.5.13-SNAPSHOT + 4.5.14-SNAPSHOT fluent-hc Apache HttpClient Fluent API diff --git a/httpclient-cache/pom.xml b/httpclient-cache/pom.xml index 6925149b0..f3760ffb9 100644 --- a/httpclient-cache/pom.xml +++ b/httpclient-cache/pom.xml @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.5.13-SNAPSHOT + 4.5.14-SNAPSHOT httpclient-cache Apache HttpClient Cache diff --git a/httpclient-osgi/pom.xml b/httpclient-osgi/pom.xml index eac6c1e46..54fcfb129 100644 --- a/httpclient-osgi/pom.xml +++ b/httpclient-osgi/pom.xml @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.5.13-SNAPSHOT + 4.5.14-SNAPSHOT httpclient-osgi Apache HttpClient OSGi bundle diff --git a/httpclient-win/pom.xml b/httpclient-win/pom.xml index 3481ad7a0..c0b49a84d 100644 --- a/httpclient-win/pom.xml +++ b/httpclient-win/pom.xml @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.5.13-SNAPSHOT + 4.5.14-SNAPSHOT httpclient-win Apache HttpClient Windows features diff --git a/httpclient/pom.xml b/httpclient/pom.xml index 5a23ab9a2..47dd570ae 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.5.13-SNAPSHOT + 4.5.14-SNAPSHOT httpclient Apache HttpClient diff --git a/httpmime/pom.xml b/httpmime/pom.xml index 2ddd611e4..50ab06793 100644 --- a/httpmime/pom.xml +++ b/httpmime/pom.xml @@ -28,7 +28,7 @@ org.apache.httpcomponents httpcomponents-client - 4.5.13-SNAPSHOT + 4.5.14-SNAPSHOT httpmime Apache HttpClient Mime diff --git a/pom.xml b/pom.xml index 5f726607f..418919747 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ 4.0.0 httpcomponents-client Apache HttpComponents Client - 4.5.13-SNAPSHOT + 4.5.14-SNAPSHOT Apache HttpComponents Client is a library of components for building client side HTTP services http://hc.apache.org/httpcomponents-client-ga/ 1999 @@ -60,7 +60,7 @@ scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git https://github.com/apache/httpcomponents-client/tree/${project.scm.tag} - 4.5.13-SNAPSHOT + 4.5.14-SNAPSHOT