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 2014/11/06 10:00:47 UTC

[2/5] git commit: Updating failsafe / surefire plugin

Updating failsafe / surefire plugin


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

Branch: refs/heads/1_2_X
Commit: c68553d6c9ccb269e776945d15293aa3b96c2ecd
Parents: 4d26436
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Nov 6 09:59:52 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Nov 6 09:59:52 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/c68553d6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6180610..d9f46ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1069,7 +1069,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.17</version>
+          <version>2.18</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1093,7 +1093,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.17</version>
+          <version>2.18</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>