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

svn commit: r1558415 - /cxf/trunk/parent/pom.xml

Author: cschneider
Date: Wed Jan 15 15:03:03 2014
New Revision: 1558415

URL: http://svn.apache.org/r1558415
Log:
CXF-4736 Updated httpasyncclient version to include bugfix for HTTPASYNC-65

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1558415&r1=1558414&r2=1558415&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Wed Jan 15 15:03:03 2014
@@ -84,7 +84,7 @@
         <cxf.ehcache.version>2.7.4</cxf.ehcache.version>
         <cxf.fastinfoset.bundle.version>1.2.13_1</cxf.fastinfoset.bundle.version>
         <cxf.hazelcast.version>1.9.4</cxf.hazelcast.version>
-        <cxf.httpcomponents.asyncclient.version>4.0</cxf.httpcomponents.asyncclient.version>
+        <cxf.httpcomponents.asyncclient.version>4.0.1-SNAPSHOT</cxf.httpcomponents.asyncclient.version>
         <cxf.httpcomponents.asyncclient.version.range>[4.0,4.1)</cxf.httpcomponents.asyncclient.version.range>
         <cxf.httpcomponents.client.version>4.3.1</cxf.httpcomponents.client.version>
         <cxf.httpcomponents.core.version>4.3</cxf.httpcomponents.core.version>