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/08/27 09:45:49 UTC

svn commit: r437325 - /geronimo/server/trunk/pom.xml

Author: jdillon
Date: Sun Aug 27 00:45:48 2006
New Revision: 437325

URL: http://svn.apache.org/viewvc?rev=437325&view=rev
Log:
Revert accidental change to <groupId>geronimo-spec</groupId>

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=437325&r1=437324&r2=437325&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Sun Aug 27 00:45:48 2006
@@ -76,7 +76,10 @@
                   to keep using this old m1-based artifact
             -->
             <dependency>
+                <!--
                 <groupId>org.apache.geronimo.specs</groupId>
+                -->
+                <groupId>geronimo-spec</groupId>
                 <artifactId>geronimo-spec-corba</artifactId>
                 <version>1.0</version>
             </dependency>