Upgrading surefire, failsafe and checkstyle plugins

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

Branch: refs/heads/SYNCOPE-156
Commit: 503097da8cddb197db8f54378f3721c46f32fb3f
Parents: 03c9bc2
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Mon Oct 19 15:00:42 2015 +0200
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Mon Oct 19 15:00:42 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/503097da/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e4b3787..4ef0802 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1082,7 +1082,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.18.1</version>
+          <version>2.19</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1106,7 +1106,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.18.1</version>
+          <version>2.19</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1204,7 +1204,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.15</version>
+          <version>2.17</version>
           <dependencies>
             <dependency>
               <groupId>org.apache.syncope</groupId>

Reply via email to