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/07 20:02:13 UTC

[maven-dependency-plugin] branch shared-maven-artifact-transfer updated (0fb470f -> a316e26)

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

slachiewicz pushed a change to branch shared-maven-artifact-transfer
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


 discard 0fb470f  [MSHARED-850] Run tests with maven-dependency-tree snapshot
     add 367a682  [maven-release-plugin] prepare release maven-dependency-plugin-3.2.0
     add 1ac708d  [maven-release-plugin] prepare for next development iteration
     new a316e26  [MSHARED-850] Run tests with maven-dependency-tree snapshot

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   (0fb470f)
            \
             N -- N -- N   refs/heads/shared-maven-artifact-transfer (a316e26)

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:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[maven-dependency-plugin] 01/01: [MSHARED-850] Run tests with maven-dependency-tree snapshot

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

slachiewicz pushed a commit to branch shared-maven-artifact-transfer
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit a316e2654b8cb7f09f4c5b56e86ffd5b46e65878
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Feb 7 18:11:07 2020 +0100

    [MSHARED-850] Run tests with maven-dependency-tree snapshot
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d04da06..7e0ed60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
     <version>34</version>
-    <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
+    <relativePath/>
   </parent>
 
   <artifactId>maven-dependency-plugin</artifactId>
@@ -230,7 +230,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-dependency-tree</artifactId>
-      <version>3.0.1</version>
+      <version>3.1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>