You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/01/18 17:02:25 UTC

svn commit: r1435211 - /archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml

Author: olamy
Date: Fri Jan 18 16:02:25 2013
New Revision: 1435211

URL: http://svn.apache.org/viewvc?rev=1435211&view=rev
Log:
last ehcache 2.5.7

Modified:
    archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml

Modified: archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml?rev=1435211&r1=1435210&r2=1435211&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml (original)
+++ archiva/redback/redback-components/trunk/spring-cache/spring-cache-providers/spring-cache-ehcache/pom.xml Fri Jan 18 16:02:25 2013
@@ -46,7 +46,7 @@
     <dependency>
       <groupId>net.sf.ehcache</groupId>
       <artifactId>ehcache-core</artifactId>
-      <version>2.5.6</version>
+      <version>2.5.7</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>