You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/04/08 23:31:55 UTC

svn commit: r646083 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Author: dennisl
Date: Tue Apr  8 14:31:55 2008
New Revision: 646083

URL: http://svn.apache.org/viewvc?rev=646083&view=rev
Log:
o Use plugins parent 11.

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=646083&r1=646082&r2=646083&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Tue Apr  8 14:31:55 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>10</version>
+    <version>11</version>
   </parent>
 
   <artifactId>maven-project-info-reports-plugin</artifactId>