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/06 20:34:13 UTC

svn commit: r1738017 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: khmarbaise
Date: Wed Apr  6 18:34:13 2016
New Revision: 1738017

URL: http://svn.apache.org/viewvc?rev=1738017&view=rev
Log:
[MASSEMBLY-802] Dependencies version conflict leads to run-time exception when creating archive
 o Upgraded plexus-io from 2.6 to 2.7.1

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

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1738017&r1=1738016&r2=1738017&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Wed Apr  6 18:34:13 2016
@@ -160,7 +160,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-io</artifactId>
-      <version>2.6</version>
+      <version>2.7.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>