You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2006/09/17 23:49:18 UTC

svn commit: r447154 - in /jackrabbit/trunk/jca: pom.xml project.xml

Author: jukka
Date: Sun Sep 17 14:49:17 2006
New Revision: 447154

URL: http://svn.apache.org/viewvc?view=rev&rev=447154
Log:
JCR-572: Upgraded the Apache Derby dependency to 10.1.3.1 to avoid problems on FreeBSD

Modified:
    jackrabbit/trunk/jca/pom.xml
    jackrabbit/trunk/jca/project.xml

Modified: jackrabbit/trunk/jca/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jca/pom.xml?view=diff&rev=447154&r1=447153&r2=447154
==============================================================================
--- jackrabbit/trunk/jca/pom.xml (original)
+++ jackrabbit/trunk/jca/pom.xml Sun Sep 17 14:49:17 2006
@@ -209,7 +209,7 @@
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
-      <version>10.1.1.0</version>
+      <version>10.1.3.1</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>

Modified: jackrabbit/trunk/jca/project.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jca/project.xml?view=diff&rev=447154&r1=447153&r2=447154
==============================================================================
--- jackrabbit/trunk/jca/project.xml (original)
+++ jackrabbit/trunk/jca/project.xml Sun Sep 17 14:49:17 2006
@@ -85,7 +85,7 @@
     <dependency>
         <groupId>org.apache.derby</groupId>
         <artifactId>derby</artifactId>
-        <version>10.1.1.0</version>
+        <version>10.1.3.1</version>
         <url>http://db.apache.org/derby/</url>
 	    <properties>
 		<rar.bundle>true</rar.bundle>