You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ka...@apache.org on 2012/04/27 19:30:26 UTC

svn commit: r1331510 - /tapestry/tapestry5/trunk/tapestry-hibernate-core/build.gradle

Author: kaosko
Date: Fri Apr 27 17:30:26 2012
New Revision: 1331510

URL: http://svn.apache.org/viewvc?rev=1331510&view=rev
Log:
TAP5-1922: Upgrade Hibernate dependency to latest, Hibernate 4.1.2.Final
- update Hibernate version from 4.1.1 to 4.1.2

Modified:
    tapestry/tapestry5/trunk/tapestry-hibernate-core/build.gradle

Modified: tapestry/tapestry5/trunk/tapestry-hibernate-core/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-hibernate-core/build.gradle?rev=1331510&r1=1331509&r2=1331510&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-hibernate-core/build.gradle (original)
+++ tapestry/tapestry5/trunk/tapestry-hibernate-core/build.gradle Fri Apr 27 17:30:26 2012
@@ -1,6 +1,6 @@
 description = "Basic Hibernate services for Tapestry, useable outside of a Tapestry web application"
 
-hibernateVersion = '4.1.1.Final'
+hibernateVersion = '4.1.2.Final'
 
 dependencies {
   compile project(':tapestry-ioc')