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/09/06 09:15:29 UTC

[maven-artifact-transfer] 01/01: [MSHARED-759] - Upgrade parent to version 32

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

khmarbaise pushed a commit to branch MSHARED-759
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit 6db9b4991b5752b92c28bdbac5b13ad6767548dd
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Sep 6 11:15:22 2018 +0200

    [MSHARED-759] - Upgrade parent to version 32
---
 pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7a212bb..6e61669 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>31</version>
+    <version>32</version>
     <relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath>
   </parent>
 
@@ -54,9 +54,6 @@
     </site>
   </distributionManagement>
 
-  <properties>
-    <surefire.version>2.21.0</surefire.version>
-  </properties>
   <build>
     <plugins>
       <plugin>
@@ -107,7 +104,6 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>0.12</version>
         <configuration>
           <excludes combine.children="append">
             <exclude>dependency-reduced-pom.xml</exclude>