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 2014/08/02 14:14:27 UTC

svn commit: r1615302 - /httpcomponents/httpasyncclient/branches/4.0.x/pom.xml

Author: olegk
Date: Sat Aug  2 12:14:27 2014
New Revision: 1615302

URL: http://svn.apache.org/r1615302
Log:
Upgraded HttpClient to version 4.3.5

Modified:
    httpcomponents/httpasyncclient/branches/4.0.x/pom.xml

Modified: httpcomponents/httpasyncclient/branches/4.0.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.0.x/pom.xml?rev=1615302&r1=1615301&r2=1615302&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.0.x/pom.xml (original)
+++ httpcomponents/httpasyncclient/branches/4.0.x/pom.xml Sat Aug  2 12:14:27 2014
@@ -67,7 +67,7 @@
     <maven.compiler.source>1.5</maven.compiler.source>
     <maven.compiler.target>1.5</maven.compiler.target>
     <httpcore.version>4.3.2</httpcore.version>
-    <httpclient.version>4.3.3</httpclient.version>
+    <httpclient.version>4.3.5</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>