Author: mriou
Date: Mon Mar 3 16:54:45 2008
New Revision: 633340
URL: http://svn.apache.org/viewvc?rev=633340&view=rev
Log:
Upgrading to Hibernate 3.2.5ga, fixes a few stuff (Derby detection) and doesn't
seem to break others.
Modified:
ode/trunk/Rakefile
Modified: ode/trunk/Rakefile
URL:
http://svn.apache.org/viewvc/ode/trunk/Rakefile?rev=633340&r1=633339&r2=633340&view=diff
==============================================================================
--- ode/trunk/Rakefile (original)
+++ ode/trunk/Rakefile Mon Mar 3 16:54:45 2008
@@ -59,7 +59,7 @@
:transaction
=>"org.apache.geronimo.components:geronimo-transaction:jar:2.0.1",
:connector
=>"org.apache.geronimo.components:geronimo-connector:jar:2.0.1"
)
-HIBERNATE = [ "org.hibernate:hibernate:jar:3.2.4.sp1",
"asm:asm:jar:1.5.3",
+HIBERNATE = [ "org.hibernate:hibernate:jar:3.2.5.ga",
"asm:asm:jar:1.5.3",
"antlr:antlr:jar:2.7.6", "cglib:cglib:jar:2.1_3",
"net.sf.ehcache:ehcache:jar:1.2.3" ]
HSQLDB = "hsqldb:hsqldb:jar:1.8.0.7"
JAVAX = struct(