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/07/26 20:26:03 UTC

svn commit: r1754174 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

Author: khmarbaise
Date: Tue Jul 26 20:26:02 2016
New Revision: 1754174

URL: http://svn.apache.org/viewvc?rev=1754174&view=rev
Log:
[MCLEAN-76] Upgrade maven-shared-utils to 3.1.0

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

Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=1754174&r1=1754173&r2=1754174&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Tue Jul 26 20:26:02 2016
@@ -72,13 +72,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>3.0.1</version>
-    </dependency>
-    <!-- Upgrade of transitive dependency of maven-shared-utils. -->
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>2.5</version>
+      <version>3.1.0</version>
     </dependency>
 
     <!-- dependencies to annotations -->