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/10/04 16:05:29 UTC

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

Author: olegk
Date: Thu Oct  4 14:05:27 2012
New Revision: 1394082

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

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=1394082&r1=1394081&r2=1394082&view=diff
==============================================================================
--- httpcomponents/httpclient/branches/4.2.x/pom.xml (original)
+++ httpcomponents/httpclient/branches/4.2.x/pom.xml Thu Oct  4 14:05:27 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.1</httpcore.version>
+    <httpcore.version>4.2.2</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>
@@ -76,7 +76,7 @@
     <junit.version>4.9</junit.version>
     <easymock.version>2.5.2</easymock.version>
     <mockito.version>1.8.5</mockito.version>
-    <api.comparison.version>4.1</api.comparison.version>
+    <api.comparison.version>4.2</api.comparison.version>
   </properties>
 
   <repositories>