You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ja...@apache.org on 2008/01/25 04:17:14 UTC

svn commit: r615101 - /geronimo/server/branches/2.0/pom.xml

Author: jaydm
Date: Thu Jan 24 19:17:02 2008
New Revision: 615101

URL: http://svn.apache.org/viewvc?rev=615101&view=rev
Log:
GERONIMO-3596 - This change just pulls in the new
Tranql jars.  The fix removes the prompt for a URL
when creating a database pool on MySQL.

Modified:
    geronimo/server/branches/2.0/pom.xml

Modified: geronimo/server/branches/2.0/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/pom.xml?rev=615101&r1=615100&r2=615101&view=diff
==============================================================================
--- geronimo/server/branches/2.0/pom.xml (original)
+++ geronimo/server/branches/2.0/pom.xml Thu Jan 24 19:17:02 2008
@@ -858,13 +858,13 @@
             <dependency>
                 <groupId>org.tranql</groupId>
                 <artifactId>tranql-connector-mysql-local</artifactId>
-                <version>1.1</version>
+                <version>1.2</version>
                 <type>rar</type>
             </dependency>
             <dependency>
                 <groupId>org.tranql</groupId>
                 <artifactId>tranql-connector-mysql-xa</artifactId>
-                <version>1.1</version>
+                <version>1.2</version>
                 <type>rar</type>
             </dependency>
             <dependency>