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/05/28 20:57:23 UTC

[commons-text] branch master updated: Update site from com.puppycrawl.tools:checkstyle 8.18 to 8.21.

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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new 7637d00  Update site from com.puppycrawl.tools:checkstyle 8.18 to 8.21.
7637d00 is described below

commit 7637d00b4ba34e65ac32f3819b29a6d96e464b57
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue May 28 16:57:18 2019 -0400

    Update site from com.puppycrawl.tools:checkstyle 8.18 to 8.21.
---
 checkstyle.xml          | 2 --
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 ++-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/checkstyle.xml b/checkstyle.xml
index c72d854..31822ce 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -88,8 +88,6 @@
 
     <module name="TreeWalker">
 
-        <property name="cacheFile" value="${checkstyle.cache.file}"/>
-
         <!-- Checks for Javadoc comments.                     -->
         <!-- See http://checkstyle.sf.net/config_javadoc.html -->
         <module name="JavadocMethod">
diff --git a/pom.xml b/pom.xml
index fbc422d..250ef11 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.18</checkstyle.version>
+    <checkstyle.version>8.21</checkstyle.version>
 
     <spotbugs.plugin.version>3.1.10</spotbugs.plugin.version>
     
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7460d94..4fe0468 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,7 +59,8 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="TEXT-155" type="add" dev="aherbert">Add a generic IntersectionSimilarity measure</action>
     <action issue="TEXT-162" type="update" dev="ggregory">Update Apache Commons Lang from 3.8.1 to 3.9.</action>
     <action issue="TEXT-165" type="fix" dev="ggregory">ResourceBundleStringLookup.lookup(String) throws MissingResourceException instead of returning null.</action>
-    <action                  type="update" dev="ggregory">Update tests from assertj-core 3.12.1 to 3.12.2.</action>
+    <action                  type="update" dev="ggregory">Update tests from org.assertj:assertj-core 3.12.1 to 3.12.2.</action>
+    <action                  type="update" dev="ggregory">Update site from com.puppycrawl.tools:checkstyle 8.18 to 8.21.</action>
   </release>
 
   <release version="1.6" date="2018-10-12" description="Release 1.6">