You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/04/23 19:38:01 UTC

svn commit: r937440 - /geronimo/bundles/trunk/wadi-group/pom.xml

Author: rickmcguire
Date: Fri Apr 23 17:38:01 2010
New Revision: 937440

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

Modified:
    geronimo/bundles/trunk/wadi-group/pom.xml

Modified: geronimo/bundles/trunk/wadi-group/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/wadi-group/pom.xml?rev=937440&r1=937439&r2=937440&view=diff
==============================================================================
--- geronimo/bundles/trunk/wadi-group/pom.xml (original)
+++ geronimo/bundles/trunk/wadi-group/pom.xml Fri Apr 23 17:38:01 2010
@@ -22,10 +22,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache.geronimo.framework</groupId>
-        <artifactId>framework</artifactId>
-        <version>3.0-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
+        <groupId>org.apache.geronimo.bundles</groupId>
+        <artifactId>bundles-parent</artifactId>
+        <version>1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.bundles</groupId>