You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2007/10/31 00:56:16 UTC

svn commit: r590519 - /geronimo/server/trunk/framework/modules/pom.xml

Author: gawor
Date: Tue Oct 30 16:56:15 2007
New Revision: 590519

URL: http://svn.apache.org/viewvc?rev=590519&view=rev
Log:
fix pom parent

Modified:
    geronimo/server/trunk/framework/modules/pom.xml

Modified: geronimo/server/trunk/framework/modules/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/pom.xml?rev=590519&r1=590518&r2=590519&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/pom.xml Tue Oct 30 16:56:15 2007
@@ -20,8 +20,8 @@
     <modelVersion>4.0.0</modelVersion>
     
     <parent>
-        <groupId>org.apache.geronimo</groupId>
-        <artifactId>geronimo</artifactId>
+        <groupId>org.apache.geronimo.modules</groupId>
+        <artifactId>framework</artifactId>
         <version>2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>