You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/07/21 22:44:04 UTC

svn commit: r678556 - /continuum/trunk/pom.xml

Author: olamy
Date: Mon Jul 21 13:44:04 2008
New Revision: 678556

URL: http://svn.apache.org/viewvc?rev=678556&view=rev
Log:
use last ehcache version

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=678556&r1=678555&r2=678556&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Mon Jul 21 13:44:04 2008
@@ -549,7 +549,7 @@
       <dependency>
         <groupId>net.sf.ehcache</groupId>
         <artifactId>ehcache</artifactId>
-        <version>1.3.0</version>
+        <version>1.5.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.shared</groupId>