From b982fe704d75d4a7efec1ef3b8b3e76906a9fb48 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Mon, 15 Nov 2021 12:05:29 -0800 Subject: [PATCH] Increment version for schemaregistry releases (#25408) Increment package version after release of com.azure azure-data-schemaregistry --- eng/jacoco-test-coverage/pom.xml | 4 ++-- eng/versioning/version_client.txt | 4 ++-- .../azure-data-schemaregistry-apacheavro/CHANGELOG.md | 10 ++++++++++ .../azure-data-schemaregistry-apacheavro/pom.xml | 4 ++-- .../azure-data-schemaregistry/CHANGELOG.md | 10 ++++++++++ sdk/schemaregistry/azure-data-schemaregistry/pom.xml | 2 +- sdk/schemaregistry/pom.xml | 4 ++-- 7 files changed, 29 insertions(+), 9 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 11835f86e8152..8cf813d8ed80c 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -189,12 +189,12 @@ com.azure azure-data-schemaregistry - 1.0.0 + 1.1.0-beta.1 com.azure azure-data-schemaregistry-apacheavro - 1.0.0-beta.7 + 1.0.0-beta.8 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 5e7e1863c400a..20f53d6749bdd 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -82,8 +82,8 @@ com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.5.0-beta.1;4.5.0-beta.1 com.azure:azure-cosmos-encryption;1.0.0-beta.9;1.0.0-beta.10 com.azure:azure-data-appconfiguration;1.2.4;1.3.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.0-beta.6;1.0.0 -com.azure:azure-data-schemaregistry-apacheavro;1.0.0-beta.6;1.0.0-beta.7 +com.azure:azure-data-schemaregistry;1.0.0;1.1.0-beta.1 +com.azure:azure-data-schemaregistry-apacheavro;1.0.0-beta.7;1.0.0-beta.8 com.azure:azure-data-tables;12.1.3;12.2.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.3;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 26f3e2a83c4c3..aaafdc3ede360 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.8 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 1.0.0-beta.7 (2021-11-12) ### Other Changes diff --git a/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/pom.xml b/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/pom.xml index f3e5cf1ac0d95..17087da60aa66 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.7 + 1.0.0-beta.8 Microsoft Azure client library for Schema Registry Apache Avro Serializer Apache Avro-specific serializer for Azure Schema Registry client library @@ -47,7 +47,7 @@ com.azure azure-data-schemaregistry - 1.0.0 + 1.1.0-beta.1 com.azure diff --git a/sdk/schemaregistry/azure-data-schemaregistry/CHANGELOG.md b/sdk/schemaregistry/azure-data-schemaregistry/CHANGELOG.md index 6e041e539f1bc..c7b3ed9afe05c 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.0 (2021-11-12) ### Breaking Changes diff --git a/sdk/schemaregistry/azure-data-schemaregistry/pom.xml b/sdk/schemaregistry/azure-data-schemaregistry/pom.xml index 449087683688c..ef891997b4aa5 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.0 + 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 3cbb54d0c5005..45b61da392883 100644 --- a/sdk/schemaregistry/pom.xml +++ b/sdk/schemaregistry/pom.xml @@ -23,12 +23,12 @@ com.azure azure-data-schemaregistry - 1.0.0 + 1.1.0-beta.1 com.azure azure-data-schemaregistry-apacheavro - 1.0.0-beta.7 + 1.0.0-beta.8