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:22:49 UTC

[maven-help-plugin] branch MPH-158 created (now 89486c0)

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.


      at 89486c0  [MPH-158] - Upgrade xstream 1.4.11.1

This branch includes the following new commits:

     new 89486c0  [MPH-158] - Upgrade xstream 1.4.11.1

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.



[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 89486c01ab516cc6d03c26faea6b891c6304ea9e
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>