You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2019/02/24 14:48:16 UTC

[shiro] branch master updated: [SHIRO-675] Upgrade to maven-surefire-plugins 3.0.0-M3

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

fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/master by this push:
     new fc6a378  [SHIRO-675] Upgrade to maven-surefire-plugins 3.0.0-M3
     new 99b3a6a  Merge pull request #123 from fpapon/SHIRO-675
fc6a378 is described below

commit fc6a378f7b681a8e03b19e1aabfb46eecffbb963
Author: Francois Papon <fp...@apache.org>
AuthorDate: Sun Feb 24 13:03:18 2019 +0400

    [SHIRO-675] Upgrade to maven-surefire-plugins 3.0.0-M3
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 48d40b0..f898c85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -380,7 +380,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.19.1</version>
+                <version>3.0.0-M3</version>
                 <configuration>
                     <printSummary>true</printSummary>
                     <useSystemClassLoader>false</useSystemClassLoader>
@@ -389,7 +389,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-failsafe-plugin</artifactId>
-                <version>2.19.1</version>
+                <version>3.0.0-M3</version>
                 <configuration>
                     <useSystemClassLoader>false</useSystemClassLoader>
                     <includes>
@@ -1216,7 +1216,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.19.1</version>
+                <version>3.0.0-M3</version>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>