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/04/10 13:41:53 UTC

svn commit: r1738420 - /maven/shared/trunk/maven-archiver/pom.xml

Author: khmarbaise
Date: Sun Apr 10 11:41:53 2016
New Revision: 1738420

URL: http://svn.apache.org/viewvc?rev=1738420&view=rev
Log:
[MSHARED-506] Upgrade plexus-archiver from 2.9.1 to 3.1.1
 o Using the new version which fixes an NPE issue.

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=1738420&r1=1738419&r2=1738420&view=diff
==============================================================================
--- maven/shared/trunk/maven-archiver/pom.xml (original)
+++ maven/shared/trunk/maven-archiver/pom.xml Sun Apr 10 11:41:53 2016
@@ -84,11 +84,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <!--
-        ! Currently the version 2.9.1 is the only one which works.
-        ! Version 2.10... etc. will fail in unit test with NPE
-      -->
-      <version>2.9.1</version>
+      <version>3.1.1</version>
     </dependency>
     <!-- plexus-archiver needs this, or else maven-artifact will pull in a version from the pliocene era -->
     <dependency>