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/25 11:11:59 UTC

[maven] branch maven-3.9.x updated: [MNG-7530] Upgrade Apache Maven parent POM to version 37

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

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


The following commit(s) were added to refs/heads/maven-3.9.x by this push:
     new 55a2182a6 [MNG-7530] Upgrade Apache Maven parent POM to version 37
55a2182a6 is described below

commit 55a2182a6b14c595d7223b6486a2d9f033818619
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
    
    (cherry picked from commit 750e1e3e71194644acda437cefbd73c8bd408f5d)
---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index ae5e77637..99a711e2c 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>36</version>
-    <relativePath/>
+    <version>37</version>
+    <relativePath />
   </parent>
 
   <artifactId>maven</artifactId>
@@ -63,7 +63,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>
@@ -109,7 +108,7 @@ under the License.
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/job/maven-box/job/maven/</url>
+    <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven/</url>
   </ciManagement>
   <distributionManagement>
     <downloadUrl>https://maven.apache.org/download.html</downloadUrl>
@@ -561,7 +560,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>
@@ -591,6 +589,7 @@ under the License.
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
             <excludes>
+              <exclude>**/.gitattributes</exclude>
               <exclude>src/test/resources*/**</exclude>
               <exclude>src/test/projects/**</exclude>
               <exclude>src/test/remote-repo/**</exclude>