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/04/02 11:52:59 UTC

[maven-dependency-plugin] 01/01: [MDEP-585] - Upgrade plexus-archiver to 3.5. - Required upgrade of JDK 7 minimum.

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

khmarbaise pushed a commit to branch MDEP-585
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 341e0a71ce3b30c7d118bcac8dd76a0e28270397
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Wed Feb 28 16:39:19 2018 +0100

    [MDEP-585] - Upgrade plexus-archiver to 3.5.
     - Required upgrade of JDK 7 minimum.
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d2152a2..e7113fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,7 @@ under the License.
     <mavenVersion>3.0</mavenVersion>
     <doxiaVersion>1.4</doxiaVersion>
     <pluginTestingVersion>2.1</pluginTestingVersion>
+    <javaVersion>7</javaVersion>
   </properties>
 
   <dependencies>
@@ -178,7 +179,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>3.4</version>
+      <version>3.5</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

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