You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2008/09/12 00:19:25 UTC

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

Author: hlship
Date: Thu Sep 11 15:19:24 2008
New Revision: 694512

URL: http://svn.apache.org/viewvc?rev=694512&view=rev
Log:
TAPESTRY-2622: Upgrade Hibernate dependency to 3.3.1

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

Modified: tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml?rev=694512&r1=694511&r2=694512&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-hibernate/pom.xml Thu Sep 11 15:19:24 2008
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-core</artifactId>
-            <version>3.3.0.SP1</version>
+            <version>3.3.1.GA</version>
             <exclusions>
                 <exclusion>
                     <groupId>javax.transaction</groupId>