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

[maven-plugin-tools] branch MPLUGIN-406 updated (7302f137 -> e04bd58a)

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

sjaranowski pushed a change to branch MPLUGIN-406
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


 discard 7302f137 [MPLUGIN-406] Deprecate requirements parameter in report Mojo
     add b6c0ac26 Bump plexus-utils
     add 4955a6a0 Bump plexus-utils to 3.4.2
     add e04bd58a [MPLUGIN-406] Deprecate requirements parameter in report Mojo

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   (7302f137)
            \
             N -- N -- N   refs/heads/MPLUGIN-406 (e04bd58a)

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/annotation-with-inheritance-from-deps/pom.xml               | 2 +-
 maven-plugin-plugin/src/it/annotation-with-inheritance/pom.xml         | 2 +-
 maven-plugin-plugin/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 +-
 maven-plugin-plugin/src/it/java-basic-annotations-jdk8/pom.xml         | 2 +-
 maven-plugin-plugin/src/it/java-basic-annotations-jdkcurrent/pom.xml   | 2 +-
 maven-plugin-plugin/src/it/java-basic-annotations/pom.xml              | 2 +-
 maven-plugin-plugin/src/it/mplugin-299_no-configuration/pom.xml        | 2 +-
 maven-plugin-plugin/src/it/mplugin-324_javadoc/pom.xml                 | 2 +-
 maven-plugin-plugin/src/it/mplugin-363_help-reproducible/pom.xml       | 2 +-
 .../mplugin-372-annotation-with-inheritance-from-provided-deps/pom.xml | 2 +-
 maven-plugin-plugin/src/it/mplugin-394_report-encoding/pom.xml         | 2 +-
 maven-plugin-plugin/src/it/packaging-jar/pom.xml                       | 2 +-
 .../src/main/java/org/apache/maven/plugin/plugin/PluginReport.java     | 2 +-
 pom.xml                                                                | 3 ++-
 16 files changed, 17 insertions(+), 16 deletions(-)