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

svn commit: r419358 - in /geronimo/sandbox/svkmerge/trunk: configs/client/pom.xml pom.xml

Author: jdillon
Date: Wed Jul  5 15:11:30 2006
New Revision: 419358

URL: http://svn.apache.org/viewvc?rev=419358&view=rev
Log:
Apply #419314 to faux-trunk

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

Modified: geronimo/sandbox/svkmerge/trunk/configs/client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/trunk/configs/client/pom.xml?rev=419358&r1=419357&r2=419358&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/trunk/configs/client/pom.xml (original)
+++ geronimo/sandbox/svkmerge/trunk/configs/client/pom.xml Wed Jul  5 15:11:30 2006
@@ -123,7 +123,7 @@
         </dependency>
 
         <dependency>
-            <groupId>geronimo-spec</groupId>
+            <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-spec-corba</artifactId>
         </dependency>
         

Modified: geronimo/sandbox/svkmerge/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/trunk/pom.xml?rev=419358&r1=419357&r2=419358&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/trunk/pom.xml (original)
+++ geronimo/sandbox/svkmerge/trunk/pom.xml Wed Jul  5 15:11:30 2006
@@ -225,7 +225,7 @@
             </dependency>
 
             <dependency>
-                <groupId>geronimo-spec</groupId>
+                <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-spec-corba</artifactId>
                 <version>${geronimoSpecCorbaVersion}</version>
             </dependency>