You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/30 14:50:07 UTC

[maven] branch checkstyle-next updated: Upgrade Checkstyle Plugin to 3.1.2/Checkstyle to 8.41.1

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

slachiewicz pushed a commit to branch checkstyle-next
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/checkstyle-next by this push:
     new d991d78  Upgrade Checkstyle Plugin to 3.1.2/Checkstyle to 8.41.1
d991d78 is described below

commit d991d782053671659957494bab9ba505dd3d4a97
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 30 16:47:27 2021 +0200

    Upgrade Checkstyle Plugin to 3.1.2/Checkstyle to 8.41.1
---
 pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index dec2e49..38336fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -485,16 +485,15 @@ under the License.
   <build>
     <pluginManagement>
       <plugins>
-<!--
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>3.1.1</version>
+          <version>3.1.2</version>
           <dependencies>
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>8.38</version>
+              <version>8.41.1</version>
             </dependency>
             <dependency>
               <groupId>org.apache.maven.shared</groupId>
@@ -503,7 +502,6 @@ under the License.
             </dependency>
           </dependencies>
         </plugin>
--->
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-component-metadata</artifactId>