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/12/25 14:58:12 UTC

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

Author: olegk
Date: Wed Dec 25 13:58:12 2013
New Revision: 1553383

URL: http://svn.apache.org/r1553383
Log:
Upgraded HttpCore 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=1553383&r1=1553382&r2=1553383&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/pom.xml Wed Dec 25 13:58:12 2013
@@ -64,7 +64,7 @@
   </scm>
 
   <properties>
-    <httpcore.version>4.3</httpcore.version>
+    <httpcore.version>4.3.1</httpcore.version>
     <httpclient.version>4.3.1</httpclient.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     <!-- Note IO 2.3+ requires Java 6 -->