You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/01/13 15:09:59 UTC

svn commit: r1432623 - /commons/proper/logging/trunk/pom.xml

Author: tn
Date: Sun Jan 13 14:09:59 2013
New Revision: 1432623

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

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

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1432623&r1=1432622&r2=1432623&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Sun Jan 13 14:09:59 2013
@@ -448,7 +448,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.7</version>
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>