From 8b9c389a25e9bed7030b9085d7e3de80dc10eaf2 Mon Sep 17 00:00:00 2001 From: martinbarnas Date: Mon, 9 May 2022 14:43:21 +0200 Subject: [PATCH 1/3] Reset changes to the patch version. --- .../azure-communication-common/CHANGELOG.md | 10 ---------- sdk/communication/azure-communication-common/pom.xml | 10 +++++----- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/sdk/communication/azure-communication-common/CHANGELOG.md b/sdk/communication/azure-communication-common/CHANGELOG.md index ec1495aeaae00..4bec6df7c557a 100644 --- a/sdk/communication/azure-communication-common/CHANGELOG.md +++ b/sdk/communication/azure-communication-common/CHANGELOG.md @@ -1,15 +1,5 @@ # Release History -## 1.2.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed - -### Other Changes - ## 1.1.2 (2022-04-07) ### Other Changes diff --git a/sdk/communication/azure-communication-common/pom.xml b/sdk/communication/azure-communication-common/pom.xml index cc8f831c00c51..1b016c5f9f851 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.2.0-beta.1 + 1.1.2 Microsoft Azure common library for communication service client @@ -46,18 +46,18 @@ com.azure azure-core - 1.28.0 + 1.27.0 com.azure azure-core-http-netty - 1.12.0 + 1.11.9 compile com.nimbusds nimbus-jose-jwt - 9.22 + 9.10.1 test @@ -81,7 +81,7 @@ io.projectreactor reactor-test - 3.4.17 + 3.4.14 test From e495bd57d6f8f6bb0b76def38091fbfdc53d233b Mon Sep 17 00:00:00 2001 From: martinbarnas Date: Mon, 9 May 2022 14:43:32 +0200 Subject: [PATCH 2/3] Updating the SDK dependencies for azure-communication-common --- eng/jacoco-test-coverage/pom.xml | 2 +- eng/versioning/version_client.txt | 2 +- sdk/appcontainers/pom.xml | 2 +- .../azure-communication-common-perf/pom.xml | 2 +- .../azure-communication-common/CHANGELOG.md | 9 +++++++++ sdk/communication/azure-communication-common/pom.xml | 10 +++++----- sdk/hardwaresecuritymodules/pom.xml | 2 +- sdk/scvmm/pom.xml | 2 +- sdk/tools/azure-sdk-build-tool/pom.xml | 12 ++++++------ 9 files changed, 26 insertions(+), 17 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 0aa7989bd232a..47f0faa31ebd0 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -68,7 +68,7 @@ com.azure azure-communication-common - 1.2.0-beta.1 + 1.1.3 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 20cd52fb3ff2d..bde76c2894809 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -58,7 +58,7 @@ com.azure:azure-aot-graalvm-samples;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-aot-graalvm-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-communication-chat;1.2.1;1.3.0-beta.1 com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5 -com.azure:azure-communication-common;1.1.2;1.2.0-beta.1 +com.azure:azure-communication-common;1.1.2;1.1.3 com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-communication-sms;1.1.1;1.2.0-beta.1 com.azure:azure-communication-identity;1.1.8;1.2.0-beta.2 diff --git a/sdk/appcontainers/pom.xml b/sdk/appcontainers/pom.xml index 8a02d52820c05..718704e622f0c 100644 --- a/sdk/appcontainers/pom.xml +++ b/sdk/appcontainers/pom.xml @@ -23,7 +23,7 @@ org.jacoco jacoco-maven-plugin - 0.8.5 + 0.8.7 report-aggregate diff --git a/sdk/communication/azure-communication-common-perf/pom.xml b/sdk/communication/azure-communication-common-perf/pom.xml index 09924ae75b2ce..94192b94c7215 100644 --- a/sdk/communication/azure-communication-common-perf/pom.xml +++ b/sdk/communication/azure-communication-common-perf/pom.xml @@ -28,7 +28,7 @@ com.azure azure-communication-common - 1.2.0-beta.1 + 1.1.3 com.azure diff --git a/sdk/communication/azure-communication-common/CHANGELOG.md b/sdk/communication/azure-communication-common/CHANGELOG.md index 4bec6df7c557a..213da33ccc06d 100644 --- a/sdk/communication/azure-communication-common/CHANGELOG.md +++ b/sdk/communication/azure-communication-common/CHANGELOG.md @@ -1,5 +1,14 @@ # Release History +## 1.1.3 (2022-05-09) + +### Other Changes + +#### Dependency Updates + +- Upgraded `azure-core` from `1.27.0` to version `1.28.0`. +- Upgraded `azure-core-http-netty` from `1.11.9` to version `1.12.0`. + ## 1.1.2 (2022-04-07) ### Other Changes diff --git a/sdk/communication/azure-communication-common/pom.xml b/sdk/communication/azure-communication-common/pom.xml index 1b016c5f9f851..82c52f2b3f6ef 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.1.2 + 1.1.3 Microsoft Azure common library for communication service client @@ -46,18 +46,18 @@ com.azure azure-core - 1.27.0 + 1.28.0 com.azure azure-core-http-netty - 1.11.9 + 1.12.0 compile com.nimbusds nimbus-jose-jwt - 9.10.1 + 9.22 test @@ -81,7 +81,7 @@ io.projectreactor reactor-test - 3.4.14 + 3.4.17 test diff --git a/sdk/hardwaresecuritymodules/pom.xml b/sdk/hardwaresecuritymodules/pom.xml index 85bca899b8946..9b4651b6bce71 100644 --- a/sdk/hardwaresecuritymodules/pom.xml +++ b/sdk/hardwaresecuritymodules/pom.xml @@ -23,7 +23,7 @@ org.jacoco jacoco-maven-plugin - 0.8.5 + 0.8.7 report-aggregate diff --git a/sdk/scvmm/pom.xml b/sdk/scvmm/pom.xml index 625c485bc652a..416c3897faecc 100644 --- a/sdk/scvmm/pom.xml +++ b/sdk/scvmm/pom.xml @@ -23,7 +23,7 @@ org.jacoco jacoco-maven-plugin - 0.8.5 + 0.8.7 report-aggregate diff --git a/sdk/tools/azure-sdk-build-tool/pom.xml b/sdk/tools/azure-sdk-build-tool/pom.xml index 4db8ad2d8d999..8f49a8955ab71 100644 --- a/sdk/tools/azure-sdk-build-tool/pom.xml +++ b/sdk/tools/azure-sdk-build-tool/pom.xml @@ -65,17 +65,17 @@ org.apache.maven maven-plugin-api - 3.8.1 + 1.0.0-beta.2 org.apache.maven.plugin-tools maven-plugin-annotations - 3.6.0 + 1.0.0-beta.2 org.apache.maven maven-project - 2.2.1 + 1.0.0-beta.2 junit @@ -86,14 +86,14 @@ com.github.javaparser javaparser-core - 3.20.2 + 1.0.0-beta.2 net.oneandone.reflections8 reflections8 - 0.11.7 + 1.0.0-beta.2 @@ -133,7 +133,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.6.0 + 3.0.0-M3 From f4912ee70b561f5217ae26b781be7bacafb76435 Mon Sep 17 00:00:00 2001 From: martinbarnas Date: Mon, 9 May 2022 16:14:38 +0200 Subject: [PATCH 3/3] Revert changes in tools\azure-sdk-build-tool\pom.xml --- sdk/tools/azure-sdk-build-tool/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sdk/tools/azure-sdk-build-tool/pom.xml b/sdk/tools/azure-sdk-build-tool/pom.xml index 8f49a8955ab71..4db8ad2d8d999 100644 --- a/sdk/tools/azure-sdk-build-tool/pom.xml +++ b/sdk/tools/azure-sdk-build-tool/pom.xml @@ -65,17 +65,17 @@ org.apache.maven maven-plugin-api - 1.0.0-beta.2 + 3.8.1 org.apache.maven.plugin-tools maven-plugin-annotations - 1.0.0-beta.2 + 3.6.0 org.apache.maven maven-project - 1.0.0-beta.2 + 2.2.1 junit @@ -86,14 +86,14 @@ com.github.javaparser javaparser-core - 1.0.0-beta.2 + 3.20.2 net.oneandone.reflections8 reflections8 - 1.0.0-beta.2 + 0.11.7 @@ -133,7 +133,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.0.0-M3 + 3.6.0