Author: khmarbaise
Date: Sun Aug 20 10:37:31 2017
New Revision: 1805545

URL: http://svn.apache.org/viewvc?rev=1805545&view=rev
Log:
[MWAR-409] Upgrade maven-archiver to 3.2.0 / plexus-archiver 3.5
 o Upgraded maven-archiver to 3.2.0
 o Upgraded plexus-archiver to 3.5 
   Means in consequence to life the JDK minimum to JDK 7.

Modified:
    maven/plugins/trunk/maven-war-plugin/pom.xml

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=1805545&r1=1805544&r2=1805545&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Sun Aug 20 10:37:31 2017
@@ -57,9 +57,10 @@
   </distributionManagement>
 
   <properties>
-    <mavenArchiverVersion>3.1.1</mavenArchiverVersion>
+    <mavenArchiverVersion>3.2.0</mavenArchiverVersion>
     <mavenFilteringVersion>3.1.1</mavenFilteringVersion>
     <mavenVersion>3.0</mavenVersion>
+    <javaVersion>7</javaVersion>
   </properties>
 
   <contributors>
@@ -106,7 +107,7 @@
     <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>


Reply via email to