You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/08/05 10:42:14 UTC

[maven-jlink-plugin] 01/01: [MJLINK-22] - Upgrade maven-plugins parent to version 32.

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

khmarbaise pushed a commit to branch MJLINK-22
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit e198f7e127b47efbd7b5882830d23fad19bec1dd
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Aug 5 12:42:12 2018 +0200

    [MJLINK-22] - Upgrade maven-plugins parent to version 32.
---
 pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 104bcf9..e860df0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>31</version>
+    <version>32</version>
     <relativePath>../maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -65,18 +65,15 @@
   </distributionManagement>
 
   <properties>
-    <surefire.version>2.21.0</surefire.version>
     <mavenVersion>3.0</mavenVersion>
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
-    <maven.plugin.tools.version>3.5.1</maven.plugin.tools.version>
   </properties>
 
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>${maven.plugin.tools.version}</version>
       <scope>provided</scope>
     </dependency>
     <!-- Maven -->
@@ -169,12 +166,10 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>${maven.plugin.tools.version}</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-invoker-plugin</artifactId>
-        <version>3.0.1</version>
       </plugin>
     </plugins>
   </reporting>