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 2018/05/13 18:37:08 UTC

[maven-plugin-tools] branch master updated: [MPLUGIN-338] upgrade plexus-archiver to 3.4.1 (Java 6)

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-plugin-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new ef44d09  [MPLUGIN-338] upgrade plexus-archiver to 3.4.1 (Java 6)
ef44d09 is described below

commit ef44d094b52fccedbaf35e6a123ead989cf18f41
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun May 13 20:37:07 2018 +0200

    [MPLUGIN-338] upgrade plexus-archiver to 3.4.1 (Java 6)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 145276b..173b1aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-archiver</artifactId>
-        <version>2.1.1</version>
+        <version>3.4.1</version><!-- upgrade to 3.6.0+ when target JDK is 7 -->
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>

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