[hibernate-commits] Hibernate SVN: r19346 - search/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon May 3 07:59:44 EDT 2010


Author: sannegrinovero
Date: 2010-05-03 07:59:44 -0400 (Mon, 03 May 2010)
New Revision: 19346

Modified:
   search/trunk/pom.xml
Log:
HSEARCH-522 - reverted JGroups to 2.8.x series, the latest supporting Java5

Modified: search/trunk/pom.xml
===================================================================
--- search/trunk/pom.xml	2010-05-03 00:04:27 UTC (rev 19345)
+++ search/trunk/pom.xml	2010-05-03 11:59:44 UTC (rev 19346)
@@ -284,7 +284,7 @@
             <dependency>
                 <groupId>jgroups</groupId>
                 <artifactId>jgroups</artifactId>
-                <version>2.9.0.GA</version>
+                <version>2.8.0.GA</version>
             </dependency>
             <dependency>
                 <groupId>javax.annotation</groupId>



More information about the hibernate-commits mailing list