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/10/10 22:08:44 UTC

svn commit: r583600 - /geronimo/server/branches/2.0.2/pom.xml

Author: kevan
Date: Wed Oct 10 13:08:44 2007
New Revision: 583600

URL: http://svn.apache.org/viewvc?rev=583600&view=rev
Log:
Update to proposed release version of geronimo-connector and geronimo-transaction. This update means you must either build components/txmanager/branches/2.0.2/ locally or cp the release binaries into your local maven repo

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

Modified: geronimo/server/branches/2.0.2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0.2/pom.xml?rev=583600&r1=583599&r2=583600&view=diff
==============================================================================
--- geronimo/server/branches/2.0.2/pom.xml (original)
+++ geronimo/server/branches/2.0.2/pom.xml Wed Oct 10 13:08:44 2007
@@ -245,13 +245,13 @@
             <dependency>
                 <groupId>org.apache.geronimo.components</groupId>
                 <artifactId>geronimo-connector</artifactId>
-                <version>2.0.2-SNAPSHOT</version>
+                <version>2.0.2</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.geronimo.components</groupId>
                 <artifactId>geronimo-connector</artifactId>
-                <version>2.0.2-SNAPSHOT</version>
+                <version>2.0.2</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.2-SNAPSHOT</version>
+                <version>2.0.2</version>
             </dependency>
 
             <dependency>