Repository: tez
Updated Branches:
refs/heads/branch-0.7 c2794571d -> 868ca531c
TEZ-2975. Bump up apache commons dependency. (hitesh)
(cherry picked from commit 69e3de8185d78120dcc6558995e7827a79fc4f48)
Conflicts:
CHANGES.txt
Project: http://git-wip-us.apache.org/repos/asf/tez/repo
Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/868ca531
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/868ca531
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/868ca531
Branch: refs/heads/branch-0.7
Commit: 868ca531c2c7f18a8e2659949f3f644283ecf981
Parents: c279457
Author: Hitesh Shah <[email protected]>
Authored: Mon Dec 7 14:23:58 2015 -0800
Committer: Hitesh Shah <[email protected]>
Committed: Mon Dec 7 14:25:10 2015 -0800
----------------------------------------------------------------------
CHANGES.txt | 1 +
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/tez/blob/868ca531/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 733b3e0..7fb7957 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,7 @@ INCOMPATIBLE CHANGES
TEZ-2949. Allow duplicate dag names within session for Tez.
ALL CHANGES
+ TEZ-2975. Bump up apache commons dependency.
TEZ-2970. Re-localization in TezChild does not use correct UGI.
TEZ-2968. Counter limits exception causes AM to crash.
TEZ-2960. Tez UI: Move hardcoded url namespace to the configuration file
http://git-wip-us.apache.org/repos/asf/tez/blob/868ca531/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cde8bba..3b7aaf4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,7 +220,7 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
+ <version>3.2.2</version>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
@@ -592,7 +592,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
- <version>4.0</version>
+ <version>4.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>