You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2019/02/09 13:13:45 UTC

[commons-text] branch master updated: Update checkstyle to version 8.17

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4ca1e32  Update checkstyle to version 8.17
4ca1e32 is described below

commit 4ca1e3266db4b24c4a5a54bed5d4d181d5f6d380
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sat Feb 9 14:13:40 2019 +0100

    Update checkstyle to version 8.17
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 06b96c0..78b3a57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
 
     <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
-    <checkstyle.version>8.14</checkstyle.version>
+    <checkstyle.version>8.17</checkstyle.version>
 
     <spotbugs.plugin.version>3.1.10</spotbugs.plugin.version>