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 2011/05/18 16:10:21 UTC

svn commit: r1124275 - /httpcomponents/httpclient/branches/4.1.x/pom.xml

Author: olegk
Date: Wed May 18 14:10:20 2011
New Revision: 1124275

URL: http://svn.apache.org/viewvc?rev=1124275&view=rev
Log:
Upgraded HttpCore to 4.1.1

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

Modified: httpcomponents/httpclient/branches/4.1.x/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/branches/4.1.x/pom.xml?rev=1124275&r1=1124274&r2=1124275&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.1.x/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.1.x/pom.xml Wed May 18 14:10:20 2011
@@ -68,7 +68,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <httpcore.version>4.1</httpcore.version>
+    <httpcore.version>4.1.1</httpcore.version>
     <commons-logging.version>1.1.1</commons-logging.version>
     <commons-codec.version>1.4</commons-codec.version>
     <ehcache.version>2.2.0</ehcache.version>