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/02/14 00:24:37 UTC

svn commit: r377530 - /maven/plugins/trunk/maven-one-plugin/pom.xml

Author: jdcasey
Date: Mon Feb 13 15:24:34 2006
New Revision: 377530

URL: http://svn.apache.org/viewcvs?rev=377530&view=rev
Log:
Adding plugin-parent.

Modified:
    maven/plugins/trunk/maven-one-plugin/pom.xml

Modified: maven/plugins/trunk/maven-one-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-one-plugin/pom.xml?rev=377530&r1=377529&r2=377530&view=diff
==============================================================================
--- maven/plugins/trunk/maven-one-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-one-plugin/pom.xml Mon Feb 13 15:24:34 2006
@@ -1,7 +1,11 @@
 <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-plugin-parent</groupId>
+    <version>2.0.1</version>
+  </parent>
   <artifactId>maven-one-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <version>1.0-SNAPSHOT</version>