HADOOP-14796. Update json-simple version to 1.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/af45cd1b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/af45cd1b Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/af45cd1b Branch: refs/heads/YARN-5972 Commit: af45cd1be63c3eee968f0c820e7d70230a7bf246 Parents: 556812c Author: Ray Chiang <[email protected]> Authored: Tue Sep 12 10:36:04 2017 -0700 Committer: Ray Chiang <[email protected]> Committed: Tue Sep 12 10:36:04 2017 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/af45cd1b/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index ee08754..c586a9a 100755 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -1026,7 +1026,7 @@ <dependency> <groupId>com.googlecode.json-simple</groupId> <artifactId>json-simple</artifactId> - <version>1.1</version> + <version>1.1.1</version> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
