You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by li...@apache.org on 2009/03/04 04:40:12 UTC

svn commit: r749891 - /geronimo/server/branches/2.1/pom.xml

Author: linsun
Date: Wed Mar  4 03:40:11 2009
New Revision: 749891

URL: http://svn.apache.org/viewvc?rev=749891&view=rev
Log:
GERONIMO-4564 update to use transaction manager 2.1.2

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

Modified: geronimo/server/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/pom.xml?rev=749891&r1=749890&r2=749891&view=diff
==============================================================================
--- geronimo/server/branches/2.1/pom.xml (original)
+++ geronimo/server/branches/2.1/pom.xml Wed Mar  4 03:40:11 2009
@@ -280,13 +280,13 @@
             <dependency>
                 <groupId>org.apache.geronimo.components</groupId>
                 <artifactId>geronimo-connector</artifactId>
-                <version>2.1.2-SNAPSHOT</version>
+                <version>2.1.2</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.geronimo.components</groupId>
                 <artifactId>geronimo-connector</artifactId>
-                <version>2.1.2-SNAPSHOT</version>
+                <version>2.1.2</version>
                 <classifier>tests</classifier>
                 <scope>test</scope>
             </dependency>
@@ -294,7 +294,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.components</groupId>
                 <artifactId>geronimo-transaction</artifactId>
-                <version>2.1.2-SNAPSHOT</version>
+                <version>2.1.2</version>
             </dependency>
 
             <dependency>