You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/01/17 20:36:52 UTC

svn commit: r497134 - /geronimo/server/trunk/pom.xml

Author: jdillon
Date: Wed Jan 17 11:36:51 2007
New Revision: 497134

URL: http://svn.apache.org/viewvc?view=rev&rev=497134
Log:
(GERONIMO-2600) Upgrade to latest Derby release 10.2.2.0

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=497134&r1=497133&r2=497134
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Wed Jan 17 11:36:51 2007
@@ -66,7 +66,7 @@
         <!--
         HACK: Used by uddi-db to execute the sql plugin with the Derby driver.
         -->
-        <derbyVersion>10.1.3.1</derbyVersion>
+        <derbyVersion>10.2.2.0</derbyVersion>
 
         <!--
         HACK: Used by jsp and servlet example configs to point to the tomcat deployer