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 2021/08/16 03:33:52 UTC

[maven-dependency-plugin] branch dependabot/maven/org.eclipse.jetty-jetty-server-9.4.41.v20210516 updated (bb49876 -> a0db470)

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

github-bot pushed a change to branch dependabot/maven/org.eclipse.jetty-jetty-server-9.4.41.v20210516
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


 discard bb49876  Bump jetty-server from 9.2.28.v20190418 to 9.4.41.v20210516
     add 05e0640  Fix Ci issue (#149)
     add 57bda75  javadoc currently fail with java11
     add ca75de7  [MDEP-760] Java 1.8 as minimum (#150)
     add a0db470  Bump jetty-server from 9.2.28.v20190418 to 9.4.41.v20210516

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   (bb49876)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-9.4.41.v20210516 (a0db470)

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:
 .github/workflows/maven.yml                        |  2 +-
 pom.xml                                            |  8 ++++-
 .../maven/plugins/dependency/ListClassesMojo.java  | 35 +++++++++++-----------
 .../dependency/analyze/AbstractAnalyzeMojo.java    |  9 +-----
 .../plugins/dependency/analyze/AnalyzeDepMgt.java  | 26 +++++-----------
 .../dependency/analyze/AnalyzeDuplicateMojo.java   |  4 +--
 .../AbstractFromConfigurationMojo.java             |  2 +-
 .../fromDependencies/BuildClasspathMojo.java       |  2 +-
 .../fromDependencies/CopyDependenciesMojo.java     |  8 ++---
 .../ExcludeReactorProjectsDependencyFilter.java    | 10 +++----
 .../dependency/resolvers/GoOfflineMojo.java        | 34 ++++++++++-----------
 .../resolvers/ResolveDependenciesMojo.java         | 25 ++--------------
 .../tree/AbstractVerboseGraphSerializer.java       |  2 +-
 .../maven/plugins/dependency/tree/ArtifactKey.java |  8 ++---
 .../maven/plugins/dependency/tree/TreeMojo.java    |  2 +-
 .../tree/VerboseDependencyGraphBuilder.java        | 26 +++++++---------
 .../plugins/dependency/utils/DependencyUtil.java   |  1 -
 .../dependency/utils/filters/MarkerFileFilter.java |  1 +
 .../maven/plugins/dependency/TestGetMojo.java      | 10 +++++--
 19 files changed, 88 insertions(+), 127 deletions(-)