You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/06 09:20:04 UTC

[maven-invoker-plugin] branch master updated: Revert update commons-io to 2.5

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 0bbc152  Revert update commons-io to 2.5
0bbc152 is described below

commit 0bbc1520549e1c3136b5fd8e2afb59a557c8d73b
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jun 6 11:19:35 2020 +0200

    Revert update commons-io to 2.5
    
    97ede8fde1dd43743d9865722f0f829d69022baf
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 959bcbd..c70924e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@ under the License.
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.6</version>
+      <version>2.5</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>