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 2019/02/23 14:33:18 UTC

[commons-csv] branch master updated: Update Maven Checktyle Plugin from 2.7 to 3.0.0.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new 17be535  Update Maven Checktyle Plugin from 2.7 to 3.0.0.
17be535 is described below

commit 17be5351cb738ebfdf87b39682a129e26cb8569f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 23 09:33:17 2019 -0500

    Update Maven Checktyle Plugin from 2.7 to 3.0.0.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 89d00dd..961cc88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@ CSV files of various types.
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <commons.encoding>UTF-8</commons.encoding>
 
-    <checkstyle.version>2.17</checkstyle.version>
+    <checkstyle.version>3.0.0</checkstyle.version>
     <checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
     <checkstyle.resourceExcludes>LICENSE.txt, NOTICE.txt</checkstyle.resourceExcludes>