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/02/27 19:50:25 UTC

[maven-dependency-tree] branch MSHARED-771 updated (a4c8af3 -> c42e6a5)

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

khmarbaise pushed a change to branch MSHARED-771
in repository https://gitbox.apache.org/repos/asf/maven-dependency-tree.git.


 discard a4c8af3  [MSHARED-771] - Upgrade shared-component to version 33
     new c42e6a5  [MSHARED-771] - Upgrade shared-component to version 33

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   (a4c8af3)
            \
             N -- N -- N   refs/heads/MSHARED-771 (c42e6a5)

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:


[maven-dependency-tree] 01/01: [MSHARED-771] - Upgrade shared-component to version 33

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

khmarbaise pushed a commit to branch MSHARED-771
in repository https://gitbox.apache.org/repos/asf/maven-dependency-tree.git

commit c42e6a5879734a627d555905ced12df58e1e1a93
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Nov 10 08:39:47 2018 +0100

    [MSHARED-771] - Upgrade shared-component to version 33
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e145805..0f9d180 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>31</version>
+    <version>33</version>
     <relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath>
   </parent>