Repository: hadoop Updated Branches: refs/heads/branch-3.0 656c6d1ac -> fb5d12524
HADOOP-14796. Update json-simple version to 1.1.1. (rchiang) (cherry picked from commit af45cd1be63c3eee968f0c820e7d70230a7bf246) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/fb5d1252 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fb5d1252 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fb5d1252 Branch: refs/heads/branch-3.0 Commit: fb5d12524ca79a1a592e162dcbfe7c670695f41d Parents: 656c6d1 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:28 2017 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/fb5d1252/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 5b994d5..82c3906 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]
