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/08/10 19:45:59 UTC

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

Author: drobiazko
Date: Tue Aug 10 17:45:59 2010
New Revision: 984145

URL: http://svn.apache.org/viewvc?rev=984145&view=rev
Log:
TAP5-1240: Upgrade Hibernate dependencies to 3.5.4-Final

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=984145&r1=984144&r2=984145&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-hibernate-core/pom.xml Tue Aug 10 17:45:59 2010
@@ -176,6 +176,6 @@ it can be tricky because there are overl
     </reporting>
     
     <properties>
-        <hibernate-version>3.5.2-Final</hibernate-version>
+        <hibernate-version>3.5.4-Final</hibernate-version>
     </properties>
 </project>