From 31deac9676c685fa8326ed473b42ec5c6c88b1a6 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 9 Jun 2021 16:37:44 +0000 Subject: [PATCH 1/4] Increment package version after release of com.azure azure-communication-identity --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/communication/azure-communication-chat/pom.xml | 2 +- sdk/communication/azure-communication-identity/CHANGELOG.md | 3 +++ sdk/communication/azure-communication-identity/pom.xml | 2 +- sdk/communication/pom.xml | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 5981e820f11d..63205dde062e 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -69,7 +69,7 @@ com.azure azure-communication-identity - 1.1.1 + 1.2.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index ffb71a13b4b8..8c776b25a019 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -54,7 +54,7 @@ com.azure:azure-analytics-synapse-monitoring;1.0.0-beta.3;1.0.0-beta.4 com.azure:azure-communication-chat;1.0.0;1.1.0-beta.1 com.azure:azure-communication-common;1.0.2;1.0.2 com.azure:azure-communication-sms;1.0.1;1.0.3 -com.azure:azure-communication-identity;1.1.0;1.1.1 +com.azure:azure-communication-identity;1.1.1;1.2.0-beta.1 com.azure:azure-communication-phonenumbers;1.0.1;1.0.3 com.azure:azure-containers-containerregistry;1.0.0-beta.2;1.0.0-beta.3 com.azure:azure-core;1.17.0;1.18.0-beta.1 diff --git a/sdk/communication/azure-communication-chat/pom.xml b/sdk/communication/azure-communication-chat/pom.xml index 396763240119..a5ae6523d90a 100644 --- a/sdk/communication/azure-communication-chat/pom.xml +++ b/sdk/communication/azure-communication-chat/pom.xml @@ -55,7 +55,7 @@ com.azure azure-communication-identity - 1.1.1 + 1.2.0-beta.1 test diff --git a/sdk/communication/azure-communication-identity/CHANGELOG.md b/sdk/communication/azure-communication-identity/CHANGELOG.md index 1180c271392e..8be1d1935e7b 100644 --- a/sdk/communication/azure-communication-identity/CHANGELOG.md +++ b/sdk/communication/azure-communication-identity/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.2.0-beta.1 (Unreleased) + + ## 1.1.1 (2021-06-09) Updated `azure-communication-identity` version diff --git a/sdk/communication/azure-communication-identity/pom.xml b/sdk/communication/azure-communication-identity/pom.xml index ba2443edb0b1..c41f78aabf5e 100644 --- a/sdk/communication/azure-communication-identity/pom.xml +++ b/sdk/communication/azure-communication-identity/pom.xml @@ -16,7 +16,7 @@ com.azure azure-communication-identity jar - 1.1.1 + 1.2.0-beta.1 Microsoft Azure identity client library for communication diff --git a/sdk/communication/pom.xml b/sdk/communication/pom.xml index 6ace334d33cc..2dec04651933 100644 --- a/sdk/communication/pom.xml +++ b/sdk/communication/pom.xml @@ -34,7 +34,7 @@ com.azure azure-communication-identity - 1.1.1 + 1.2.0-beta.1 com.azure From 1749c3cb0fabb796b8701ed86534188a76bcf4b6 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 9 Jun 2021 16:38:54 +0000 Subject: [PATCH 2/4] Increment package version after release of com.azure azure-communication-common --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/communication/azure-communication-chat/pom.xml | 2 +- sdk/communication/azure-communication-common/CHANGELOG.md | 3 +++ sdk/communication/azure-communication-common/pom.xml | 2 +- sdk/communication/azure-communication-identity/pom.xml | 2 +- sdk/communication/azure-communication-phonenumbers/pom.xml | 2 +- sdk/communication/azure-communication-sms/pom.xml | 2 +- sdk/communication/pom.xml | 2 +- 9 files changed, 11 insertions(+), 8 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 63205dde062e..ae4ec9fe0d3b 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -64,7 +64,7 @@ com.azure azure-communication-common - 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 8c776b25a019..45b44919069c 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -52,7 +52,7 @@ com.azure:azure-analytics-synapse-spark;1.0.0-beta.3;1.0.0-beta.4 com.azure:azure-analytics-synapse-managedprivateendpoints;1.0.0-beta.3;1.0.0-beta.4 com.azure:azure-analytics-synapse-monitoring;1.0.0-beta.3;1.0.0-beta.4 com.azure:azure-communication-chat;1.0.0;1.1.0-beta.1 -com.azure:azure-communication-common;1.0.2;1.0.2 +com.azure:azure-communication-common;1.0.2;1.1.0-beta.1 com.azure:azure-communication-sms;1.0.1;1.0.3 com.azure:azure-communication-identity;1.1.1;1.2.0-beta.1 com.azure:azure-communication-phonenumbers;1.0.1;1.0.3 diff --git a/sdk/communication/azure-communication-chat/pom.xml b/sdk/communication/azure-communication-chat/pom.xml index a5ae6523d90a..7ecb235ff57f 100644 --- a/sdk/communication/azure-communication-chat/pom.xml +++ b/sdk/communication/azure-communication-chat/pom.xml @@ -50,7 +50,7 @@ com.azure azure-communication-common - 1.0.2 + 1.1.0-beta.1 com.azure diff --git a/sdk/communication/azure-communication-common/CHANGELOG.md b/sdk/communication/azure-communication-common/CHANGELOG.md index f01fad2c8553..9722f050490e 100644 --- a/sdk/communication/azure-communication-common/CHANGELOG.md +++ b/sdk/communication/azure-communication-common/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.1.0-beta.1 (Unreleased) + + ## 1.0.2 (2021-06-09) Updated `azure-communication-common` version diff --git a/sdk/communication/azure-communication-common/pom.xml b/sdk/communication/azure-communication-common/pom.xml index 693177a279e4..160255377393 100644 --- a/sdk/communication/azure-communication-common/pom.xml +++ b/sdk/communication/azure-communication-common/pom.xml @@ -13,7 +13,7 @@ com.azure azure-communication-common jar - 1.0.2 + 1.1.0-beta.1 Microsoft Azure common library for communication service client diff --git a/sdk/communication/azure-communication-identity/pom.xml b/sdk/communication/azure-communication-identity/pom.xml index c41f78aabf5e..9bd6df89810d 100644 --- a/sdk/communication/azure-communication-identity/pom.xml +++ b/sdk/communication/azure-communication-identity/pom.xml @@ -63,7 +63,7 @@ com.azure azure-communication-common - 1.0.2 + 1.1.0-beta.1 org.junit.jupiter diff --git a/sdk/communication/azure-communication-phonenumbers/pom.xml b/sdk/communication/azure-communication-phonenumbers/pom.xml index 738d503c89f5..75d97bc1a5ba 100644 --- a/sdk/communication/azure-communication-phonenumbers/pom.xml +++ b/sdk/communication/azure-communication-phonenumbers/pom.xml @@ -63,7 +63,7 @@ com.azure azure-communication-common - 1.0.2 + 1.1.0-beta.1 org.junit.jupiter diff --git a/sdk/communication/azure-communication-sms/pom.xml b/sdk/communication/azure-communication-sms/pom.xml index 99c20e7b409c..543426fb23c0 100644 --- a/sdk/communication/azure-communication-sms/pom.xml +++ b/sdk/communication/azure-communication-sms/pom.xml @@ -55,7 +55,7 @@ com.azure azure-communication-common - 1.0.2 + 1.1.0-beta.1 com.azure diff --git a/sdk/communication/pom.xml b/sdk/communication/pom.xml index 2dec04651933..d9717bf4c220 100644 --- a/sdk/communication/pom.xml +++ b/sdk/communication/pom.xml @@ -29,7 +29,7 @@ com.azure azure-communication-common - 1.0.2 + 1.1.0-beta.1 com.azure From 0697c2032887cfc699d2b82584fb88b7d2016c91 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 9 Jun 2021 16:39:14 +0000 Subject: [PATCH 3/4] Increment package version after release of com.azure azure-communication-phonenumbers --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- .../azure-communication-phonenumbers/CHANGELOG.md | 3 +++ sdk/communication/azure-communication-phonenumbers/pom.xml | 2 +- sdk/communication/pom.xml | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index ae4ec9fe0d3b..0140e358ec58 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -79,7 +79,7 @@ com.azure azure-communication-phonenumbers - 1.0.3 + 1.1.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 45b44919069c..c5683987af97 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -55,7 +55,7 @@ com.azure:azure-communication-chat;1.0.0;1.1.0-beta.1 com.azure:azure-communication-common;1.0.2;1.1.0-beta.1 com.azure:azure-communication-sms;1.0.1;1.0.3 com.azure:azure-communication-identity;1.1.1;1.2.0-beta.1 -com.azure:azure-communication-phonenumbers;1.0.1;1.0.3 +com.azure:azure-communication-phonenumbers;1.0.3;1.1.0-beta.1 com.azure:azure-containers-containerregistry;1.0.0-beta.2;1.0.0-beta.3 com.azure:azure-core;1.17.0;1.18.0-beta.1 com.azure:azure-core-amqp;2.0.6;2.1.0-beta.1 diff --git a/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md b/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md index 391cf3e1ea46..b2ac1fccd68e 100644 --- a/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md +++ b/sdk/communication/azure-communication-phonenumbers/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.1.0-beta.1 (Unreleased) + + ## 1.0.3 (2021-06-09) Updated `azure-communication-phonenumbers` version diff --git a/sdk/communication/azure-communication-phonenumbers/pom.xml b/sdk/communication/azure-communication-phonenumbers/pom.xml index 75d97bc1a5ba..65de51d2f77b 100644 --- a/sdk/communication/azure-communication-phonenumbers/pom.xml +++ b/sdk/communication/azure-communication-phonenumbers/pom.xml @@ -16,7 +16,7 @@ com.azure azure-communication-phonenumbers jar - 1.0.3 + 1.1.0-beta.1 Microsoft Azure client phone numbers library for communication diff --git a/sdk/communication/pom.xml b/sdk/communication/pom.xml index d9717bf4c220..3297384a9eea 100644 --- a/sdk/communication/pom.xml +++ b/sdk/communication/pom.xml @@ -39,7 +39,7 @@ com.azure azure-communication-phonenumbers - 1.0.3 + 1.1.0-beta.1 com.azure From a291f29f06ca6fb6ca2c299a719c0f9a27f2bd97 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Wed, 9 Jun 2021 16:39:42 +0000 Subject: [PATCH 4/4] Increment package version after release of com.azure azure-communication-sms --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/communication/azure-communication-sms/CHANGELOG.md | 3 +++ sdk/communication/azure-communication-sms/pom.xml | 2 +- sdk/communication/pom.xml | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 0140e358ec58..1bd7af51b233 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -74,7 +74,7 @@ com.azure azure-communication-sms - 1.0.3 + 1.1.0-beta.1 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index c5683987af97..2b55aa74a9a3 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -53,7 +53,7 @@ com.azure:azure-analytics-synapse-managedprivateendpoints;1.0.0-beta.3;1.0.0-bet com.azure:azure-analytics-synapse-monitoring;1.0.0-beta.3;1.0.0-beta.4 com.azure:azure-communication-chat;1.0.0;1.1.0-beta.1 com.azure:azure-communication-common;1.0.2;1.1.0-beta.1 -com.azure:azure-communication-sms;1.0.1;1.0.3 +com.azure:azure-communication-sms;1.0.3;1.1.0-beta.1 com.azure:azure-communication-identity;1.1.1;1.2.0-beta.1 com.azure:azure-communication-phonenumbers;1.0.3;1.1.0-beta.1 com.azure:azure-containers-containerregistry;1.0.0-beta.2;1.0.0-beta.3 diff --git a/sdk/communication/azure-communication-sms/CHANGELOG.md b/sdk/communication/azure-communication-sms/CHANGELOG.md index 7f0fec9d9a59..524a170e76b3 100644 --- a/sdk/communication/azure-communication-sms/CHANGELOG.md +++ b/sdk/communication/azure-communication-sms/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 1.1.0-beta.1 (Unreleased) + + ## 1.0.3 (2021-06-09) Updated `azure-communication-sms` version diff --git a/sdk/communication/azure-communication-sms/pom.xml b/sdk/communication/azure-communication-sms/pom.xml index 543426fb23c0..b0344075a778 100644 --- a/sdk/communication/azure-communication-sms/pom.xml +++ b/sdk/communication/azure-communication-sms/pom.xml @@ -15,7 +15,7 @@ com.azure azure-communication-sms jar - 1.0.3 + 1.1.0-beta.1 Microsoft Azure library for sending SMS messages diff --git a/sdk/communication/pom.xml b/sdk/communication/pom.xml index 3297384a9eea..1e4a5f23188a 100644 --- a/sdk/communication/pom.xml +++ b/sdk/communication/pom.xml @@ -44,7 +44,7 @@ com.azure azure-communication-sms - 1.0.3 + 1.1.0-beta.1