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/03/30 15:50:10 UTC

[maven-jar-plugin] branch MJAR-249 updated: Upgarde surefire.

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

khmarbaise pushed a commit to branch MJAR-249
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git


The following commit(s) were added to refs/heads/MJAR-249 by this push:
     new 9d4a6e0  Upgarde surefire.
9d4a6e0 is described below

commit 9d4a6e0fb366bca0d5e603297d6b1fe7739b6a0b
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri Mar 30 17:49:51 2018 +0200

    Upgarde surefire.
---
 pom.xml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index d3c2d93..26f8d5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,7 @@
     <mavenVersion>3.0</mavenVersion>
     <maven.compiler.target>1.7</maven.compiler.target>
     <maven.compiler.source>1.7</maven.compiler.source>
+    <surefire.version>2.21.0</surefire.version>
   </properties>
 
   <dependencies>
@@ -156,16 +157,6 @@
     <pluginManagement>
       <plugins>
         <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.21.0</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.21.0</version>
-        </plugin>
-        <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.