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 2015/08/10 08:53:24 UTC

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

Author: ggregory
Date: Mon Aug 10 06:53:24 2015
New Revision: 1694968

URL: http://svn.apache.org/r1694968
Log:
maven-checkstyle-plugin 2.13 -> 2.16.

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=1694968&r1=1694967&r2=1694968&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Mon Aug 10 06:53:24 2015
@@ -132,7 +132,7 @@ CSV files of various types.
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <commons.encoding>UTF-8</commons.encoding>
 
-    <checkstyle.version>2.13</checkstyle.version>
+    <checkstyle.version>2.16</checkstyle.version>
     <checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
     <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt</checkstyle.resourceExcludes>
   </properties>