You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/03/07 07:59:43 UTC

[2/2] syncope git commit: Upgrading maven-surefire-plugin

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ò <il...@apache.org>
Authored: Wed Mar 7 08:59:35 2018 +0100
Committer: Francesco Chicchiriccò <il...@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>