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/01/29 15:19:53 UTC

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

Author: olegk
Date: Tue Jan 29 14:19:53 2013
New Revision: 1439904

URL: http://svn.apache.org/viewvc?rev=1439904&view=rev
Log:
Upgraded HttpCore to version 4.2.3; upgraded HttpClient to version 4.2.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=1439904&r1=1439903&r2=1439904&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/pom.xml (original)
+++ httpcomponents/httpasyncclient/trunk/pom.xml Tue Jan 29 14:19:53 2013
@@ -65,8 +65,8 @@
   </scm>
 
   <properties>
-    <httpcore.version>4.2.2</httpcore.version>
-    <httpclient.version>4.2.2</httpclient.version>
+    <httpcore.version>4.2.3</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 -->
     <commons-io.version>2.2</commons-io.version>