You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2022/07/27 16:13:27 UTC

[maven-enforcer] branch MENFORCER-429 created (now 904683c)

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

khmarbaise pushed a change to branch MENFORCER-429
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


      at 904683c  [MENFORCER-429] - Upgrade maven-plugin parent to 37

This branch includes the following new commits:

     new 904683c  [MENFORCER-429] - Upgrade maven-plugin parent to 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-enforcer] 01/01: [MENFORCER-429] - Upgrade maven-plugin parent to 37

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

khmarbaise pushed a commit to branch MENFORCER-429
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git

commit 904683cdddd95d0f967251056820243f8eac4f7f
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Wed Jul 27 18:13:19 2022 +0200

    [MENFORCER-429] - Upgrade maven-plugin parent to 37
---
 pom.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 54ef866..df0f804 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>36</version>
+    <version>37</version>
     <relativePath />
   </parent>
   <groupId>org.apache.maven.enforcer</groupId>
@@ -196,13 +196,6 @@
   <build>
     <pluginManagement>
       <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-release-plugin</artifactId>
-          <configuration>
-            <autoVersionSubmodules>true</autoVersionSubmodules>
-          </configuration>
-        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>