You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2009/08/03 17:23:27 UTC

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

Author: gawor
Date: Mon Aug  3 15:23:26 2009
New Revision: 800422

URL: http://svn.apache.org/viewvc?rev=800422&view=rev
Log:
Move dependency to a released version of geronimo-connector

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=800422&r1=800421&r2=800422&view=diff
==============================================================================
--- geronimo/server/branches/2.0/pom.xml (original)
+++ geronimo/server/branches/2.0/pom.xml Mon Aug  3 15:23:26 2009
@@ -245,13 +245,13 @@
             <dependency>
                 <groupId>org.apache.geronimo.components</groupId>
                 <artifactId>geronimo-connector</artifactId>
-                <version>2.0.3-SNAPSHOT</version>
+                <version>2.0.2</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.geronimo.components</groupId>
                 <artifactId>geronimo-connector</artifactId>
-                <version>2.0.3-SNAPSHOT</version>
+                <version>2.0.2</version>
                 <classifier>tests</classifier>
                 <scope>test</scope>
             </dependency>