You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2006/08/10 21:56:19 UTC

svn commit: r430507 - /maven/sandbox/plugins/maven-plugin-test-plugin/pom.xml

Author: jdcasey
Date: Thu Aug 10 12:56:19 2006
New Revision: 430507

URL: http://svn.apache.org/viewvc?rev=430507&view=rev
Log:
Adding plugin-parent POM.

Modified:
    maven/sandbox/plugins/maven-plugin-test-plugin/pom.xml

Modified: maven/sandbox/plugins/maven-plugin-test-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/plugins/maven-plugin-test-plugin/pom.xml?rev=430507&r1=430506&r2=430507&view=diff
==============================================================================
--- maven/sandbox/plugins/maven-plugin-test-plugin/pom.xml (original)
+++ maven/sandbox/plugins/maven-plugin-test-plugin/pom.xml Thu Aug 10 12:56:19 2006
@@ -1,7 +1,12 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.plugins</groupId>
+  <parent>
+    <groupId>org.apache.maven.plugins</groupId>
+    <artifactId>maven-plugins</artifactId>
+    <version>2-SNAPSHOT</version>
+  </parent>
+
   <artifactId>maven-plugin-test-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <version>1.0-SNAPSHOT</version>