You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2007/10/06 14:37:58 UTC

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

Author: dwoods
Date: Sat Oct  6 05:37:57 2007
New Revision: 582490

URL: http://svn.apache.org/viewvc?rev=582490&view=rev
Log:
GERONIMO-3511 -------- Original Message --------

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=582490&r1=582489&r2=582490&view=diff
==============================================================================
--- geronimo/server/branches/2.0/pom.xml (original)
+++ geronimo/server/branches/2.0/pom.xml Sat Oct  6 05:37:57 2007
@@ -858,13 +858,13 @@
             <dependency>
                 <groupId>org.tranql</groupId>
                 <artifactId>tranql-connector-mysql-local</artifactId>
-                <version>1.1-SNAPSHOT</version>
+                <version>1.1</version>
                 <type>rar</type>
             </dependency>
             <dependency>
                 <groupId>org.tranql</groupId>
                 <artifactId>tranql-connector-mysql-xa</artifactId>
-                <version>1.1-SNAPSHOT</version>
+                <version>1.1</version>
                 <type>rar</type>
             </dependency>
             <dependency>
@@ -882,13 +882,13 @@
             <dependency>
                 <groupId>org.tranql</groupId>
                 <artifactId>tranql-connector-postgresql-local</artifactId>
-                <version>1.1-SNAPSHOT</version>
+                <version>1.1</version>
                 <type>rar</type>
             </dependency>
             <dependency>
                 <groupId>org.tranql</groupId>
                 <artifactId>tranql-connector-postgresql-xa</artifactId>
-                <version>1.1-SNAPSHOT</version>
+                <version>1.1</version>
                 <type>rar</type>
             </dependency>
             <dependency>