Author: ieb
Date: Wed Dec 10 21:04:59 2008
New Revision: 725580

URL: http://svn.apache.org/viewvc?rev=725580&view=rev
Log:
   SHINDIG-771

Patch from Chico Charlesworth

Updating Hibernate to the latest versions.

Thanks

Modified:
    incubator/shindig/trunk/java/samples/pom.xml

Modified: incubator/shindig/trunk/java/samples/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/java/samples/pom.xml?rev=725580&r1=725579&r2=725580&view=diff
==============================================================================
--- incubator/shindig/trunk/java/samples/pom.xml (original)
+++ incubator/shindig/trunk/java/samples/pom.xml Wed Dec 10 21:04:59 2008
@@ -119,25 +119,25 @@
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate</artifactId>
-      <version>3.2.2.ga</version>
+      <version>3.2.6.ga</version>
     </dependency>
 
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-annotations</artifactId>
-      <version>3.2.1.ga</version>
+      <version>3.3.1.GA</version>
     </dependency>
 
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-entitymanager</artifactId>
-      <version>3.2.1.ga</version>
+      <version>3.3.1.ga</version>
     </dependency>
 
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-tools</artifactId>
-      <version>3.2.0.beta9a</version>
+      <version>3.2.0.ga</version>
     </dependency>
     <dependency>
       <groupId>hsqldb</groupId>


Reply via email to