From bfeb5056b8e7a8b1ea5dba916816761f32cf4777 Mon Sep 17 00:00:00 2001 From: Josh Friedman Date: Wed, 18 Jan 2017 13:35:10 -0800 Subject: [PATCH] Update version for release --- ChangeLog.txt | 2 +- microsoft-azure-storage-samples/pom.xml | 2 +- .../src/com/microsoft/azure/storage/Constants.java | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index d4fe4b0acc98..bd2430e8943d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,4 @@ -2016.XX.XX Version 5.0.0 +2017.01.18 Version 5.0.0 * Prefix support for listing files and directories. * Added support for setting public access when creating a blob container * The public access setting on a blob container is now a container property returned from downloadProperties. diff --git a/microsoft-azure-storage-samples/pom.xml b/microsoft-azure-storage-samples/pom.xml index b1a8b2d4399c..dfad84d66081 100644 --- a/microsoft-azure-storage-samples/pom.xml +++ b/microsoft-azure-storage-samples/pom.xml @@ -26,7 +26,7 @@ com.microsoft.azure azure-storage - 4.4.0 + 5.0.0 com.microsoft.azure diff --git a/microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java b/microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java index bcf6b08c6ae7..ebfdf56cc802 100644 --- a/microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java +++ b/microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java @@ -656,7 +656,7 @@ public static class HeaderConstants { /** * Specifies the value to use for UserAgent header. */ - public static final String USER_AGENT_VERSION = "4.4.0"; + public static final String USER_AGENT_VERSION = "5.0.0"; /** * The default type for content-type and accept diff --git a/pom.xml b/pom.xml index a612ed96d2db..cc2e300d763d 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 com.microsoft.azure azure-storage - 4.4.0 + 5.0.0 jar Microsoft Azure Storage Client SDK