Repository: hadoop Updated Branches: refs/heads/branch-3.0 fb5d12524 -> 85db3b2ae
HADOOP-14648. Bump commons-configuration2 to 2.1.1. (rchiang) (cherry picked from commit 39818259c3b28a52b2cd7ee65b2422212d584664) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/85db3b2a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/85db3b2a Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/85db3b2a Branch: refs/heads/branch-3.0 Commit: 85db3b2aeb00bea61bf62a65864000d0a2cd4ef0 Parents: fb5d125 Author: Ray Chiang <[email protected]> Authored: Tue Sep 12 10:53:48 2017 -0700 Committer: Ray Chiang <[email protected]> Committed: Tue Sep 12 10:54:10 2017 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/85db3b2a/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 82c3906..a0420a4 100755 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -869,7 +869,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-configuration2</artifactId> - <version>2.1</version> + <version>2.1.1</version> <exclusions> <exclusion> <groupId>org.apache.commons</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
