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/06/21 18:01:18 UTC

[maven-archiver] 01/02: [MSHARED-727] - Upgrade mave-surefire/failsafe-plugin 2.21.0

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

khmarbaise pushed a commit to branch MSHARED-727-surefire
in repository https://gitbox.apache.org/repos/asf/maven-archiver.git

commit 97fae5193f660b72cf95595d6385910a3d686d58
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun May 6 14:53:26 2018 +0200

    [MSHARED-727] - Upgrade mave-surefire/failsafe-plugin 2.21.0
---
 pom.xml | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index 04b801c..d754abf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,7 @@
   <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description>
 
   <properties>
+    <surefire.version>2.21.0</surefire.version>
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
   </properties>
@@ -123,20 +124,4 @@
     </dependency>
   </dependencies>
 
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.20.1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.20.1</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
 </project>