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:24:47 UTC

[maven-enforcer] branch MENFORCER-429 updated (904683c -> e7cfbd3)

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


 discard 904683c  [MENFORCER-429] - Upgrade maven-plugin parent to 37
     add 7d0391c  [MENFORCER-428] - Using junit jupiter bom instead of single artifacts.
     new e7cfbd3  [MENFORCER-429] - Upgrade maven-plugin parent to 37

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (904683c)
            \
             N -- N -- N   refs/heads/MENFORCER-429 (e7cfbd3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 enforcer-rules/pom.xml        | 2 +-
 maven-enforcer-plugin/pom.xml | 2 +-
 pom.xml                       | 7 ++++---
 3 files changed, 6 insertions(+), 5 deletions(-)


[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 e7cfbd3af43da9a8bc0686b619b8a2fd011c99cd
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 e73f294..621e840 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>
@@ -197,13 +197,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>