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:36 UTC

[3/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/75f4fc47
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/75f4fc47
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/75f4fc47

Branch: refs/heads/2_1_X
Commit: 75f4fc4730d4aa3f412b0e9ef27aa8e762a1fe9c
Parents: 239bdd4
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 08:58:42 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/75f4fc47/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cc85f9e..8c86300 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>