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/12/27 17:44:22 UTC

[maven-assembly-plugin] 01/01: [MASSEMBLY-892] - Upgrade maven-plugins parent to version 33

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

khmarbaise pushed a commit to branch MASSEMBLY-892
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git

commit d203f39d585585e977a662c79ca91633108a9fcf
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Dec 27 18:44:18 2018 +0100

    [MASSEMBLY-892] - Upgrade maven-plugins parent to version 33
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7f5ed0b..c22c6ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>31</version>
+    <version>33</version>
     <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -62,7 +62,6 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <surefire.version>2.21.0</surefire.version>
     <javaVersion>7</javaVersion>
     <mdoVersion>2.0.0</mdoVersion>
     <mavenArchiverVersion>3.2.0</mavenArchiverVersion>