You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2007/09/22 16:40:20 UTC

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

Author: kevan
Date: Sat Sep 22 07:40:19 2007
New Revision: 578449

URL: http://svn.apache.org/viewvc?rev=578449&view=rev
Log:
GERONIMO-3477 Update to new transaction/connector version. Needed to pick up a fix for Transaction Recovery.

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=578449&r1=578448&r2=578449&view=diff
==============================================================================
--- geronimo/server/branches/2.0/pom.xml (original)
+++ geronimo/server/branches/2.0/pom.xml Sat Sep 22 07:40:19 2007
@@ -251,7 +251,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.components</groupId>
                 <artifactId>geronimo-connector</artifactId>
-                <version>2.0.1</version>
+                <version>2.0.2-SNAPSHOT</version>
                 <classifier>tests</classifier>
                 <scope>test</scope>
             </dependency>
@@ -259,7 +259,7 @@
             <dependency>
                 <groupId>org.apache.geronimo.components</groupId>
                 <artifactId>geronimo-transaction</artifactId>
-                <version>2.0.1</version>
+                <version>2.0.2-SNAPSHOT</version>
             </dependency>
 
             <dependency>