You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gn...@apache.org on 2006/10/17 11:25:26 UTC

svn commit: r464870 - /geronimo/xbean/trunk/xbean-naming/pom.xml

Author: gnodet
Date: Tue Oct 17 02:25:23 2006
New Revision: 464870

URL: http://svn.apache.org/viewvc?view=rev&rev=464870
Log:
Use Geronimo 1.1 jar instead of Geronimo 1.2-SNAPSHOT.
It seems the classes are compatible, so there should be no problems with that.

Modified:
    geronimo/xbean/trunk/xbean-naming/pom.xml

Modified: geronimo/xbean/trunk/xbean-naming/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/xbean/trunk/xbean-naming/pom.xml?view=diff&rev=464870&r1=464869&r2=464870
==============================================================================
--- geronimo/xbean/trunk/xbean-naming/pom.xml (original)
+++ geronimo/xbean/trunk/xbean-naming/pom.xml Tue Oct 17 02:25:23 2006
@@ -30,9 +30,9 @@
       <artifactId>backport-util-concurrent</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.geronimo.modules</groupId>
+      <groupId>geronimo</groupId>
       <artifactId>geronimo-naming</artifactId>
-      <version>1.2-SNAPSHOT</version>
+      <version>1.1</version>
       <optional>true</optional>
     </dependency>
   </dependencies>