The TCK needs to be updated too... in pom.xml 3 places I think, and in modules/cts-database

--jason


On Feb 9, 2007, at 12:50 PM, [EMAIL PROTECTED] wrote:

Author: hogstrom
Date: Fri Feb  9 12:50:01 2007
New Revision: 505489

URL: http://svn.apache.org/viewvc?view=rev&rev=505489
Log:
Updated Derby to 10.2.2.0 as well as TranQL 1.3-SNAPSHOT to support changes in the ClientDataSource made by the Derby Project

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml? view=diff&rev=505489&r1=505488&r2=505489 ====================================================================== ========
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Fri Feb  9 12:50:01 2007
@@ -66,7 +66,7 @@
         <!--
HACK: Used by uddi-db to execute the sql plugin with the Derby driver.
         -->
-        <derbyVersion>10.1.3.1</derbyVersion>
+        <derbyVersion>10.2.2.0</derbyVersion>

         <!--
HACK: Used by jsp and servlet example configs to point to the tomcat deployer
@@ -76,7 +76,7 @@
         <!--
         HACK: Used by uddi-jetty and uddi-tomcat config plans
         -->
-        <tranqlVendorsVersion>1.2</tranqlVendorsVersion>
+        <tranqlVendorsVersion>1.3-SNAPSHOT</tranqlVendorsVersion>

         <cxfVersion>2.0-incubator-M1</cxfVersion>
     </properties>



Reply via email to