You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by kw...@apache.org on 2011/12/16 20:58:14 UTC

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

Author: kwsutter
Date: Fri Dec 16 19:58:14 2011
New Revision: 1215255

URL: http://svn.apache.org/viewvc?rev=1215255&view=rev
Log:
OPENJPA-2085.  Committing the initial change to support the 10.8.2.2 version of derby.  Additional changes for the documentation and possibly scripting changes will be coming shortly.  These changes are being committed on behalf of Jacob Nowosatka.

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=1215255&r1=1215254&r2=1215255&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Fri Dec 16 19:58:14 2011
@@ -71,7 +71,7 @@
         <createSource>none</createSource>
         <createSources>false</createSources>
         <!-- common JDBC driver versions -->
-        <derby.version>10.5.3.0_1</derby.version>
+        <derby.version>10.8.2.2</derby.version>
         <hsqldb.version>1.8.0.10</hsqldb.version>
         <mysql.version>5.1.12</mysql.version>
         <postgresql.version>8.4-701.jdbc3</postgresql.version>