You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/05/08 16:44:06 UTC

svn commit: r1480304 - /commons/proper/io/trunk/pom.xml

Author: ggregory
Date: Wed May  8 14:44:06 2013
New Revision: 1480304

URL: http://svn.apache.org/r1480304
Log:
Uupdate maven-checkstyle-plugin to 2.10 from 2.9: fixes duplicate report.

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=1480304&r1=1480303&r2=1480304&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Wed May  8 14:44:06 2013
@@ -303,7 +303,7 @@ file comparators, endian transformation 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.9.1</version>
+        <version>2.10</version>
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>