From 5c98acde8282ac8dae59a620a1a86f87acef1fe4 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed, 10 Nov 2021 13:20:13 -0800 Subject: [PATCH] Increment version for storage releases (#25304) Increment package version after release of com.azure azure-storage-common --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/storage/azure-storage-blob-batch/pom.xml | 2 +- sdk/storage/azure-storage-blob-changefeed/pom.xml | 2 +- sdk/storage/azure-storage-blob-cryptography/pom.xml | 2 +- sdk/storage/azure-storage-blob-nio/pom.xml | 2 +- sdk/storage/azure-storage-blob/pom.xml | 4 ++-- sdk/storage/azure-storage-common/CHANGELOG.md | 10 ++++++++++ sdk/storage/azure-storage-common/pom.xml | 2 +- sdk/storage/azure-storage-file-datalake/pom.xml | 2 +- sdk/storage/azure-storage-file-share/pom.xml | 4 ++-- sdk/storage/azure-storage-internal-avro/pom.xml | 4 ++-- sdk/storage/azure-storage-queue/pom.xml | 4 ++-- sdk/storage/microsoft-azure-storage-blob/pom.xml | 2 +- sdk/storage/pom.xml | 2 +- 15 files changed, 28 insertions(+), 18 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 5777141319b57..c87aad686453f 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -279,7 +279,7 @@ com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 718450fe8ccc3..f5d81b26884ae 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -126,7 +126,7 @@ com.azure:azure-storage-blob-batch;12.11.1;12.11.2 com.azure:azure-storage-blob-changefeed;12.0.0-beta.11;12.0.0-beta.12 com.azure:azure-storage-blob-cryptography;12.14.1;12.14.2 com.azure:azure-storage-blob-nio;12.0.0-beta.11;12.0.0-beta.12 -com.azure:azure-storage-common;12.14.0;12.14.1 +com.azure:azure-storage-common;12.14.1;12.15.0-beta.1 com.azure:azure-storage-file-share;12.11.1;12.11.2 com.azure:azure-storage-file-datalake;12.7.1;12.7.2 com.azure:azure-storage-internal-avro;12.1.1;12.1.2 diff --git a/sdk/storage/azure-storage-blob-batch/pom.xml b/sdk/storage/azure-storage-blob-batch/pom.xml index 3d77879f745c7..358ee58aa808d 100644 --- a/sdk/storage/azure-storage-blob-batch/pom.xml +++ b/sdk/storage/azure-storage-blob-batch/pom.xml @@ -95,7 +95,7 @@ com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 tests test-jar test diff --git a/sdk/storage/azure-storage-blob-changefeed/pom.xml b/sdk/storage/azure-storage-blob-changefeed/pom.xml index d6100d2746a0b..463f9400cd8ed 100644 --- a/sdk/storage/azure-storage-blob-changefeed/pom.xml +++ b/sdk/storage/azure-storage-blob-changefeed/pom.xml @@ -101,7 +101,7 @@ com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 tests test-jar test diff --git a/sdk/storage/azure-storage-blob-cryptography/pom.xml b/sdk/storage/azure-storage-blob-cryptography/pom.xml index ad3895ebf1bb2..99bbd9826528e 100644 --- a/sdk/storage/azure-storage-blob-cryptography/pom.xml +++ b/sdk/storage/azure-storage-blob-cryptography/pom.xml @@ -67,7 +67,7 @@ com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 tests test-jar test diff --git a/sdk/storage/azure-storage-blob-nio/pom.xml b/sdk/storage/azure-storage-blob-nio/pom.xml index 561af668573f2..4b1a2609a2a18 100644 --- a/sdk/storage/azure-storage-blob-nio/pom.xml +++ b/sdk/storage/azure-storage-blob-nio/pom.xml @@ -84,7 +84,7 @@ com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 tests test-jar test diff --git a/sdk/storage/azure-storage-blob/pom.xml b/sdk/storage/azure-storage-blob/pom.xml index 9047cc491763c..c5e36e1395388 100644 --- a/sdk/storage/azure-storage-blob/pom.xml +++ b/sdk/storage/azure-storage-blob/pom.xml @@ -85,7 +85,7 @@ com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 com.azure @@ -105,7 +105,7 @@ com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 tests test-jar test diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md index 6acdba4c679e6..cdcad4d106ccc 100644 --- a/sdk/storage/azure-storage-common/CHANGELOG.md +++ b/sdk/storage/azure-storage-common/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 12.15.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.14.1 (2021-11-09) ### Other Changes diff --git a/sdk/storage/azure-storage-common/pom.xml b/sdk/storage/azure-storage-common/pom.xml index 33d9359a36ce2..71ad786ed2644 100644 --- a/sdk/storage/azure-storage-common/pom.xml +++ b/sdk/storage/azure-storage-common/pom.xml @@ -13,7 +13,7 @@ com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 Microsoft Azure common module for Storage This module contains common code based for all Microsoft Azure Storage client libraries. diff --git a/sdk/storage/azure-storage-file-datalake/pom.xml b/sdk/storage/azure-storage-file-datalake/pom.xml index b0dc1bc92398a..1d7e8cc0cdc96 100644 --- a/sdk/storage/azure-storage-file-datalake/pom.xml +++ b/sdk/storage/azure-storage-file-datalake/pom.xml @@ -103,7 +103,7 @@ com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 tests test-jar test diff --git a/sdk/storage/azure-storage-file-share/pom.xml b/sdk/storage/azure-storage-file-share/pom.xml index eee0a507bfaf5..27f89d2ca44af 100644 --- a/sdk/storage/azure-storage-file-share/pom.xml +++ b/sdk/storage/azure-storage-file-share/pom.xml @@ -68,12 +68,12 @@ com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 tests test-jar test diff --git a/sdk/storage/azure-storage-internal-avro/pom.xml b/sdk/storage/azure-storage-internal-avro/pom.xml index fe81474b195e7..060f9ce1718ad 100644 --- a/sdk/storage/azure-storage-internal-avro/pom.xml +++ b/sdk/storage/azure-storage-internal-avro/pom.xml @@ -57,7 +57,7 @@ com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 io.projectreactor @@ -68,7 +68,7 @@ com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 tests test-jar test diff --git a/sdk/storage/azure-storage-queue/pom.xml b/sdk/storage/azure-storage-queue/pom.xml index ec2e785508526..9ebb275dcee0d 100644 --- a/sdk/storage/azure-storage-queue/pom.xml +++ b/sdk/storage/azure-storage-queue/pom.xml @@ -65,12 +65,12 @@ com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 tests test-jar test diff --git a/sdk/storage/microsoft-azure-storage-blob/pom.xml b/sdk/storage/microsoft-azure-storage-blob/pom.xml index 9bd3487934d5c..d66db80d77178 100644 --- a/sdk/storage/microsoft-azure-storage-blob/pom.xml +++ b/sdk/storage/microsoft-azure-storage-blob/pom.xml @@ -97,7 +97,7 @@ com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 tests test-jar test diff --git a/sdk/storage/pom.xml b/sdk/storage/pom.xml index 40a6314caa535..b9027c219ea6c 100644 --- a/sdk/storage/pom.xml +++ b/sdk/storage/pom.xml @@ -27,7 +27,7 @@ com.azure azure-storage-common - 12.14.1 + 12.15.0-beta.1 com.azure