[hibernate-commits] Hibernate SVN: r14643 - core/trunk/cache-jbosscache2.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue May 6 11:47:23 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-05-06 11:47:22 -0400 (Tue, 06 May 2008)
New Revision: 14643

Modified:
   core/trunk/cache-jbosscache2/pom.xml
Log:
[HHH-3141] Move to JBoss Cache 2.1.1.GA

Modified: core/trunk/cache-jbosscache2/pom.xml
===================================================================
--- core/trunk/cache-jbosscache2/pom.xml	2008-05-05 15:20:22 UTC (rev 14642)
+++ core/trunk/cache-jbosscache2/pom.xml	2008-05-06 15:47:22 UTC (rev 14643)
@@ -25,7 +25,7 @@
         <dependency>
             <groupId>org.jboss.cache</groupId>
             <artifactId>jbosscache-core</artifactId>
-            <version>2.1.1.CR2</version> 
+            <version>2.1.1.GA</version> 
         </dependency>
         
         <!-- test dependencies -->
@@ -196,4 +196,4 @@
             </properties>
         </profile>
      </profiles>
-</project>
\ No newline at end of file
+</project>




More information about the hibernate-commits mailing list