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/04/02 22:08:39 UTC

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

Author: olegk
Date: Tue Apr  2 20:08:38 2013
New Revision: 1463724

URL: http://svn.apache.org/r1463724
Log:
Upgraded HttpCore to version 4.3-alpha1

Modified:
    httpcomponents/httpasyncclient/trunk/pom.xml

Modified: httpcomponents/httpasyncclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/pom.xml?rev=1463724&r1=1463723&r2=1463724&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/pom.xml Tue Apr  2 20:08:38 2013
@@ -65,7 +65,7 @@
   </scm>
 
   <properties>
-    <httpcore.version>4.2.3</httpcore.version>
+    <httpcore.version>4.3-alpha1</httpcore.version>
     <httpclient.version>4.2.3</httpclient.version>
     <commons-logging.version>1.1.1</commons-logging.version>
     <!-- Note IO 2.3+ requires Java 6 -->