You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/18 15:48:21 UTC

commons-release-plugin git commit: Use current version of Apache Commons IO. Transitive deps brought in version 2.2, we specify 2.6 here.

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 20ed13cd7 -> 0c9d29409


Use current version of Apache Commons IO. Transitive deps brought in
version 2.2, we specify 2.6 here.

Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/0c9d2940
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/0c9d2940
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/0c9d2940

Branch: refs/heads/master
Commit: 0c9d294090343d5a184fdfe5707dbfba9f408bf4
Parents: 20ed13c
Author: Gary Gregory <ga...@gmail.com>
Authored: Fri May 18 09:48:18 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Fri May 18 09:48:18 2018 -0600

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/0c9d2940/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 82c9df7..0e8bea7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,6 +108,11 @@
 
     <dependencies> 
         <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+            <version>2.6</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-core</artifactId>
             <version>${maven.dependency.version}</version>