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/30 11:40:30 UTC

[maven-help-plugin] branch MPH-186 updated (e688af4 -> 67e1272)

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

khmarbaise pushed a change to branch MPH-186
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git


 discard e688af4  [MPH-186] - maven-parent to 37
     add 3c8d19b  Use Shared GitHub Action v2
     add fbb6cc2  Bump maven-project-info-reports-plugin from 3.1.2 to 3.3.0
     add b01c1df  Bump xstream from 1.4.18 to 1.4.19
     add a064a91  Bump maven-javadoc-plugin from 3.3.1 to 3.4.0
     add 2a9c965  Bump maven-site-plugin from 3.10.0 to 3.12.0
     add 51f1c85  Bump maven-model from 3.8.4 to 3.8.5
     add 050972a  Bump mavenPluginToolsVersion from 3.6.2 to 3.6.4
     add 3c91e55  Bump maven-reporting-exec from 1.5.1 to 1.6.0
     add 8998989  Bump modello-maven-plugin from 1.11 to 2.0.0
     add ca35cd2  Ignore Maven Core updates
     add d5b270d  Bump mrm-maven-plugin from 1.3.0 to 1.4.0
     add d074694  Bump mrm-maven-plugin from 1.4.0 to 1.4.1
     new 67e1272  [MPH-186] - maven-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   (e688af4)
            \
             N -- N -- N   refs/heads/MPH-186 (67e1272)

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:
 .github/dependabot.yml                             |  4 +--
 .../workflows/maven-verify.yml                     | 14 ++++++--
 .github/workflows/maven.yml                        | 39 ----------------------
 pom.xml                                            | 16 ++++-----
 4 files changed, 21 insertions(+), 52 deletions(-)
 copy src/it/projects/all-profiles-parent-pom/invoker.properties => .github/workflows/maven-verify.yml (78%)
 delete mode 100644 .github/workflows/maven.yml


[maven-help-plugin] 01/01: [MPH-186] - maven-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 MPH-186
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit 67e12728dadc962dff0a71313c5b6d094bcf2a3c
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jul 30 13:37:45 2022 +0200

    [MPH-186] - maven-parent to 37
---
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1e16ec7..97b46fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>34</version>
+    <version>37</version>
     <relativePath />
   </parent>
 
@@ -69,9 +69,8 @@
 
   <properties>
     <javaVersion>7</javaVersion>
-    <mavenVersion>3.1.1</mavenVersion>
+    <mavenVersion>3.2.5</mavenVersion>
     <mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
-    <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
@@ -81,26 +80,31 @@
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
       <version>${mavenVersion}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
       <version>${mavenVersion}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-model</artifactId>
       <version>3.8.5</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
       <version>${mavenVersion}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-settings</artifactId>
       <version>${mavenVersion}</version>
+      <scope>provided</scope>
     </dependency>
 
     <!-- maven plugin tools -->
@@ -225,10 +229,6 @@
           <artifactId>maven-project-info-reports-plugin</artifactId>
           <version>3.3.0</version>
         </plugin>
-        <plugin>
-          <artifactId>maven-enforcer-plugin</artifactId>
-          <version>3.0.0-M3</version>
-        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>