You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2015/12/16 03:15:16 UTC

cxf git commit: [CXF-6704]Upgrade to httpclient 4.5.1

Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes b3c5afdbb -> 5ab86e5dd


[CXF-6704]Upgrade to httpclient 4.5.1


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/5ab86e5d
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/5ab86e5d
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/5ab86e5d

Branch: refs/heads/3.1.x-fixes
Commit: 5ab86e5dd81d68814a12e9c94a6a1b83fdc14f37
Parents: b3c5afd
Author: Freeman Fang <fr...@gmail.com>
Authored: Wed Dec 16 10:14:52 2015 +0800
Committer: Freeman Fang <fr...@gmail.com>
Committed: Wed Dec 16 10:14:52 2015 +0800

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/5ab86e5d/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 7378dcb..8d2fb44 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -88,7 +88,7 @@
         <cxf.hazelcast.version>1.9.4</cxf.hazelcast.version>
         <cxf.httpcomponents.asyncclient.version>4.1</cxf.httpcomponents.asyncclient.version>
         <cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range>
-        <cxf.httpcomponents.client.version>4.4.1</cxf.httpcomponents.client.version>
+        <cxf.httpcomponents.client.version>4.5.1</cxf.httpcomponents.client.version>
         <cxf.httpcomponents.core.version>4.4.1</cxf.httpcomponents.core.version>
         <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
         <cxf.jackson.version>2.4.6</cxf.jackson.version>