You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/05/05 20:36:16 UTC

svn commit: r1592598 - /commons/proper/csv/trunk/pom.xml

Author: britter
Date: Mon May  5 18:36:16 2014
New Revision: 1592598

URL: http://svn.apache.org/r1592598
Log:
Update checkstyle version

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

Modified: commons/proper/csv/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1592598&r1=1592597&r2=1592598&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Mon May  5 18:36:16 2014
@@ -131,7 +131,7 @@ CSV files of various types.
         Use 2.9.1 instead of 2.10; 2.10 seems to scan the 'target' dir
         and wants license headers in .properties to be the header for Java files.
     -->
-    <checkstyle.version>2.12</checkstyle.version>
+    <checkstyle.version>2.12.1</checkstyle.version>
     <checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
   </properties>