[jboss-svn-commits] JBL Code SVN: r13331 - labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jul 10 21:09:29 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-07-10 21:09:29 -0400 (Tue, 10 Jul 2007)
New Revision: 13331

Modified:
   labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin/pom.xml
Log:
added jboss maven plugin parent

Modified: labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin/pom.xml
===================================================================
--- labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin/pom.xml	2007-07-11 01:06:35 UTC (rev 13330)
+++ labs/jbossbuild/maven-plugins/trunk/maven-test-ext-plugin/pom.xml	2007-07-11 01:09:29 UTC (rev 13331)
@@ -6,6 +6,12 @@
 
     <modelVersion>4.0.0</modelVersion>
 
+    <parent>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-parent</artifactId>
+        <version>3</version>
+    </parent>
+
     <groupId>org.jboss.maven.plugins</groupId>
     <artifactId>maven-test-ext-plugin</artifactId>
     <version>1.0.0-SNAPSHOT</version>




More information about the jboss-svn-commits mailing list