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 2016/12/19 13:11:03 UTC

syncope git commit: Upgrading maven-surefire-plugin and maven-failsafe-plugin

Repository: syncope
Updated Branches:
  refs/heads/1_2_X 3f133da79 -> e8f149b32


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

Branch: refs/heads/1_2_X
Commit: e8f149b3275f213ea427bc35106afef086250f8d
Parents: 3f133da
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Mon Dec 19 14:10:56 2016 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Mon Dec 19 14:10:56 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/e8f149b3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bb6855e..3095168 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1084,7 +1084,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.19</version>
+          <version>2.19.1</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1108,7 +1108,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.19</version>
+          <version>2.19.1</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>