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

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

Author: hogstrom
Date: Wed Dec 13 18:14:03 2006
New Revision: 486932

URL: http://svn.apache.org/viewvc?view=rev&rev=486932
Log:
Updating 2.0-M1 Pom to use Yoko SNAPSHOT until the versioned SNAPSHOT is available.

Modified:
    geronimo/server/branches/2.0-M1/pom.xml

Modified: geronimo/server/branches/2.0-M1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0-M1/pom.xml?view=diff&rev=486932&r1=486931&r2=486932
==============================================================================
--- geronimo/server/branches/2.0-M1/pom.xml (original)
+++ geronimo/server/branches/2.0-M1/pom.xml Wed Dec 13 18:14:03 2006
@@ -487,25 +487,26 @@
             <dependency>
                 <groupId>org.apache.yoko</groupId>
                 <artifactId>yoko-core</artifactId>
-                <version>1.0-incubating-M2-486709</version>
+                <!-- version>1.0-incubating-M2-486709</version -->
+                <version>1.0-incubating-M2-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.yoko</groupId>
                 <artifactId>yoko-spec-corba</artifactId>
-                <version>1.0-incubating-M2-486709</version>
+                <version>1.0-incubating-M2-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.yoko</groupId>
                 <artifactId>yoko-rmi-spec</artifactId>
-                <version>1.0-incubating-M2-486709</version>
+                <version>1.0-incubating-M2-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.yoko</groupId>
                 <artifactId>yoko-rmi-impl</artifactId>
-                <version>1.0-incubating-M2-486709</version>
+                <version>1.0-incubating-M2-SNAPSHOT</version>
             </dependency>
 
             <dependency>