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-lang.git
The following commit(s) were added to refs/heads/master by this push: new d3e5953 Checkstyle 8.27 -> 8.29. d3e5953 is described below commit d3e5953b597bb3b149dae16b7109e84de98e6773 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 17 09:01:08 2020 -0500 Checkstyle 8.27 -> 8.29. --- checkstyle.xml | 1 - pom.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index 0adaecc..ad7c68a 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -45,7 +45,6 @@ limitations under the License. <module name="UnusedImports"/> <module name="NeedBraces"/> <module name="JavadocMethod"> - <property name="allowUndeclaredRTE" value="true"/> <property name="scope" value="public" /> </module> <module name="ModifierOrder"/> diff --git a/pom.xml b/pom.xml index 512ffe5..a76c799 100644 --- a/pom.xml +++ b/pom.xml @@ -600,7 +600,7 @@ <commons.encoding>utf-8</commons.encoding> <checkstyle.plugin.version>3.1.0</checkstyle.plugin.version> - <checkstyle.version>8.27</checkstyle.version> + <checkstyle.version>8.29</checkstyle.version> <spotbugs.plugin.version>3.1.12.2</spotbugs.plugin.version> <japicmp.skip>false</japicmp.skip>