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:28 UTC

[maven-artifact-transfer] branch MSHARED-759 created (now 6db9b49)

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

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


      at 6db9b49  [MSHARED-759] - Upgrade parent to version 32

This branch includes the following new commits:

     new 6db9b49  [MSHARED-759] - Upgrade parent to version 32

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by kh...@apache.org.
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>