You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/08/02 17:26:13 UTC

[maven-dependency-plugin] branch MDEP-647 updated (c897424 -> 038db61)

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

khmarbaise pushed a change to branch MDEP-647
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


 discard c897424  [MDEP-647] - Upgrade maven-common-artifact-filters to 3.1.0
     add 3c95b8f  [MDEP-653] Add log line to show the number of artifacts purged, transitivity and resolution fuzziness.
     add 19c77f8  [MDEP-653] - Remove newline and trailing space from log line.
     add eb9d69e  added a TOC to ease navigating to each goal usage
     add dd7cdf0  s/mojo/goal/ and just name section with the goal name
     add 53ce8d9  changed "Overwrite Rules" section level
     add 5e78508  reordered goals
     add 35de661  improved documentation for tree graph formats support
     add 8116432  [MDEP-653] - Additional logging for multi module, manual and re-resolving.
     add 85428ad  [MDEP-653] simplified default log
     new 038db61  [MDEP-647] - Upgrade maven-common-artifact-filters to 3.1.0

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   (c897424)
            \
             N -- N -- N   refs/heads/MDEP-647 (038db61)

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:
 .../purge-local-repository-multi-module/verify.bsh |  37 ---
 .../verify.groovy}                                 |  26 +-
 .../purge-local-repository-without-pom/verify.bsh  |  31 ---
 .../verify.groovy}                                 |  22 +-
 src/it/projects/purge-local-repository/verify.bsh  |  31 ---
 .../verify.groovy}                                 |  25 +-
 .../dependency/PurgeLocalRepositoryMojo.java       |  52 +++-
 .../dependency/tree/DOTDependencyNodeVisitor.java  |   3 +-
 .../tree/GraphmlDependencyNodeVisitor.java         |   2 +-
 .../dependency/tree/TGFDependencyNodeVisitor.java  |   4 +-
 .../maven/plugins/dependency/tree/TreeMojo.java    |  13 +-
 src/site/apt/usage.apt.vm                          | 268 ++++++++++-----------
 12 files changed, 220 insertions(+), 294 deletions(-)
 delete mode 100644 src/it/projects/purge-local-repository-multi-module/verify.bsh
 copy src/it/projects/{mdep-599-analyze-java9/src/test/java/hello/HelloTest.java => purge-local-repository-multi-module/verify.groovy} (58%)
 delete mode 100644 src/it/projects/purge-local-repository-without-pom/verify.bsh
 copy src/it/projects/{copy-cli/verify.bsh => purge-local-repository-without-pom/verify.groovy} (65%)
 delete mode 100644 src/it/projects/purge-local-repository/verify.bsh
 copy src/it/projects/{mdep-599-analyze-java9/src/test/java/hello/HelloTest.java => purge-local-repository/verify.groovy} (58%)


[maven-dependency-plugin] 01/01: [MDEP-647] - Upgrade maven-common-artifact-filters to 3.1.0

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

khmarbaise pushed a commit to branch MDEP-647
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 038db61931d2ff0baec2550b53fe82f282930527
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Apr 6 11:01:17 2019 +0200

    [MDEP-647] - Upgrade maven-common-artifact-filters to 3.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ca53726..40d9a53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-common-artifact-filters</artifactId>
-      <version>3.0.1</version>
+      <version>3.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>