You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/03/04 12:01:30 UTC

[maven-help-plugin] branch master updated (b22826f -> 0c9da2c)

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

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


    from b22826f  [MPH-129] Upgrade Plexus Utils to 3.1.0
     new 7e874a2  [MPH-130] Upgrade XStream to 1.4.7
     new 0c9da2c  [MPH-131] Upgrade Commons Lang to 3.7

The 2 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(-)

-- 
To stop receiving notification emails like this one, please contact
michaelo@apache.org.

[maven-help-plugin] 02/02: [MPH-131] Upgrade Commons Lang to 3.7

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

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

commit 0c9da2c1fffaa95e8cafd71485d6f8f8f97239bf
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Mar 4 12:58:41 2018 +0100

    [MPH-131] Upgrade Commons Lang to 3.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4886b51..2f2176f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@ under the License.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.4</version>
+      <version>3.7</version>
     </dependency>
 
     <!-- test -->

-- 
To stop receiving notification emails like this one, please contact
michaelo@apache.org.

[maven-help-plugin] 01/02: [MPH-130] Upgrade XStream to 1.4.7

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

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

commit 7e874a29b56654643167d2a603b7184f18937c72
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Mar 4 12:53:21 2018 +0100

    [MPH-130] Upgrade XStream to 1.4.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5169983..4886b51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,7 +183,7 @@ under the License.
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.4.3</version>
+      <version>1.4.7</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>

-- 
To stop receiving notification emails like this one, please contact
michaelo@apache.org.