Author: ggregory
Date: Tue Feb 14 16:21:55 2012
New Revision: 1244109
URL: http://svn.apache.org/viewvc?rev=1244109&view=rev
Log:
Update maven-checkstyle-plugin to 2.9 from 2.7.
Modified:
commons/proper/io/trunk/pom.xml
Modified: commons/proper/io/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1244109&r1=1244108&r2=1244109&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Tue Feb 14 16:21:55 2012
@@ -280,7 +280,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.7</version>
+ <version>2.9</version>
<configuration>
<configLocation>${basedir}/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>