Author: echatellier Date: 2010-09-16 11:10:24 +0200 (Thu, 16 Sep 2010) New Revision: 315 Url: http://nuiton.org/repositories/revision/wikitty/315 Log: Update jgroups and hibernate Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-09-16 08:36:55 UTC (rev 314) +++ trunk/pom.xml 2010-09-16 09:10:24 UTC (rev 315) @@ -175,9 +175,9 @@ <!-- Cache --> <dependency> - <groupId>jgroups</groupId> + <groupId>org.jgroups</groupId> <artifactId>jgroups</artifactId> - <version>2.9.0.GA</version> + <version>2.10.0.GA</version> <scope>compile</scope> </dependency> @@ -277,7 +277,7 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> - <version>3.5.1-Final</version> + <version>3.5.6-Final</version> </dependency> <dependency> <groupId>org.hibernate</groupId>