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/08/02 08:38:13 UTC

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

Author: olegk
Date: Fri Aug  2 06:38:13 2013
New Revision: 1509554

URL: http://svn.apache.org/r1509554
Log:
Upgraded HttpCore to version 4.3

Modified:
    httpcomponents/httpasyncclient/trunk/pom.xml

Modified: httpcomponents/httpasyncclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/pom.xml?rev=1509554&r1=1509553&r2=1509554&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/pom.xml Fri Aug  2 06:38:13 2013
@@ -65,7 +65,7 @@
   </scm>
 
   <properties>
-    <httpcore.version>4.3-beta2</httpcore.version>
+    <httpcore.version>4.3</httpcore.version>
     <httpclient.version>4.3-beta2</httpclient.version>
     <commons-logging.version>1.1.3</commons-logging.version>
     <!-- Note IO 2.3+ requires Java 6 -->