Repository: hadoop Updated Branches: refs/heads/branch-2 243b70eca -> 2afb8ba14 refs/heads/branch-3.0 d9f027adb -> 85be67ebe refs/heads/trunk 9711b7899 -> e4878a59b
HADOOP-14992. Upgrade Avro patch version. Contributed by Bharat Viswanadham Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e4878a59 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e4878a59 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e4878a59 Branch: refs/heads/trunk Commit: e4878a59b3a380e323bb4627a69266bbf2524b36 Parents: 9711b78 Author: Chris Douglas <cdoug...@apache.org> Authored: Mon Oct 30 09:49:22 2017 -0700 Committer: Chris Douglas <cdoug...@apache.org> Committed: Mon Oct 30 09:49:22 2017 -0700 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/e4878a59/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 7490748..e44a50c 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -65,7 +65,7 @@ <java.security.egd>file:///dev/urandom</java.security.egd> <!-- avro version --> - <avro.version>1.7.4</avro.version> + <avro.version>1.7.7</avro.version> <!-- jersey version --> <jersey.version>1.19</jersey.version> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org