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 46028b639909d93100f46c7884060f7367294294
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Thu Sep 6 11:15:22 2018 +0200

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

diff --git a/pom.xml b/pom.xml
index 7a212bb..464c541 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>33</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>

Reply via email to