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 2015/12/31 22:36:29 UTC

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

Author: khmarbaise
Date: Thu Dec 31 21:36:29 2015
New Revision: 1722473

URL: http://svn.apache.org/viewvc?rev=1722473&view=rev
Log:
[MASSEMBLY-796] Upgrade maven-shared-io to 3.0.0

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=1722473&r1=1722472&r2=1722473&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Thu Dec 31 21:36:29 2015
@@ -138,7 +138,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-io</artifactId>
-      <version>1.1</version>
+      <version>3.0.0</version>
     </dependency>
     <dependency>
     <groupId>commons-io</groupId>