You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/04/10 19:36:20 UTC

svn commit: r932770 - /maven/plugins/trunk/maven-javadoc-plugin/pom.xml

Author: bentmann
Date: Sat Apr 10 17:36:20 2010
New Revision: 932770

URL: http://svn.apache.org/viewvc?rev=932770&view=rev
Log:
o Inherited from maven-plugins:17
o Updated to maven-invoker-plugin:1.5

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

Modified: maven/plugins/trunk/maven-javadoc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/pom.xml?rev=932770&r1=932769&r2=932770&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/pom.xml Sat Apr 10 17:36:20 2010
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>14</version>
+    <version>17</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -388,17 +388,6 @@ under the License.
     </plugins>
   </build>
 
-  <!-- Need to be removed when maven-plugins:15 will be released -->
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.5.1</version>
-      </plugin>
-    </plugins>
-  </reporting>
-
   <profiles>
     <profile>
       <id>run-its</id>
@@ -407,7 +396,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <configuration>
               <projectsDirectory>src/it</projectsDirectory>
               <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>