You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/11/22 13:26:10 UTC

[maven] 01/03: [MNG-7601] Upgrade Apache Maven parent POM to version 38

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 49572e46c99f2b28d32e91754ec717c0abac26ea
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Tue Nov 22 11:20:44 2022 +0100

    [MNG-7601] Upgrade Apache Maven parent POM to version 38
---
 pom.xml | 28 +---------------------------
 1 file changed, 1 insertion(+), 27 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2ccd6b9c6..e41c2c08d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>37</version>
+    <version>38</version>
     <relativePath />
   </parent>
 
@@ -504,23 +504,6 @@ under the License.
           <artifactId>modello-plugin-velocity</artifactId>
           <version>${project.version}</version>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>3.1.2</version>
-          <dependencies>
-            <dependency>
-              <groupId>com.puppycrawl.tools</groupId>
-              <artifactId>checkstyle</artifactId>
-              <version>8.41.1</version>
-            </dependency>
-            <dependency>
-              <groupId>org.apache.maven.shared</groupId>
-              <artifactId>maven-shared-resources</artifactId>
-              <version>3</version>
-            </dependency>
-          </dependencies>
-        </plugin>
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-component-metadata</artifactId>
@@ -670,15 +653,6 @@ under the License.
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <violationSeverity>info</violationSeverity>
-          <violationIgnore>JavadocVariable,JavadocMethod,HiddenField</violationIgnore>
-<!--          <suppressionsLocation>${maven.multiModuleProjectDirectory}/build/checkstyle-suppressions.xml</suppressionsLocation>-->
-        </configuration>
-      </plugin>
     </plugins>
   </build>