You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/10/26 23:35:30 UTC

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

Author: dennisl
Date: Fri Oct 26 21:35:29 2012
New Revision: 1402674

URL: http://svn.apache.org/viewvc?rev=1402674&view=rev
Log:
[MASSEMBLY-626] NullPointerException in PlexusIoURLResource.getContents

- Solved by updating to plexus-io 2.0.6.

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=1402674&r1=1402673&r2=1402674&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Fri Oct 26 21:35:29 2012
@@ -131,7 +131,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-io</artifactId>
-      <version>2.0.5</version>
+      <version>2.0.6</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>