You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ad...@apache.org on 2006/07/06 02:39:08 UTC

svn commit: r419398 - in /geronimo/trunk: configs/client/pom.xml pom.xml

Author: adc
Date: Wed Jul  5 17:39:07 2006
New Revision: 419398

URL: http://svn.apache.org/viewvc?rev=419398&view=rev
Log:
roll back of GERONIMO-2159

Modified:
    geronimo/trunk/configs/client/pom.xml
    geronimo/trunk/pom.xml

Modified: geronimo/trunk/configs/client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/configs/client/pom.xml?rev=419398&r1=419397&r2=419398&view=diff
==============================================================================
--- geronimo/trunk/configs/client/pom.xml (original)
+++ geronimo/trunk/configs/client/pom.xml Wed Jul  5 17:39:07 2006
@@ -128,7 +128,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.geronimo.spec</groupId>
+            <groupId>geronimo-spec</groupId>
             <artifactId>geronimo-spec-corba</artifactId>
         </dependency>
         <dependency>

Modified: geronimo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/trunk/pom.xml?rev=419398&r1=419397&r2=419398&view=diff
==============================================================================
--- geronimo/trunk/pom.xml (original)
+++ geronimo/trunk/pom.xml Wed Jul  5 17:39:07 2006
@@ -238,7 +238,7 @@
             </dependency>
 
             <dependency>
-                <groupId>org.apache.geronimo.spec</groupId>
+                <groupId>geronimo-spec</groupId>
                 <artifactId>geronimo-spec-corba</artifactId>
                 <version>${geronimoSpecCorbaVersion}</version>
             </dependency>