Author: ilgrosso
Date: Tue Apr 15 12:15:29 2014
New Revision: 1587544

URL: http://svn.apache.org/r1587544
Log:
Various deps and plugins upgrade

Modified:
    syncope/branches/1_1_X/pom.xml

Modified: syncope/branches/1_1_X/pom.xml
URL: 
http://svn.apache.org/viewvc/syncope/branches/1_1_X/pom.xml?rev=1587544&r1=1587543&r2=1587544&view=diff
==============================================================================
--- syncope/branches/1_1_X/pom.xml (original)
+++ syncope/branches/1_1_X/pom.xml Tue Apr 15 12:15:29 2014
@@ -342,8 +342,8 @@ under the License.
 
     <h2.version>1.3.176</h2.version>
 
-    <logback.version>1.1.1</logback.version>
-    <slf4j.version>1.7.6</slf4j.version>
+    <logback.version>1.1.2</logback.version>
+    <slf4j.version>1.7.7</slf4j.version>
 
     <junit.version>4.11</junit.version>
     
<selenium-java-client-driver.version>1.0.2</selenium-java-client-driver.version>
@@ -961,7 +961,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.16</version>
+          <version>2.17</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1014,7 +1014,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.16</version>
+          <version>2.17</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1115,7 +1115,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.11</version>        
+          <version>2.12</version>        
           <dependencies>    
             <dependency>
               <groupId>org.apache.syncope</groupId>
@@ -1132,7 +1132,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.1</version>
           <dependencies>    
             <dependency>
               <groupId>org.apache.syncope</groupId>
@@ -1419,7 +1419,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-gpg-plugin</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <executions>
               <execution>
                 <id>sign-artifacts</id>


Reply via email to