You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gb...@apache.org on 2018/08/18 16:37:36 UTC

[maven-javadoc-plugin] 01/01: [MJAVADOC-535] Upgrade to parent pom 32

This is an automated email from the ASF dual-hosted git repository.

gboue pushed a commit to branch MJAVADOC-535
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit 033ce3a46b7fdf3ed6a9075192d6e3b4dd2800ec
Author: Guillaume Boué <gb...@apache.org>
AuthorDate: Sat Aug 18 18:37:15 2018 +0200

    [MJAVADOC-535] Upgrade to parent pom 32
    
    Also remove configuration coming from parent
---
 pom.xml | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2750343..1b75dd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>31</version>
+    <version>32</version>
     <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -336,11 +336,6 @@ under the License.
             </excludes>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.5</version>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -391,7 +386,6 @@ under the License.
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
-        <version>1.7.1</version>
         <executions>
           <execution>
             <goals>
@@ -405,7 +399,6 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.21.0</version>
         <configuration>
           <systemProperties>
             <property>
@@ -514,7 +507,6 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-changes-plugin</artifactId>
-            <version>2.9</version>
             <configuration>
               <!-- For JIRA-report -->
               <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames>
@@ -531,11 +523,6 @@ under the License.
               </reportSet>
             </reportSets>
           </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-plugin-plugin</artifactId>
-            <version>3.5</version>
-          </plugin>
         </plugins>
       </reporting>
     </profile>