From 9c07bde1dfd692991275db192976272c1495c2f8 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Fri, 17 Jul 2020 20:50:00 +0000 Subject: [PATCH 1/3] Increment package version after release of com.azure azure-storage-blob-nio --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/storage/azure-storage-blob-nio/CHANGELOG.md | 3 +++ sdk/storage/azure-storage-blob-nio/pom.xml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 3a9a8b334c32..681ad87d7640 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -205,7 +205,7 @@ - + com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 4c87e6d44b98..c9002f10b4f3 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -42,7 +42,7 @@ com.azure:azure-storage-blob;12.8.0-beta.1;12.8.0-beta.2 com.azure:azure-storage-blob-batch;12.6.0-beta.1;12.6.0-beta.2 com.azure:azure-storage-blob-changefeed;12.0.0-beta.1;12.0.0-beta.2 com.azure:azure-storage-blob-cryptography;12.8.0-beta.1;12.8.0-beta.2 -com.azure:azure-storage-blob-nio;12.0.0-beta.1;12.0.0-beta.1 +com.azure:azure-storage-blob-nio;12.0.0-beta.1;12.0.0-beta.2 com.azure:azure-storage-common;12.8.0-beta.1;12.8.0-beta.2 com.azure:azure-storage-file-share;12.6.0-beta.1;12.6.0-beta.2 com.azure:azure-storage-file-datalake;12.2.0-beta.1;12.2.0-beta.2 diff --git a/sdk/storage/azure-storage-blob-nio/CHANGELOG.md b/sdk/storage/azure-storage-blob-nio/CHANGELOG.md index 0106a6c9fa90..2ab07cc7e39d 100644 --- a/sdk/storage/azure-storage-blob-nio/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob-nio/CHANGELOG.md @@ -1,4 +1,7 @@ # Release History +## 12.0.0-beta.2 (Unreleased) + + ## 12.0.0-beta.1 (2020-07-17) - Initial Release. Please see the README for more information. diff --git a/sdk/storage/azure-storage-blob-nio/pom.xml b/sdk/storage/azure-storage-blob-nio/pom.xml index 6feecab106b0..e28efddd2fe8 100644 --- a/sdk/storage/azure-storage-blob-nio/pom.xml +++ b/sdk/storage/azure-storage-blob-nio/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-blob-nio - 12.0.0-beta.1 + 12.0.0-beta.2 Microsoft Azure implementation of NIO on top of Azure Blob Storage This module contains an implementation of Java's NIO interface on top of Azure Blob Storage. https://github.com/Azure/azure-sdk-for-java From 3464fd8b7d9da3098b028ad0903024f1e77fc89d Mon Sep 17 00:00:00 2001 From: Rick Ley Date: Fri, 17 Jul 2020 14:06:10 -0700 Subject: [PATCH 2/3] Reverted nio to rely on current blobs --- sdk/storage/azure-storage-blob-nio/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/storage/azure-storage-blob-nio/pom.xml b/sdk/storage/azure-storage-blob-nio/pom.xml index e28efddd2fe8..26f7fe0ec94f 100644 --- a/sdk/storage/azure-storage-blob-nio/pom.xml +++ b/sdk/storage/azure-storage-blob-nio/pom.xml @@ -54,7 +54,7 @@ com.azure azure-storage-blob - 12.8.0-beta.1 + 12.8.0-beta.2 From 0eb460cd570cc962bcedd8b06c385cba5f34a14b Mon Sep 17 00:00:00 2001 From: Rick Ley Date: Fri, 17 Jul 2020 14:19:19 -0700 Subject: [PATCH 3/3] Added nio to jacoco --- eng/jacoco-test-coverage/pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 681ad87d7640..0f596599791d 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -201,12 +201,11 @@ azure-storage-blob-cryptography 12.8.0-beta.2 - - - - - - + + com.azure + azure-storage-blob-nio + 12.0.0-beta.2 + com.azure azure-storage-file-share