From bbcfd9913e1f2defe23c615f59036aadd0b3a9bd Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 15 Feb 2022 18:39:47 +0000 Subject: [PATCH 1/2] Increment package version after release of com.azure azure-data-schemaregistry --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- .../azure-data-schemaregistry-apacheavro/pom.xml | 2 +- .../azure-data-schemaregistry/CHANGELOG.md | 10 ++++++++++ sdk/schemaregistry/azure-data-schemaregistry/pom.xml | 2 +- sdk/schemaregistry/pom.xml | 2 +- 6 files changed, 15 insertions(+), 5 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 0093a9e329ef..786fd540a423 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -193,7 +193,7 @@ com.azure azure-data-schemaregistry - 1.0.2 + 1.1.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 25720810762d..ffe4c42dd450 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -87,7 +87,7 @@ com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.6.1;4.7.0-beta.1 com.azure:azure-cosmos-encryption;1.0.0-beta.9;1.0.0-beta.10 com.azure:azure-data-appconfiguration;1.3.0;1.4.0-beta.1 com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1 -com.azure:azure-data-schemaregistry;1.0.1;1.0.2 +com.azure:azure-data-schemaregistry;1.0.2;1.1.0-beta.1 com.azure:azure-data-schemaregistry-apacheavro;1.0.0-beta.8;1.0.0-beta.9 com.azure:azure-data-tables;12.2.0;12.3.0-beta.1 com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1 diff --git a/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/pom.xml b/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/pom.xml index f6448832fb63..986ece487d80 100644 --- a/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/pom.xml +++ b/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/pom.xml @@ -52,7 +52,7 @@ com.azure azure-data-schemaregistry - 1.0.2 + 1.1.0-beta.1 org.apache.avro diff --git a/sdk/schemaregistry/azure-data-schemaregistry/CHANGELOG.md b/sdk/schemaregistry/azure-data-schemaregistry/CHANGELOG.md index 5d3694df5e0d..06412af1751b 100644 --- a/sdk/schemaregistry/azure-data-schemaregistry/CHANGELOG.md +++ b/sdk/schemaregistry/azure-data-schemaregistry/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.1.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.2 (2022-02-12) ### Other Changes diff --git a/sdk/schemaregistry/azure-data-schemaregistry/pom.xml b/sdk/schemaregistry/azure-data-schemaregistry/pom.xml index 8c7753f92aef..5049432fcd8e 100644 --- a/sdk/schemaregistry/azure-data-schemaregistry/pom.xml +++ b/sdk/schemaregistry/azure-data-schemaregistry/pom.xml @@ -17,7 +17,7 @@ com.azure azure-data-schemaregistry jar - 1.0.2 + 1.1.0-beta.1 Microsoft Azure client library for Schema Registry Libraries built on Microsoft Azure Schema Registry diff --git a/sdk/schemaregistry/pom.xml b/sdk/schemaregistry/pom.xml index fcf7fe5d70a9..86b611a7bf9a 100644 --- a/sdk/schemaregistry/pom.xml +++ b/sdk/schemaregistry/pom.xml @@ -23,7 +23,7 @@ com.azure azure-data-schemaregistry - 1.0.2 + 1.1.0-beta.1 com.azure From f0780af69f1ebad7ae8ce7a6285ff3693736adb3 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Tue, 15 Feb 2022 18:56:55 +0000 Subject: [PATCH 2/2] Increment package version after release of com.azure azure-data-schemaregistry-apacheavro --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- .../azure-data-schemaregistry-apacheavro/CHANGELOG.md | 10 ++++++++++ .../azure-data-schemaregistry-apacheavro/pom.xml | 2 +- sdk/schemaregistry/pom.xml | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 786fd540a423..719f396a6388 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -198,7 +198,7 @@ com.azure azure-data-schemaregistry-apacheavro - 1.0.0-beta.9 + 1.0.0-beta.10 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index ffe4c42dd450..6ee9e28273eb 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -88,7 +88,7 @@ com.azure:azure-cosmos-encryption;1.0.0-beta.9;1.0.0-beta.10 com.azure:azure-data-appconfiguration;1.3.0;1.4.0-beta.1 com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-data-schemaregistry;1.0.2;1.1.0-beta.1 -com.azure:azure-data-schemaregistry-apacheavro;1.0.0-beta.8;1.0.0-beta.9 +com.azure:azure-data-schemaregistry-apacheavro;1.0.0-beta.9;1.0.0-beta.10 com.azure:azure-data-tables;12.2.0;12.3.0-beta.1 com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-digitaltwins-core;1.1.6;1.2.0-beta.1 diff --git a/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/CHANGELOG.md b/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/CHANGELOG.md index d5104d915621..583d2f24d077 100644 --- a/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/CHANGELOG.md +++ b/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 1.0.0-beta.10 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.0-beta.9 (2022-02-12) ### Features Added diff --git a/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/pom.xml b/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/pom.xml index 986ece487d80..1a7c4b03f9c3 100644 --- a/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/pom.xml +++ b/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/pom.xml @@ -16,7 +16,7 @@ com.azure azure-data-schemaregistry-apacheavro - 1.0.0-beta.9 + 1.0.0-beta.10 Microsoft Azure client library for Schema Registry Apache Avro Serializer Apache Avro-specific serializer for Azure Schema Registry client library diff --git a/sdk/schemaregistry/pom.xml b/sdk/schemaregistry/pom.xml index 86b611a7bf9a..f66f3fb54049 100644 --- a/sdk/schemaregistry/pom.xml +++ b/sdk/schemaregistry/pom.xml @@ -28,7 +28,7 @@ com.azure azure-data-schemaregistry-apacheavro - 1.0.0-beta.9 + 1.0.0-beta.10