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 2012/06/22 13:03:51 UTC

svn commit: r1352844 - /httpcomponents/httpclient/trunk/pom.xml

Author: olegk
Date: Fri Jun 22 11:03:50 2012
New Revision: 1352844

URL: http://svn.apache.org/viewvc?rev=1352844&view=rev
Log:
Upgraded HttpCore to version 4.2.1

Modified:
    httpcomponents/httpclient/trunk/pom.xml

Modified: httpcomponents/httpclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml?rev=1352844&r1=1352843&r2=1352844&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/pom.xml (original)
+++ httpcomponents/httpclient/trunk/pom.xml Fri Jun 22 11:03:50 2012
@@ -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</httpcore.version>
+    <httpcore.version>4.2.1</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>