You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gi...@apache.org on 2022/07/14 08:49:06 UTC

[maven-plugin-tools] branch dependabot/maven/maven-plugin-plugin/src/it/mplugin-372-annotation-with-inheritance-from-provided-deps/org.codehaus.plexus-plexus-utils-3.0.16 updated (966c1f9b -> d2df3860)

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

github-bot pushed a change to branch dependabot/maven/maven-plugin-plugin/src/it/mplugin-372-annotation-with-inheritance-from-provided-deps/org.codehaus.plexus-plexus-utils-3.0.16
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


 discard 966c1f9b Bump plexus-utils
     add affaa0e5 [MPLUGIN-402] optionally render <extensions>true</extensions> in usage section
     add 7580f40a [MPLUGIN-404] Set JDK prerequisite preferably from release parameter or maven.compiler.release property
     add b0ab1499 [MPLUGIN-405] Don't print empty Memory, Disk Space in System Requirements
     add b6c0ac26 Bump plexus-utils
     add d2df3860 Bump plexus-utils

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   (966c1f9b)
            \
             N -- N -- N   refs/heads/dependabot/maven/maven-plugin-plugin/src/it/mplugin-372-annotation-with-inheritance-from-provided-deps/org.codehaus.plexus-plexus-utils-3.0.16 (d2df3860)

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.

No new revisions were added by this update.

Summary of changes:
 .../src/it/mplugin-363_help-reproducible/pom.xml   |  2 +-
 maven-plugin-plugin/src/it/plugin-info-jdk/pom.xml |  1 +
 .../{property => propertyRelease}/pom.xml          |  5 +-
 .../src/main/resources/META-INF/maven/plugin.xml   |  4 +-
 .../src/it/plugin-info-jdk/verify.groovy           |  1 +
 maven-plugin-plugin/src/it/plugin-report/pom.xml   |  3 ++
 .../src/it/plugin-report/verify.bsh                | 56 --------------------
 .../it/{help-basic => plugin-report}/verify.groovy | 14 ++---
 .../apache/maven/plugin/plugin/PluginReport.java   | 61 ++++++++++++++++------
 9 files changed, 63 insertions(+), 84 deletions(-)
 copy maven-plugin-plugin/src/it/plugin-info-jdk/{property => propertyRelease}/pom.xml (85%)
 copy maven-plugin-plugin/src/it/plugin-info-jdk/{property => propertyRelease}/src/main/resources/META-INF/maven/plugin.xml (95%)
 delete mode 100644 maven-plugin-plugin/src/it/plugin-report/verify.bsh
 copy maven-plugin-plugin/src/it/{help-basic => plugin-report}/verify.groovy (68%)