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 2006/09/13 00:07:14 UTC

svn commit: r442731 - in /geronimo/server/trunk: pom.xml testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/src/main/rar/META-INF/geronimo-ra.xml testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/src/main/rar/META-INF/geronimo-ra.xml

Author: jdillon
Date: Tue Sep 12 15:07:13 2006
New Revision: 442731

URL: http://svn.apache.org/viewvc?view=rev&rev=442731
Log:
(GERONIMO-2365) Upgrade the latest Derby 10.1.3.1

Modified:
    geronimo/server/trunk/pom.xml
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/src/main/rar/META-INF/geronimo-ra.xml
    geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/src/main/rar/META-INF/geronimo-ra.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=442731&r1=442730&r2=442731
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Tue Sep 12 15:07:13 2006
@@ -48,7 +48,7 @@
         <!--
         HACK: Used by uddi-db to execute the sql plugin with the Derby driver.
         -->
-        <derbyVersion>10.1.1.0</derbyVersion>
+        <derbyVersion>10.1.3.1</derbyVersion>
         
         <!--
         HACK: Used by jsp and servlet example configs to point to the tomcat deployer

Modified: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/src/main/rar/META-INF/geronimo-ra.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/src/main/rar/META-INF/geronimo-ra.xml?view=diff&rev=442731&r1=442730&r2=442731
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/src/main/rar/META-INF/geronimo-ra.xml (original)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/src/main/rar/META-INF/geronimo-ra.xml Tue Sep 12 15:07:13 2006
@@ -33,7 +33,6 @@
             <sys:dependency>
                 <sys:groupId>org.apache.derby</sys:groupId>
                 <sys:artifactId>derby</sys:artifactId>
-                <sys:version>10.1.1.0</sys:version>
                 <sys:type>jar</sys:type>
             </sys:dependency>
         </sys:dependencies>

Modified: geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/src/main/rar/META-INF/geronimo-ra.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/src/main/rar/META-INF/geronimo-ra.xml?view=diff&rev=442731&r1=442730&r2=442731
==============================================================================
--- geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/src/main/rar/META-INF/geronimo-ra.xml (original)
+++ geronimo/server/trunk/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/src/main/rar/META-INF/geronimo-ra.xml Tue Sep 12 15:07:13 2006
@@ -33,7 +33,6 @@
             <sys:dependency>
                 <sys:groupId>org.apache.derby</sys:groupId>
                 <sys:artifactId>derby</sys:artifactId>
-                <sys:version>10.1.1.0</sys:version>
                 <sys:type>jar</sys:type>
             </sys:dependency>
         </sys:dependencies>