Upgrading maven-surefire-plugin

Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/3e4a591d
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/3e4a591d
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/3e4a591d

Branch: refs/heads/2_0_X
Commit: 3e4a591da9299daccac69ffd4065ae0208c3d649
Parents: f4bd870
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Wed Mar 7 08:59:35 2018 +0100
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Wed Mar 7 08:59:35 2018 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/3e4a591d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 77af93c..04b37f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1906,7 +1906,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.20.1</version>
+          <version>2.21.0</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1917,7 +1917,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.20.1</version>
+          <version>2.21.0</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>

Reply via email to