You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/03/03 14:09:30 UTC

[maven] branch maven-3.8.x updated: [MNG-7428] Upgrade Maven Parent to 35

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

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


The following commit(s) were added to refs/heads/maven-3.8.x by this push:
     new 572d526  [MNG-7428] Upgrade Maven Parent to 35
572d526 is described below

commit 572d5260b9040bd063b3dc84ce51684b8379df10
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu Mar 3 12:45:18 2022 +0100

    [MNG-7428] Upgrade Maven Parent to 35
---
 pom.xml | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3583a87..d2ad929 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>34</version>
+    <version>35</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -488,12 +488,6 @@ under the License.
           </executions>
         </plugin>
         <plugin>
-            <!-- Remove when Apache Parent 25 is used -->
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-jar-plugin</artifactId>
-            <version>3.2.2</version>
-        </plugin>
-        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
@@ -632,6 +626,13 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
+        <dependencies>
+          <dependency>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>extra-enforcer-rules</artifactId>
+            <version>1.4</version>
+          </dependency>
+        </dependencies>
         <executions>
           <execution>
             <goals>