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

[maven-release] 01/01: Removed hard coded version for maven-surefire-plugin cause it's inherited from the parent.

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>