You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2014/10/13 02:25:18 UTC

svn commit: r1631272 - in /httpcomponents/httpclient/trunk: RELEASE_NOTES.txt pom.xml

Author: ggregory
Date: Mon Oct 13 00:25:17 2014
New Revision: 1631272

URL: http://svn.apache.org/r1631272
Log:
Update Ehcache version from 2.2.0 to 2.6.9.

Modified:
    httpcomponents/httpclient/trunk/RELEASE_NOTES.txt
    httpcomponents/httpclient/trunk/pom.xml

Modified: httpcomponents/httpclient/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/RELEASE_NOTES.txt?rev=1631272&r1=1631271&r2=1631272&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpclient/trunk/RELEASE_NOTES.txt Mon Oct 13 00:25:17 2014
@@ -7,6 +7,9 @@ Release 4.4-BETA2
 * Update Apache Commons Codec version from 1.6 to 1.9. 
   Contributed by Gary Gregory <ggregory at apache.org>
 
+* Update Ehcache version from 2.2.0 to 2.6.9. 
+  Contributed by Gary Gregory <ggregory at apache.org>
+
 
 Release 4.4 BETA1
 -------------------

Modified: httpcomponents/httpclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml?rev=1631272&r1=1631271&r2=1631272&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/pom.xml (original)
+++ httpcomponents/httpclient/trunk/pom.xml Mon Oct 13 00:25:17 2014
@@ -69,7 +69,7 @@
     <httpcore.version>4.4-beta1</httpcore.version>
     <commons-logging.version>1.2</commons-logging.version>
     <commons-codec.version>1.9</commons-codec.version>
-    <ehcache.version>2.2.0</ehcache.version>
+    <ehcache.version>2.6.9</ehcache.version>
     <memcached.version>2.6</memcached.version>
     <slf4j.version>1.5.11</slf4j.version>
     <junit.version>4.11</junit.version>