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 2013/03/08 14:50:59 UTC

svn commit: r1454387 - /syncope/trunk/pom.xml

Author: ilgrosso
Date: Fri Mar  8 13:50:58 2013
New Revision: 1454387

URL: http://svn.apache.org/r1454387
Log:
Updating checkstyle and pmd plugins

Modified:
    syncope/trunk/pom.xml

Modified: syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1454387&r1=1454386&r2=1454387&view=diff
==============================================================================
--- syncope/trunk/pom.xml (original)
+++ syncope/trunk/pom.xml Fri Mar  8 13:50:58 2013
@@ -1047,7 +1047,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.9.1</version>        
+          <version>2.10</version>        
           <dependencies>    
             <dependency>
               <groupId>org.apache.syncope</groupId>
@@ -1064,7 +1064,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
-          <version>2.7.1</version>
+          <version>3.0</version>
           <dependencies>    
             <dependency>
               <groupId>org.apache.syncope</groupId>