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 2020/07/27 16:12:05 UTC

[maven-dependency-plugin] branch dependabot/maven/jettyVersion-9.4.30.v20200611 updated (943aa18 -> 0ec0fbf)

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

github-bot pushed a change to branch dependabot/maven/jettyVersion-9.4.30.v20200611
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


 discard 943aa18  Bump jettyVersion from 9.2.28.v20190418 to 9.4.30.v20200611
     add 48513c9  remove dependency on file management (#63)
     add 88c0378  Bump wagon-http-lightweight from 3.3.4 to 3.4.0 (#65)
     add c59d6ee  properly handle encoding and close streams
     add ac9c6ae  Merge pull request #79 from apache/leak
     add ad4e03f  fix up test names
     add 7005e7c  Merge pull request #75 from apache/clean
     add a30e83f  exceptions fail tests
     add 89d0da9  Merge pull request #77 from apache/fail
     add 65a0d6e  docs: don't assume people are using Eclipse
     add 9b51b5c  Merge pull request #84 from apache/elharo-patch-2
     add 50568fc  [MDEP-717] Upgrade to 3.1.1  (#78)
     add 0ec0fbf  Bump jettyVersion from 9.2.28.v20190418 to 9.4.30.v20200611

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   (943aa18)
            \
             N -- N -- N   refs/heads/dependabot/maven/jettyVersion-9.4.30.v20200611 (0ec0fbf)

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:
 pom.xml                                            |  75 +++++++-------
 .../maven/plugins/dependency/ListClassesMojo.java  |   4 +-
 .../fromDependencies/BuildClasspathMojo.java       |   4 +-
 src/site/apt/usage.apt.vm                          |   6 +-
 .../dependency/AbstractDependencyMojoTestCase.java |  25 ++++-
 .../maven/plugins/dependency/TestGetMojo.java      |  21 ++--
 ...etClassesMojo.java => TestListClassesMojo.java} |  19 ++--
 .../dependency/fromConfiguration/TestCopyMojo.java |  20 ++--
 .../TestIncludeExcludeUnpackMojo.java              |  11 +--
 .../fromConfiguration/TestUnpackMojo.java          |  13 +--
 .../fromDependencies/TestBuildClasspathMojo.java   |  50 +++++-----
 .../fromDependencies/TestCopyDependenciesMojo.java |  21 ++--
 .../TestCopyDependenciesMojo2.java                 |  46 +++++----
 .../TestUnpackDependenciesMojo.java                |  10 +-
 .../dependency/testUtils/DependencyTestUtils.java  | 110 ---------------------
 .../stubs/DuplicateDependencies2ProjectStub.java   |  26 ++---
 .../stubs/DuplicateDependenciesProjectStub.java    |  26 ++---
 .../utils/filters/TestDestFileFilter.java          |   6 +-
 .../utils/filters/TestMarkerFileFilter.java        |  12 +--
 .../utils/filters/TestResolveMarkerFileFilter.java |   6 +-
 .../markers/TestDefaultMarkerFileHandler.java      |   6 +-
 .../utils/markers/TestUnpackMarkerFileHandler.java |   8 +-
 .../translators/TestClassifierTypeTranslator.java  |   8 +-
 23 files changed, 200 insertions(+), 333 deletions(-)
 rename src/test/java/org/apache/maven/plugins/dependency/{TestGetClassesMojo.java => TestListClassesMojo.java} (82%)
 delete mode 100644 src/test/java/org/apache/maven/plugins/dependency/testUtils/DependencyTestUtils.java