You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/01/05 20:58:43 UTC

svn commit: r1227799 - /commons/proper/validator/trunk/pom.xml

Author: simonetripodi
Date: Thu Jan  5 19:58:43 2012
New Revision: 1227799

URL: http://svn.apache.org/viewvc?rev=1227799&view=rev
Log:
upgraded checkstyle plugin

Modified:
    commons/proper/validator/trunk/pom.xml

Modified: commons/proper/validator/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1227799&r1=1227798&r2=1227799&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Thu Jan  5 19:58:43 2012
@@ -244,7 +244,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.6</version>
+        <version>2.7</version>
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>