You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/10/16 06:24:57 UTC

[maven-archiver] branch master updated: MSHARED-838 upgrade plexus-archiver to 4.2.0 and plexus-utils to 3.3.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f2c8803  MSHARED-838 upgrade plexus-archiver to 4.2.0 and plexus-utils to 3.3.0
f2c8803 is described below

commit f2c8803eb502fe41e949e4dbd14971ffe4e7bfa7
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Oct 16 08:24:53 2019 +0200

    MSHARED-838 upgrade plexus-archiver to 4.2.0 and plexus-utils to 3.3.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 56386f9..2cede4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.1.0</version>
+      <version>4.2.0</version>
     </dependency>
     <!--
       ! plexus-archiver needs this, or else maven-artifact will
@@ -102,7 +102,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.2.0</version>
+      <version>3.3.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>