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/02 17:59:40 UTC

[maven-install-plugin] 01/01: [MINSTALL-146] - Upgrade maven-plugin parent to version 32

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

khmarbaise pushed a commit to branch MINSTALL-146
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git

commit 2a7dddc2f80b5d4ed3e1056d851ea4cef95f4cfd
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Aug 2 19:59:34 2018 +0200

    [MINSTALL-146] - Upgrade maven-plugin parent to version 32
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6cca50e..fdbe17f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,9 +24,9 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>31</version>
+    <artifactId>maven-plugins</artifactId>
+    <version>32</version>
     <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -64,7 +64,6 @@
   </distributionManagement>
 
   <properties>
-    <surefire.version>2.21.0</surefire.version>
     <mavenVersion>3.0</mavenVersion>
   </properties>