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 2016/01/31 15:52:53 UTC

svn commit: r1727826 - /maven/plugins/trunk/maven-jar-plugin/pom.xml

Author: khmarbaise
Date: Sun Jan 31 14:52:53 2016
New Revision: 1727826

URL: http://svn.apache.org/viewvc?rev=1727826&view=rev
Log:
[MJAR-205] Compatibility with JDK9 requires an update of plexus-archiver

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

Modified: maven/plugins/trunk/maven-jar-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/pom.xml?rev=1727826&r1=1727825&r2=1727826&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jar-plugin/pom.xml Sun Jan 31 14:52:53 2016
@@ -104,7 +104,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>3.0.1</version>
+      <version>3.0.3</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>