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 2018/06/09 16:09:04 UTC

[text] Update Checkstyle from 8.9 to 8.10.1.

Repository: commons-text
Updated Branches:
  refs/heads/master 8d8d9f99a -> cf8b572c9


Update Checkstyle from 8.9 to 8.10.1.

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/cf8b572c
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/cf8b572c
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/cf8b572c

Branch: refs/heads/master
Commit: cf8b572c94a7e5e1599f7ed9759da7365fe69402
Parents: 8d8d9f9
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Jun 9 10:08:59 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Jun 9 10:08:59 2018 -0600

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/cf8b572c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 370abfd..6aed8a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
     <junit.platform.version>1.2.0</junit.platform.version>
 
     <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
-    <checkstyle.version>8.9</checkstyle.version>
+    <checkstyle.version>8.10.1</checkstyle.version>
 
     <spotbugs.plugin.version>3.1.3.1</spotbugs.plugin.version>
   </properties>