OOZIE-2888 Upgrade commons-io to 2.4 (dbist13 via pbacsko)
Project: http://git-wip-us.apache.org/repos/asf/oozie/repo Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/b2c44c61 Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/b2c44c61 Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/b2c44c61 Branch: refs/heads/oya Commit: b2c44c6112c687476f389696c7cf842e207306b3 Parents: e0b7cde Author: Peter Bacsko <[email protected]> Authored: Wed May 17 14:59:58 2017 +0200 Committer: Peter Bacsko <[email protected]> Committed: Wed May 17 14:59:58 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- release-log.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oozie/blob/b2c44c61/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ebe1d68..c4a1c25 100644 --- a/pom.xml +++ b/pom.xml @@ -1340,7 +1340,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.1</version> + <version>2.4</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/oozie/blob/b2c44c61/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index 03d0df9..696c5a9 100644 --- a/release-log.txt +++ b/release-log.txt @@ -1,5 +1,6 @@ -- Oozie 4.4.0 release (trunk - unreleased) +OOZIE-2888 Upgrade commons-io to 2.4 (dbist13 via pbacsko) OOZIE-2872 Address backward compatibility issue introduced by OOZIE-2748 (pbacsko) OOZIE-2780 Upgrade minimum Hadoop version to 2.6.0 (dbist13 via rkanter) OOZIE-2824 Fix typos in documentation (lzeke via gezapeti)
