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/08/23 21:03:13 UTC

[maven] branch MNG-7530 created (now 3ad8fdc2a)

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

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


      at 3ad8fdc2a [MNG-7530] Upgrade Apache Maven parent POM to version 37

This branch includes the following new commits:

     new 3ad8fdc2a [MNG-7530] Upgrade Apache Maven parent POM to version 37

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven] 01/01: [MNG-7530] Upgrade Apache Maven parent POM to version 37

Posted by sj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3ad8fdc2a14c1148ad01f9801e1ab218bd3d587f
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Tue Aug 23 22:59:38 2022 +0200

    [MNG-7530] Upgrade Apache Maven parent POM to version 37
---
 pom.xml | 19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index 345a62833..5d7daf8e8 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>36</version>
+    <version>37</version>
     <relativePath />
   </parent>
 
@@ -62,7 +62,6 @@ under the License.
     <wagonVersion>3.5.2</wagonVersion>
     <securityDispatcherVersion>2.0</securityDispatcherVersion>
     <cipherVersion>2.0</cipherVersion>
-    <modelloVersion>2.0.0</modelloVersion>
     <jxpathVersion>1.3</jxpathVersion>
     <resolverVersion>1.8.2</resolverVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
@@ -547,7 +546,6 @@ under the License.
         <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
-          <version>${modelloVersion}</version>
           <executions>
             <execution>
               <id>modello-site-docs</id>
@@ -577,7 +575,7 @@ under the License.
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
             <excludes>
-              <exclude>.asf.yaml</exclude>
+              <exclude>**/.gitattributes</exclude>
               <exclude>src/test/resources*/**</exclude>
               <exclude>src/test/projects/**</exclude>
               <exclude>src/test/remote-repo/**</exclude>
@@ -671,23 +669,10 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>3.1.2</version>
         <configuration>
           <violationSeverity>info</violationSeverity>
           <suppressionsLocation>${maven.multiModuleProjectDirectory}/build/checkstyle-suppressions.xml</suppressionsLocation>
         </configuration>
-        <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>
     </plugins>
   </build>