[jbosscache-commits] JBoss Cache SVN: r8175 - core/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Aug 10 08:17:35 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-08-10 08:17:35 -0400 (Mon, 10 Aug 2009)
New Revision: 8175

Modified:
   core/trunk/pom.xml
Log:
Testing with JGroups 2.8

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2009-08-10 11:32:09 UTC (rev 8174)
+++ core/trunk/pom.xml	2009-08-10 12:17:35 UTC (rev 8175)
@@ -27,8 +27,8 @@
         <dependency>
             <groupId>jgroups</groupId>
             <artifactId>jgroups</artifactId>
-            <!--<version>2.8.0.Beta2</version>-->
-           <version>2.6.9.GA</version>
+            <version>2.8.0.Beta2</version>
+           <!--<version>2.6.9.GA</version>-->
         </dependency>
 
         <!--



More information about the jbosscache-commits mailing list