You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by an...@apache.org on 2009/04/15 09:33:35 UTC

svn commit: r765070 - /db/jdo/trunk/tck2/project.xml

Author: andyj
Date: Wed Apr 15 07:33:35 2009
New Revision: 765070

URL: http://svn.apache.org/viewvc?rev=765070&view=rev
Log:
JDO-609 Move to derby 10.4.2.0

Modified:
    db/jdo/trunk/tck2/project.xml

Modified: db/jdo/trunk/tck2/project.xml
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/project.xml?rev=765070&r1=765069&r2=765070&view=diff
==============================================================================
--- db/jdo/trunk/tck2/project.xml (original)
+++ db/jdo/trunk/tck2/project.xml Wed Apr 15 07:33:35 2009
@@ -83,12 +83,12 @@
         <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>
-            <version>10.4.1.3</version>
+            <version>10.4.2.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derbytools</artifactId>
-            <version>10.4.1.3</version>
+            <version>10.4.2.0</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>