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 2021/05/12 13:05:24 UTC

[commons-lang] branch master updated: upgrade checkstyle (#752)

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 3dde1e8  upgrade checkstyle (#752)
3dde1e8 is described below

commit 3dde1e8bbfc045468adc046211ff1bb65e062116
Author: XenoAmess <xe...@gmail.com>
AuthorDate: Wed May 12 21:05:18 2021 +0800

    upgrade checkstyle (#752)
---
 pom.xml                                      | 2 +-
 src/site/resources/checkstyle/checkstyle.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 054af24..b2d83db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -619,7 +619,7 @@
     <commons.encoding>utf-8</commons.encoding>
 
     <checkstyle.plugin.version>3.1.2</checkstyle.plugin.version>
-    <checkstyle.version>8.41.1</checkstyle.version>
+    <checkstyle.version>8.42</checkstyle.version>
     <checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
 
     <spotbugs.plugin.version>4.2.3</spotbugs.plugin.version>
diff --git a/src/site/resources/checkstyle/checkstyle.xml b/src/site/resources/checkstyle/checkstyle.xml
index afce193..ea572b9 100644
--- a/src/site/resources/checkstyle/checkstyle.xml
+++ b/src/site/resources/checkstyle/checkstyle.xml
@@ -45,7 +45,7 @@ limitations under the License.
     <module name="UnusedImports"/>
     <module name="NeedBraces"/>
     <module name="JavadocMethod">
-      <property name="scope" value="public" />
+      <property name="accessModifiers" value="public" />
     </module>
     <module name="ModifierOrder"/>
     <module name="RedundantModifier"/>