Repository: cxf Updated Branches: refs/heads/master 431ade6fe -> 1d07267bc
[CXF-6253]Upgrade async-http-client to latest 1.9.8 instead of the 1.9.0 Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/1d07267b Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/1d07267b Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/1d07267b Branch: refs/heads/master Commit: 1d07267bc4464e50dc9b5e81606958e3252873cd Parents: 431ade6 Author: Freeman Fang <[email protected]> Authored: Wed Feb 11 15:59:18 2015 +0800 Committer: Freeman Fang <[email protected]> Committed: Wed Feb 11 15:59:18 2015 +0800 ---------------------------------------------------------------------- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/1d07267b/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 4e86697..04b7b6e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -69,7 +69,7 @@ <!-- please maintain alphabetical order here --> <cxf.abdera.version>1.1.3</cxf.abdera.version> <cxf.activemq.version>5.10.0</cxf.activemq.version> - <cxf.ahc.version>1.9.0</cxf.ahc.version> + <cxf.ahc.version>1.9.8</cxf.ahc.version> <cxf.apacheds.version>2.0.0-M19</cxf.apacheds.version> <cxf.atmosphere.version>2.2.5</cxf.atmosphere.version> <cxf.atmosphere.version.range>[2.0,3.0)</cxf.atmosphere.version.range>
