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 2018/12/01 10:24:26 UTC

[maven-help-plugin] branch MPH-158 updated (89486c0 -> d3a92ca)

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

khmarbaise pushed a change to branch MPH-158
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git.


 discard 89486c0  [MPH-158] - Upgrade xstream 1.4.11.1
     add 7ca2f8c  [MPH-157] - Upgrade plexus-interactivity-api 1.0-alpha-6
     new d3a92ca  [MPH-158] - Upgrade xstream 1.4.11.1

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   (89486c0)
            \
             N -- N -- N   refs/heads/MPH-158 (d3a92ca)

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-help-plugin] 01/01: [MPH-158] - Upgrade xstream 1.4.11.1

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

khmarbaise pushed a commit to branch MPH-158
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit d3a92ca51c252d7f43e2d626f45c6156a217bf61
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Dec 1 11:22:49 2018 +0100

    [MPH-158] - Upgrade xstream 1.4.11.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f695a9e..73d5bb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,7 +187,7 @@
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.10</version>
+      <version>1.4.11.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>