You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/05/08 02:04:34 UTC

svn commit: r1742761 - /maven/plugins/trunk/maven-acr-plugin/pom.xml

Author: schulte
Date: Sun May  8 02:04:34 2016
New Revision: 1742761

URL: http://svn.apache.org/viewvc?rev=1742761&view=rev
Log:
[MACR-32] Dependency updates.


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

Modified: maven/plugins/trunk/maven-acr-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-acr-plugin/pom.xml?rev=1742761&r1=1742760&r2=1742761&view=diff
==============================================================================
--- maven/plugins/trunk/maven-acr-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-acr-plugin/pom.xml Sun May  8 02:04:34 2016
@@ -104,12 +104,12 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>3.1.1</version>
+      <version>3.2</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.2</version>
+      <version>2.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>