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/10/12 07:20:38 UTC

[5/7] syncope git commit: Upgrading maven-surefire-plugin and maven-failsafe-plugin

Upgrading maven-surefire-plugin and maven-failsafe-plugin


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

Branch: refs/heads/master
Commit: b043febae3e08bf657ecfb1c23b80d2973bd68a6
Parents: 295f0e9
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Oct 12 08:57:38 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Oct 12 09:19:13 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/b043feba/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a7a9b71..d712c64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1902,7 +1902,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.22.0</version>
+          <version>2.22.1</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1920,7 +1920,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.22.0</version>
+          <version>2.22.1</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>