[hibernate-commits] Hibernate SVN: r16906 - core/branches/Branch_3_3/cache-jbosscache2.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jun 23 12:47:07 EDT 2009


Author: steve.ebersole at jboss.com
Date: 2009-06-23 12:47:07 -0400 (Tue, 23 Jun 2009)
New Revision: 16906

Modified:
   core/branches/Branch_3_3/cache-jbosscache2/pom.xml
Log:
HHH-3986 - Upgrade to JBossCache 3.1.0 (3.3 branch)


Modified: core/branches/Branch_3_3/cache-jbosscache2/pom.xml
===================================================================
--- core/branches/Branch_3_3/cache-jbosscache2/pom.xml	2009-06-23 16:28:21 UTC (rev 16905)
+++ core/branches/Branch_3_3/cache-jbosscache2/pom.xml	2009-06-23 16:47:07 UTC (rev 16906)
@@ -25,7 +25,7 @@
         <dependency>
             <groupId>org.jboss.cache</groupId>
             <artifactId>jbosscache-core</artifactId>
-            <version>2.1.1.GA</version> 
+            <version>3.1.0.GA</version> 
         </dependency>
         
         <!-- test dependencies -->




More information about the hibernate-commits mailing list