Author: khmarbaise Date: Wed Aug 9 18:26:01 2017 New Revision: 1804594 URL: http://svn.apache.org/viewvc?rev=1804594&view=rev Log: [MSHARED-653] Upgrade to plexus-archiver 3.5 o We need to upgrade JDK requirement to JDK 7 o Bumped the version to 3.2.0-SNAPSHOT
Modified: maven/shared/trunk/maven-archiver/pom.xml Modified: maven/shared/trunk/maven-archiver/pom.xml URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/pom.xml?rev=1804594&r1=1804593&r2=1804594&view=diff ============================================================================== --- maven/shared/trunk/maven-archiver/pom.xml (original) +++ maven/shared/trunk/maven-archiver/pom.xml Wed Aug 9 18:26:01 2017 @@ -28,13 +28,14 @@ <groupId>org.apache.maven</groupId> <artifactId>maven-archiver</artifactId> - <version>3.1.2-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> <name>Apache Maven Archiver</name> <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description> <properties> <mavenVersion>3.0</mavenVersion> + <javaVersion>7</javaVersion> </properties> <scm> @@ -87,7 +88,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-archiver</artifactId> - <version>3.4</version> + <version>3.5</version> </dependency> <!-- ! plexus-archiver needs this, or else maven-artifact will