[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.


git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1805545 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index e9301af..af0a2b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>