You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/03/06 21:38:31 UTC

svn commit: r1453540 - /commons/proper/fileupload/trunk/pom.xml

Author: sebb
Date: Wed Mar  6 20:38:31 2013
New Revision: 1453540

URL: http://svn.apache.org/r1453540
Log:
Revert to earlier checkstyle version for now

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

Modified: commons/proper/fileupload/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/pom.xml?rev=1453540&r1=1453539&r2=1453540&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/pom.xml (original)
+++ commons/proper/fileupload/trunk/pom.xml Wed Mar  6 20:38:31 2013
@@ -234,7 +234,8 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.10</version>
+        <!-- Version 2.10 is latest, but requires lots of changes to configuration files -->
+        <version>2.1</version>
         <configuration>
           <configLocation>${basedir}/src/checkstyle/fileupload_checks.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>