Author: ggregory Date: Sat Dec 26 22:38:17 2015 New Revision: 1721766 URL: http://svn.apache.org/viewvc?rev=1721766&view=rev Log: maven-checkstyle-plugin 2.16 -> 2.17.
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=1721766&r1=1721765&r2=1721766&view=diff ============================================================================== --- commons/proper/csv/trunk/pom.xml (original) +++ commons/proper/csv/trunk/pom.xml Sat Dec 26 22:38:17 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.16</checkstyle.version> + <checkstyle.version>2.17</checkstyle.version> <checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file> <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt</checkstyle.resourceExcludes> </properties>