You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2008/05/22 00:47:56 UTC

svn commit: r658915 - /ode/branches/APACHE_ODE_1.1/Rakefile

Author: mriou
Date: Wed May 21 15:47:55 2008
New Revision: 658915

URL: http://svn.apache.org/viewvc?rev=658915&view=rev
Log:
ODE-285 Derby upgrade.

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=658915&r1=658914&r2=658915&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.1/Rakefile (original)
+++ ode/branches/APACHE_ODE_1.1/Rakefile Wed May 21 15:47:55 2008
@@ -49,8 +49,8 @@
   :pool             =>"commons-pool:commons-pool:jar:1.2",
   :primitives       =>"commons-primitives:commons-primitives:jar:1.0"
 )
-DERBY               = "org.apache.derby:derby:jar:10.1.2.1"
-DERBY_TOOLS         = "org.apache.derby:derbytools:jar:10.1.2.1"
+DERBY               = "org.apache.derby:derby:jar:10.4.1.3"
+DERBY_TOOLS         = "org.apache.derby:derbytools:jar:10.4.1.3"
 DOM4J               = "dom4j:dom4j:jar:1.6.1"
 GERONIMO            = struct(
   :kernel           =>"org.apache.geronimo.modules:geronimo-kernel:jar:2.0.1",