HADOOP-14648. Bump commons-configuration2 to 2.1.1. (rchiang)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/39818259 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/39818259 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/39818259 Branch: refs/heads/YARN-5972 Commit: 39818259c3b28a52b2cd7ee65b2422212d584664 Parents: af45cd1 Author: Ray Chiang <[email protected]> Authored: Tue Sep 12 10:53:48 2017 -0700 Committer: Ray Chiang <[email protected]> Committed: Tue Sep 12 10:53:48 2017 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/39818259/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index c586a9a..bb4bf44 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]
