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 2013/10/17 20:41:42 UTC

svn commit: r1533205 - /httpcomponents/httpasyncclient/trunk/pom.xml

Author: olegk
Date: Thu Oct 17 18:41:42 2013
New Revision: 1533205

URL: http://svn.apache.org/r1533205
Log:
HTTPASYNC-58: upgraded HttpClient to version 4.3.1

Modified:
    httpcomponents/httpasyncclient/trunk/pom.xml

Modified: httpcomponents/httpasyncclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/pom.xml?rev=1533205&r1=1533204&r2=1533205&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/pom.xml Thu Oct 17 18:41:42 2013
@@ -66,7 +66,7 @@
 
   <properties>
     <httpcore.version>4.3</httpcore.version>
-    <httpclient.version>4.3</httpclient.version>
+    <httpclient.version>4.3.1</httpclient.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     <!-- Note IO 2.3+ requires Java 6 -->
     <commons-io.version>2.2</commons-io.version>