Author: brianf
Date: Thu Feb 10 22:59:42 2011
New Revision: 1069606

URL: http://svn.apache.org/viewvc?rev=1069606&view=rev
Log:
allow the plgMgt to be inherited for site, bump the reporting version.

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

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1069606&r1=1069605&r2=1069606&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Thu Feb 10 22:59:42 2011
@@ -165,7 +165,6 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.6</version>
         <executions>
           <execution>
             <id>generated-helpmojo</id>
@@ -183,7 +182,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.7</version>
       </plugin>
     </plugins>
   </reporting>


Reply via email to