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 12:43:27 UTC

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

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 def48d1bcf06bf6d6e4f4f96042585c300347a74
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.
     - Upgrade of plexus-io to 3.0.0 is also necessary.
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d2152a2..bc1b732 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>
@@ -199,7 +200,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-io</artifactId>
-      <version>2.4</version>
+      <version>3.0.0</version>
     </dependency>
 
     <!-- shared -->

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