You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/12/01 23:11:02 UTC

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

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

sjaranowski pushed a commit to branch MNG-7613
in repository https://gitbox.apache.org/repos/asf/maven.git

commit a55f278a975eebb66ca90ce08fddd475b89bcfa5
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Fri Dec 2 00:06:11 2022 +0100

    [MNG-7613] Upgrade Apache Maven parent POM to version 38
---
 pom.xml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 198a65efe..3c49ee834 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,8 +25,8 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>37</version>
-    <relativePath />
+    <version>38</version>
+    <relativePath/>
   </parent>
 
   <artifactId>maven</artifactId>
@@ -539,6 +539,14 @@ under the License.
             </execution>
           </executions>
         </plugin>
+        <plugin>
+          <!-- remove with next parent MPOM-371 -->
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-checkstyle-plugin</artifactId>
+          <configuration>
+            <configLocation>config/maven_checks_nocodestyle.xml</configLocation>
+          </configuration>
+        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>