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 2015/01/01 19:12:02 UTC

[07/32] syncope git commit: Updating antrun, failsafe and surefire plugins

Updating antrun, failsafe and surefire plugins


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

Branch: refs/heads/2_0_X
Commit: f3a0871d1461efb1770514963dd6547dcc11b41e
Parents: 4229220
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Sun Dec 28 14:49:07 2014 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Sun Dec 28 14:49:07 2014 +0100

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/f3a0871d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 66dfa9e..ca77f16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1070,7 +1070,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.18</version>
+          <version>2.18.1</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1094,7 +1094,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.18</version>
+          <version>2.18.1</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1112,7 +1112,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.7</version>
+          <version>1.8</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>