You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by dr...@apache.org on 2010/05/07 08:49:02 UTC

svn commit: r942014 - /tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml

Author: drobiazko
Date: Fri May  7 06:49:01 2010
New Revision: 942014

URL: http://svn.apache.org/viewvc?rev=942014&view=rev
Log:
TAP5-1134: Upgrade Hibernate dependencies to 3.5.1

Modified:
    tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml

Modified: tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml?rev=942014&r1=942013&r2=942014&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml Fri May  7 06:49:01 2010
@@ -54,7 +54,7 @@ it can be tricky because there are overl
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-core</artifactId>
-            <version>3.3.1.GA</version>
+            <version>3.5.1-Final</version>
             <exclusions>
                 <exclusion>
                     <groupId>javax.transaction</groupId>
@@ -79,7 +79,7 @@ it can be tricky because there are overl
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-annotations</artifactId>
-            <version>3.4.0.GA</version>
+            <version>3.5.1-Final</version>
             <exclusions>
                 <!-- Make sure we use the version defined by tapestry-ioc. -->
                 <exclusion>
@@ -92,7 +92,7 @@ it can be tricky because there are overl
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-c3p0</artifactId>
-            <version>3.3.1.GA</version>
+            <version>3.5.1-Final</version>
         </dependency>
 
     </dependencies>