You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ha...@apache.org on 2010/12/08 09:41:40 UTC

svn commit: r1043332 - /geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/pom.xml

Author: hanhongfang
Date: Wed Dec  8 08:41:40 2010
New Revision: 1043332

URL: http://svn.apache.org/viewvc?rev=1043332&view=rev
Log:
change the parent of plugins from grandparent to direct parent

Modified:
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/pom.xml

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/pom.xml?rev=1043332&r1=1043331&r2=1043332&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/pom.xml Wed Dec  8 08:41:40 2010
@@ -30,7 +30,7 @@
         
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
-        <artifactId>geronimo-eclipse-plugin</artifactId>
+        <artifactId>testsuite</artifactId>
         <version>2.2.1</version>
     </parent>