You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/06/01 20:31:27 UTC

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

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

slachiewicz 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.


    omit 0eb9fb7  Bump plexus-archiver from 4.2.2 to 4.2.5
     add 36f8967  remove and .gitignore for dependency-reduced-pom.xml
     add a0cba78  rename doxiaSiteVersion property to doxiaSitetoolsVersion
     add 807f24d  [MDEP-749] document why excludeScope=test fails and what to do instead
     add 26abf6c  next version will be 3.2.0
     add 727c669  [MDEP-749] improve include/exclude scope documentation
     add 4211614  [MDEP-749] scope "threshold" term to summarise classpath in/ex-clusion
     add 9e28e06  Bump maven-shared-utils from 3.3.3 to 3.3.4
     add 0190eee  Merge pull request #132 from apache/dependabot/maven/org.apache.maven.shared-maven-shared-utils-3.3.4
     add 205c1a7  Disable merge commit button
     add b0942a6  [MDEP-739] Dependency Plugin go-offline doesn't respect artifact classifier
     add 0c7a2a8  (doc) Dependabot disable Java 8 deps
     new a0c7c90  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   (0eb9fb7)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.codehaus.plexus-plexus-archiver-4.2.5 (a0c7c90)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml                                          |   4 +
 .github/dependabot.yml                             |   7 +-
 .gitignore                                         |   1 +
 dependency-reduced-pom.xml                         | 426 ---------------------
 pom.xml                                            |   8 +-
 .../invoker.properties                             |   0
 .../pom.xml                                        |  13 +-
 .../verify.groovy                                  |  52 +--
 .../AbstractDependencyFilterMojo.java              |  34 +-
 .../dependency/resolvers/GoOfflineMojo.java        |   2 +
 10 files changed, 75 insertions(+), 472 deletions(-)
 delete mode 100644 dependency-reduced-pom.xml
 copy src/it/projects/{go-offline => mdep-739-go-offline-respect-classifiers}/invoker.properties (100%)
 copy src/it/projects/{mdep-571-resolve-java9 => mdep-739-go-offline-respect-classifiers}/pom.xml (73%)
 copy src/it/projects/{mdep-450-project-with-ancestor => mdep-739-go-offline-respect-classifiers}/verify.groovy (88%)

[maven-dependency-plugin] 01/01: Bump plexus-archiver from 4.2.2 to 4.2.5

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a0c7c90f57313af5cf4d6ef88f81697edc09758b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 19 04:01:53 2021 +0000

    Bump plexus-archiver from 4.2.2 to 4.2.5
    
    Bumps [plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) from 4.2.2 to 4.2.5.
    - [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)
    - [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)
    - [Commits](https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.2.2...plexus-archiver-4.2.5)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b48a903..4036fee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.2.2</version>
+      <version>4.2.5</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>