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
commit 7b8f13508801d81ca02703076d08c5cb4dfca987 Author: Gary Gregory <[email protected]> AuthorDate: Mon Jun 22 11:12:56 2020 -0400 Update dependencies. - checkstyle.plugin.version 3.1.0 -> 3.1.1. - checkstyle.version 8.27 -> 8.33. --- checkstyle.xml | 3 --- pom.xml | 4 ++-- src/changes/changes.xml | 1 + 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index 2efd298..4cb3262 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -94,9 +94,6 @@ <!-- Checks for Javadoc comments. --> <!-- See http://checkstyle.sf.net/config_javadoc.html --> - <module name="JavadocMethod"> - <property name="allowUndeclaredRTE" value="true"/> - </module> <module name="JavadocType"/> <module name="JavadocVariable" /> <module name="JavadocStyle"/> diff --git a/pom.xml b/pom.xml index 5a59481..31c35ff 100644 --- a/pom.xml +++ b/pom.xml @@ -47,8 +47,8 @@ <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text</commons.scmPubUrl> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> - <checkstyle.plugin.version>3.1.0</checkstyle.plugin.version> - <checkstyle.version>8.27</checkstyle.version> + <checkstyle.plugin.version>3.1.1</checkstyle.plugin.version> + <checkstyle.version>8.33</checkstyle.version> <spotbugs.plugin.version>4.0.0</spotbugs.plugin.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 56cda5e..c11b885 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,6 +59,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">[build] commons.javadoc.version 3.1.1 -> 3.2.0.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">[build] commons.japicmp.version 0.14.1 -> 0.14.3.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">[build] Skip clirr since we use JApiCmp.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">[build] Skip clirr since we use JApiCmp.</action> </release> <release version="1.8" date="2019-08-30" description="Release 1.8">
