Skip to content

Commit

Permalink
[MSHARED-653] Upgrade to plexus-archiver 3.5
Browse files Browse the repository at this point in the history
 o We need to upgrade JDK requirement to JDK 7
 o Bumped the version to 3.2.0-SNAPSHOT


git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1804594 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
khmarbaise committed Aug 9, 2017
1 parent bf86b9d commit ec3d1f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ec3d1f7

Please sign in to comment.