You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2022/09/19 03:00:21 UTC

[james-project] branch master updated: [Upgrade] maven checkstyle to 3.1.2, puppycrawl checkstyle to 10.2 (#1193)

This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 20e67973a0 [Upgrade] maven checkstyle to 3.1.2, puppycrawl checkstyle to 10.2 (#1193)
20e67973a0 is described below

commit 20e67973a0c5690ae0844bd09039342731fb84dc
Author: vttran <vt...@linagora.com>
AuthorDate: Mon Sep 19 10:00:16 2022 +0700

    [Upgrade] maven checkstyle to 3.1.2, puppycrawl checkstyle to 10.2 (#1193)
---
 checkstyle.xml | 2 +-
 pom.xml        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/checkstyle.xml b/checkstyle.xml
index 91909e2558..794862a826 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -227,7 +227,7 @@
     <module name="JavadocMethod">
       <property name="severity" value="ignore"/>
       <property name="allowedAnnotations" value="Override, Test"/>
-      <property name="scope" value="public"/>
+      <property name="accessModifiers" value="public"/>
       <property name="allowMissingParamTags" value="true"/>
       <property name="allowMissingReturnTag" value="true"/>
       <metadata name="net.sf.eclipsecs.core.lastEnabledSeverity" value="inherit"/>
diff --git a/pom.xml b/pom.xml
index c2a7b4a9bb..c2eeab0e3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3046,7 +3046,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.1.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -3524,7 +3524,7 @@
                     <dependency>
                         <groupId>com.puppycrawl.tools</groupId>
                         <artifactId>checkstyle</artifactId>
-                        <version>8.29</version>
+                        <version>10.2</version>
                     </dependency>
                 </dependencies>
                 <executions>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org