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 2011/10/20 08:51:33 UTC

svn commit: r1186628 - /geronimo/devtools/eclipse-plugin/trunk/testsuite/plugins/pom.xml

Author: hanhongfang
Date: Thu Oct 20 06:51:33 2011
New Revision: 1186628

URL: http://svn.apache.org/viewvc?rev=1186628&view=rev
Log:
change the pom parent

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

Modified: geronimo/devtools/eclipse-plugin/trunk/testsuite/plugins/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/trunk/testsuite/plugins/pom.xml?rev=1186628&r1=1186627&r2=1186628&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/trunk/testsuite/plugins/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/trunk/testsuite/plugins/pom.xml Thu Oct 20 06:51:33 2011
@@ -30,8 +30,8 @@
         
     <parent>
         <groupId>org.apache.geronimo.devtools</groupId>
-        <artifactId>geronimo-eclipse-plugin</artifactId>
-        <version>3.0_M2-SNAPSHOT</version>
+        <artifactId>testsuite</artifactId>
+        <version>3.0.0</version>
     </parent>
         
     <build>