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/19 06:13:27 UTC

[maven-plugin-tools] branch dependabot/maven/maven-plugin-plugin/src/it/fix-maven-since-3.x/org.codehaus.plexus-plexus-utils-3.0.16 updated (3444f16a -> 27b04014)

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/fix-maven-since-3.x/org.codehaus.plexus-plexus-utils-3.0.16
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


 discard 3444f16a Bump plexus-utils in /maven-plugin-plugin/src/it/fix-maven-since-3.x
     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 4955a6a0 Bump plexus-utils to 3.4.2
     add 27b04014 Bump plexus-utils in /maven-plugin-plugin/src/it/fix-maven-since-3.x

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   (3444f16a)
            \
             N -- N -- N   refs/heads/dependabot/maven/maven-plugin-plugin/src/it/fix-maven-since-3.x/org.codehaus.plexus-plexus-utils-3.0.16 (27b04014)

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:
 .../annotation-with-inheritance-from-deps/pom.xml  |  2 +-
 .../src/it/annotation-with-inheritance/pom.xml     |  2 +-
 .../src/it/help-basic-jdk11/pom.xml                |  2 +-
 maven-plugin-plugin/src/it/help-basic/pom.xml      |  2 +-
 maven-plugin-plugin/src/it/help-package/pom.xml    |  2 +-
 .../src/it/java-basic-annotations-jdk8/pom.xml     |  2 +-
 .../it/java-basic-annotations-jdkcurrent/pom.xml   |  2 +-
 .../src/it/java-basic-annotations/pom.xml          |  2 +-
 .../src/it/mplugin-299_no-configuration/pom.xml    |  2 +-
 .../src/it/mplugin-324_javadoc/pom.xml             |  2 +-
 .../src/it/mplugin-363_help-reproducible/pom.xml   |  2 +-
 .../pom.xml                                        |  2 +-
 .../src/it/mplugin-394_report-encoding/pom.xml     |  2 +-
 maven-plugin-plugin/src/it/packaging-jar/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 ++++++++++++++++------
 pom.xml                                            |  3 +-
 23 files changed, 78 insertions(+), 98 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%)