You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/02/18 20:34:37 UTC

svn commit: r911538 - /openjpa/trunk/pom.xml

Author: dwoods
Date: Thu Feb 18 19:34:36 2010
New Revision: 911538

URL: http://svn.apache.org/viewvc?rev=911538&view=rev
Log:
OPENJPA-1520 Upgrade to Derby 10.5.3 which has lots of JDBC4 fixes since 10.2.2

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=911538&r1=911537&r2=911538&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Thu Feb 18 19:34:36 2010
@@ -50,7 +50,7 @@
         <surefire.jvm.args>${test.jvm.arguments}</surefire.jvm.args>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <checkstyle.config.location>../openjpa-project/checkstyle.xml</checkstyle.config.location>
-        <derby.version>10.2.2.0</derby.version>
+        <derby.version>10.5.3.0_1</derby.version>
         <hsqldb.version>1.8.0.10</hsqldb.version>
     </properties>
 
@@ -191,7 +191,6 @@
                 </dependency>
             </dependencies>
             <properties>
-                <derby.version>10.5.3.0_1</derby.version>
                 <connection.driver.name>org.apache.derby.jdbc.EmbeddedDriver</connection.driver.name>
                 <connection.url>jdbc:derby:memory:openjpa-derby-inmem-database;create=true</connection.url>
                 <connection.username />