Author: mriou
Date: Mon Mar  3 16:54:11 2008
New Revision: 633339

URL: http://svn.apache.org/viewvc?rev=633339&view=rev
Log:
Upgrading to Hibernate 3.2.5ga, fixes a few stuff (Derby detection) and doesn't 
seem to break others.

Modified:
    ode/branches/APACHE_ODE_1.1/Rakefile

Modified: ode/branches/APACHE_ODE_1.1/Rakefile
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/Rakefile?rev=633339&r1=633338&r2=633339&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.1/Rakefile (original)
+++ ode/branches/APACHE_ODE_1.1/Rakefile Mon Mar  3 16:54:11 2008
@@ -57,7 +57,7 @@
   :transaction      
=>"org.apache.geronimo.modules:geronimo-transaction:jar:1.2-beta",
   :connector        
=>"org.apache.geronimo.modules:geronimo-connector:jar:1.2-beta"
 )
-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(


Reply via email to