From 9104d5a0bbb5bf79720d25d962900d251396ad00 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri, 8 Apr 2022 12:11:28 -0700 Subject: [PATCH] Increment version for storage releases (#28139) 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 54ddb86507175..60daeaafc17f9 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -288,7 +288,7 @@ com.azure azure-storage-common - 12.15.1 + 12.16.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 77c9a0b2f2a9b..64a18eb038d74 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -136,7 +136,7 @@ com.azure:azure-storage-blob-batch;12.12.0;12.12.1 com.azure:azure-storage-blob-changefeed;12.0.0-beta.16;12.0.0-beta.17 com.azure:azure-storage-blob-cryptography;12.15.0;12.15.1 com.azure:azure-storage-blob-nio;12.0.0-beta.17;12.0.0-beta.18 -com.azure:azure-storage-common;12.15.0;12.15.1 +com.azure:azure-storage-common;12.15.1;12.16.0-beta.1 com.azure:azure-storage-file-share;12.12.0;12.12.1 com.azure:azure-storage-file-datalake;12.8.0;12.9.0 com.azure:azure-storage-internal-avro;12.2.0;12.2.1 diff --git a/sdk/storage/azure-storage-blob-batch/pom.xml b/sdk/storage/azure-storage-blob-batch/pom.xml index c162711829733..db91362c66eb9 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.15.1 + 12.16.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 8a3c72aeeb817..e03b5e24612f7 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.15.1 + 12.16.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 4d36ffebc57b1..b1f6fdbb79ef6 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.15.1 + 12.16.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 f810ec75c635b..d6c182ac34085 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.15.1 + 12.16.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 1e0e41b4e50f7..2f70c4e887401 100644 --- a/sdk/storage/azure-storage-blob/pom.xml +++ b/sdk/storage/azure-storage-blob/pom.xml @@ -86,7 +86,7 @@ com.azure azure-storage-common - 12.15.1 + 12.16.0-beta.1 com.azure @@ -106,7 +106,7 @@ com.azure azure-storage-common - 12.15.1 + 12.16.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 ef676abef7eb5..9d9a6fe74c98f 100644 --- a/sdk/storage/azure-storage-common/CHANGELOG.md +++ b/sdk/storage/azure-storage-common/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 12.16.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 12.15.1 (2022-04-07) ### Other Changes diff --git a/sdk/storage/azure-storage-common/pom.xml b/sdk/storage/azure-storage-common/pom.xml index 287c1dbc25d53..a8fd906c47054 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.15.1 + 12.16.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 44c6d5125fcd1..e438ee60e908a 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.15.1 + 12.16.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 ac2a7040aff77..16885dec51203 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.15.1 + 12.16.0-beta.1 com.azure azure-storage-common - 12.15.1 + 12.16.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 f12cdf5ee87c6..dfcff1498f063 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.15.1 + 12.16.0-beta.1 io.projectreactor @@ -68,7 +68,7 @@ com.azure azure-storage-common - 12.15.1 + 12.16.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 390d47dce1947..4143dcb0edf49 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.15.1 + 12.16.0-beta.1 com.azure azure-storage-common - 12.15.1 + 12.16.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 be3ddd44983b8..48855b6a5016f 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.15.1 + 12.16.0-beta.1 tests test-jar test diff --git a/sdk/storage/pom.xml b/sdk/storage/pom.xml index 6137c87af3ffa..a6323a439597a 100644 --- a/sdk/storage/pom.xml +++ b/sdk/storage/pom.xml @@ -27,7 +27,7 @@ com.azure azure-storage-common - 12.15.1 + 12.16.0-beta.1 com.azure