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/03/25 16:37:42 UTC

svn commit: r1460719 - /httpcomponents/httpclient/branches/4.2.x/pom.xml

Author: olegk
Date: Mon Mar 25 15:37:42 2013
New Revision: 1460719

URL: http://svn.apache.org/r1460719
Log:
Upgraded HttpCore to version 4.2.4

Modified:
    httpcomponents/httpclient/branches/4.2.x/pom.xml

Modified: httpcomponents/httpclient/branches/4.2.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.2.x/pom.xml?rev=1460719&r1=1460718&r2=1460719&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.2.x/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.2.x/pom.xml Mon Mar 25 15:37:42 2013
@@ -67,7 +67,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <httpcore.version>4.2.2</httpcore.version>
+    <httpcore.version>4.2.4</httpcore.version>
     <commons-logging.version>1.1.1</commons-logging.version>
     <commons-codec.version>1.6</commons-codec.version>
     <ehcache.version>2.2.0</ehcache.version>