Repository: hadoop Updated Branches: refs/heads/branch-2 a896c0f11 -> 15d88b77d
HADOOP-14536. Update azure-storage sdk to version 5.3.0 Contributed by Georgi Chalakov Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/15d88b77 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/15d88b77 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/15d88b77 Branch: refs/heads/branch-2 Commit: 15d88b77d16156416329beed7f83608db200b9cb Parents: a896c0f Author: Steve Loughran <[email protected]> Authored: Tue Jun 27 15:23:06 2017 +0100 Committer: Steve Loughran <[email protected]> Committed: Tue Jun 27 15:23:06 2017 +0100 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/15d88b77/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index dbd6b12..17fef29 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -1019,7 +1019,7 @@ <dependency> <groupId>com.microsoft.azure</groupId> <artifactId>azure-storage</artifactId> - <version>4.2.0</version> + <version>5.3.0</version> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
