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/04 18:21:33 UTC

[maven-release] branch IMPROVE_POM created (now 4dc790c)

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

khmarbaise pushed a change to branch IMPROVE_POM
in repository https://gitbox.apache.org/repos/asf/maven-release.git.


      at 4dc790c  Removed hard coded version for maven-surefire-plugin cause it's inherited from the parent.

This branch includes the following new commits:

     new 4dc790c  Removed hard coded version for maven-surefire-plugin cause it's inherited from the parent.

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-release] 01/01: Removed hard coded version for maven-surefire-plugin cause it's inherited from the parent.

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch IMPROVE_POM
in repository https://gitbox.apache.org/repos/asf/maven-release.git

commit 4dc790cb1a4212e853239232e669e6461c4be539
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Tue Sep 4 20:21:17 2018 +0200

    Removed hard coded version for maven-surefire-plugin
    cause it's inherited from the parent.
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index e087491..4c7af5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,11 +111,6 @@
           </configuration>
         </plugin>
         <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.22.0</version>
-        </plugin>
-        <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
           <version>3.0.5</version>