maven-checkstyle-plugin 2.16 -> 2.17.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1721766 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2015-12-26 22:38:17 +00:00
parent 65cc3ed90b
commit af949550d0
1 changed files with 1 additions and 1 deletions

View File

@ -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>