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 02:29:34 UTC

svn commit: r419395 - in /geronimo/sandbox/svkmerge/m2migration: configs/client/pom.xml pom.xml

Author: jdillon
Date: Wed Jul  5 17:29:33 2006
New Revision: 419395

URL: http://svn.apache.org/viewvc?rev=419395&view=rev
Log:
Rollback change of corba groupId's


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

Modified: geronimo/sandbox/svkmerge/m2migration/configs/client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/configs/client/pom.xml?rev=419395&r1=419394&r2=419395&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/m2migration/configs/client/pom.xml (original)
+++ geronimo/sandbox/svkmerge/m2migration/configs/client/pom.xml Wed Jul  5 17:29:33 2006
@@ -121,9 +121,10 @@
             <groupId>concurrent</groupId>
             <artifactId>concurrent</artifactId>
         </dependency>
-
+        
+        <!-- FIXME: Need to use the correct gid/aid for this dependency -->
         <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
+            <groupId>geronimo-spec</groupId>
             <artifactId>geronimo-spec-corba</artifactId>
         </dependency>
         

Modified: geronimo/sandbox/svkmerge/m2migration/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/pom.xml?rev=419395&r1=419394&r2=419395&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/m2migration/pom.xml (original)
+++ geronimo/sandbox/svkmerge/m2migration/pom.xml Wed Jul  5 17:29:33 2006
@@ -223,9 +223,10 @@
                 <artifactId>geronimo-activation_1.0.2_spec</artifactId>
                 <version>${geronimoSpecActivationVersion}</version>
             </dependency>
-
+            
+            <!-- FIXME: Need to use the correct gid/aid for this dependency -->
             <dependency>
-                <groupId>org.apache.geronimo.specs</groupId>
+                <groupId>geronimo-spec</groupId>
                 <artifactId>geronimo-spec-corba</artifactId>
                 <version>${geronimoSpecCorbaVersion}</version>
             </dependency>