Author: ggregory
Date: Wed Oct 29 05:25:05 2014
New Revision: 1635047
URL: http://svn.apache.org/r1635047
Log:
checkstyle.version 2.12.1 -> 2.13.
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=1635047&r1=1635046&r2=1635047&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Wed Oct 29 05:25:05 2014
@@ -126,7 +126,7 @@ CSV files of various types.
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<commons.encoding>UTF-8</commons.encoding>
- <checkstyle.version>2.12.1</checkstyle.version>
+ <checkstyle.version>2.13</checkstyle.version>
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
<!-- Override jacoco version from commons parent 34, since it doesn't work
with Java 8.