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 2022/04/18 15:43:49 UTC

[maven-parent] 01/01: Bump checkstyle plugin to 3.1.2 (Checkstyle 9.3)

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

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

commit 54a7d92ff3c60099ad7b7c99ad05bb06dc3ee2de
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Apr 18 17:40:57 2022 +0200

    Bump checkstyle plugin to 3.1.2 (Checkstyle 9.3)
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 96c7e8e..a91d10e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ under the License.
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
     <version>26</version>
-    <relativePath>../asf/pom.xml</relativePath>
+    <relativePath/>
   </parent>
 
   <groupId>org.apache.maven</groupId>
@@ -1027,7 +1027,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.2</version>
           <configuration>
             <configLocation>config/maven_checks.xml</configLocation>
             <headerLocation>config/maven-header.txt</headerLocation>
@@ -1044,7 +1044,7 @@ under the License.
             <dependency>
               <groupId>org.apache.maven.shared</groupId>
               <artifactId>maven-shared-resources</artifactId>
-              <version>2</version>
+              <version>4</version>
             </dependency>
           </dependencies>
         </plugin>