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 06:48:52 UTC

[maven-dependency-plugin] branch dependabot/maven/org.codehaus.plexus-plexus-archiver-4.2.5 updated (a0c7c90 -> 507045a)

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

github-bot pushed a change to branch dependabot/maven/org.codehaus.plexus-plexus-archiver-4.2.5
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


 discard a0c7c90  Bump plexus-archiver from 4.2.2 to 4.2.5
     add 367a682  [maven-release-plugin] prepare release maven-dependency-plugin-3.2.0
     add 1ac708d  [maven-release-plugin] prepare for next development iteration
     add c8ac026  Bump doxia-site-renderer from 1.9.2 to 1.10 (#142)
     add f3c20f8  Bump asm from 9.1 to 9.2 (#141)
     add a28c4b8  Bump doxiaVersion from 1.9.1 to 1.10 (#139)
     add f82b50e  Use absolute URL for Dependency Mechanism link (#140)
     add 2caed76  Fix source repo link
     add 84cba60  update CI url
     add 9bb14b4  add gh actions
     add 05e0640  Fix Ci issue (#149)
     add 57bda75  javadoc currently fail with java11
     add ca75de7  [MDEP-760] Java 1.8 as minimum (#150)
     add d3c2d42  Bump slf4j-simple from 1.7.30 to 1.7.32 (#151)
     add c9c4c78  fix dependabot as we are now java8
     add e5b2d95  Bump jetty-server from 9.2.28.v20190418 to 9.4.41.v20210516 (#146)
     add e54e471  Bump commons-io from 2.6 to 2.11.0 (#153)
     add 8bbd1a3  Bump commons-lang3 from 3.8.1 to 3.12.0 (#152)
     add 8701774  Bump plexus-utils from 3.3.0 to 3.4.0 (#148)
     add 507045a  Bump plexus-archiver from 4.2.2 to 4.2.5

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   (a0c7c90)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.codehaus.plexus-plexus-archiver-4.2.5 (507045a)

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/dependabot.yml                             | 28 ++++-------
 .github/workflows/maven.yml                        | 54 ++++++++++++++++++++++
 README.md                                          |  8 ++--
 pom.xml                                            | 26 +++++++----
 .../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 +
 .../examples/copying-project-dependencies.apt.vm   |  2 +-
 src/site/apt/index.apt.vm                          |  4 +-
 src/site/site.xml                                  |  2 +-
 .../maven/plugins/dependency/TestGetMojo.java      | 10 +++-
 24 files changed, 166 insertions(+), 163 deletions(-)
 create mode 100644 .github/workflows/maven.yml