From 6e217976e447869eb88d29dc8d2547774342f7a0 Mon Sep 17 00:00:00 2001
From: AriZavala2 <77034370+AriZavala2@users.noreply.github.com>
Date: Tue, 7 Sep 2021 16:10:52 -0700
Subject: [PATCH] Update release date for network-traversal and common package
(#23891)
* Update release date for network-traversal
* Change dependency of identity to the released version
* Update PR
---
eng/jacoco-test-coverage/pom.xml | 2 +-
eng/versioning/version_client.txt | 2 +-
sdk/communication/azure-communication-callingserver/pom.xml | 2 +-
sdk/communication/azure-communication-chat/pom.xml | 2 +-
sdk/communication/azure-communication-common/CHANGELOG.md | 2 +-
sdk/communication/azure-communication-identity/CHANGELOG.md | 4 +---
sdk/communication/azure-communication-identity/README.md | 2 +-
sdk/communication/azure-communication-identity/pom.xml | 2 +-
.../azure-communication-networktraversal/CHANGELOG.md | 2 +-
.../azure-communication-networktraversal/pom.xml | 2 +-
10 files changed, 10 insertions(+), 12 deletions(-)
diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml
index 37b3323b1fc8a..8fab8bbbf0755 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.2
+ 1.1.1
com.azure
diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt
index 784dc2300c1f7..5b6b5d55c0c3a 100644
--- a/eng/versioning/version_client.txt
+++ b/eng/versioning/version_client.txt
@@ -55,7 +55,7 @@ com.azure:azure-communication-chat;1.0.1;1.1.0-beta.3
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-communication-common;1.0.4;1.0.4
com.azure:azure-communication-sms;1.0.3;1.0.4
-com.azure:azure-communication-identity;1.1.2;1.1.2
+com.azure:azure-communication-identity;1.1.1;1.1.1
com.azure:azure-communication-phonenumbers;1.0.3;1.0.4
com.azure:azure-communication-networktraversal;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-containers-containerregistry;1.0.0-beta.4;1.0.0-beta.5
diff --git a/sdk/communication/azure-communication-callingserver/pom.xml b/sdk/communication/azure-communication-callingserver/pom.xml
index 6d0502b0e520d..2949d4664944c 100644
--- a/sdk/communication/azure-communication-callingserver/pom.xml
+++ b/sdk/communication/azure-communication-callingserver/pom.xml
@@ -59,7 +59,7 @@
com.azure
azure-communication-identity
- 1.1.2
+ 1.1.1
test
diff --git a/sdk/communication/azure-communication-chat/pom.xml b/sdk/communication/azure-communication-chat/pom.xml
index 4f5d2db89fdb7..09ad6c6088be5 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.2
+ 1.1.1
test
diff --git a/sdk/communication/azure-communication-common/CHANGELOG.md b/sdk/communication/azure-communication-common/CHANGELOG.md
index cd3dd56f0e4d3..f31a10721028d 100644
--- a/sdk/communication/azure-communication-common/CHANGELOG.md
+++ b/sdk/communication/azure-communication-common/CHANGELOG.md
@@ -1,6 +1,6 @@
# Release History
-## 1.0.4 (2021-08-30)
+## 1.0.4 (2021-09-07)
### Dependency updates
- Added `azure-communication-networktraversal` package
diff --git a/sdk/communication/azure-communication-identity/CHANGELOG.md b/sdk/communication/azure-communication-identity/CHANGELOG.md
index b6a5e2d058b3e..11cb6976d478e 100644
--- a/sdk/communication/azure-communication-identity/CHANGELOG.md
+++ b/sdk/communication/azure-communication-identity/CHANGELOG.md
@@ -1,8 +1,6 @@
# Release History
-## 1.1.2 (2021-08-30)
-### Dependency updates
-- Upgraded `azure-communication-common` to 1.0.4
+## 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/README.md b/sdk/communication/azure-communication-identity/README.md
index 10e67b7e0bd26..a3ab2ca8b8cbd 100644
--- a/sdk/communication/azure-communication-identity/README.md
+++ b/sdk/communication/azure-communication-identity/README.md
@@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
com.azure
azure-communication-identity
- 1.1.2
+ 1.1.1
```
diff --git a/sdk/communication/azure-communication-identity/pom.xml b/sdk/communication/azure-communication-identity/pom.xml
index 6b3f882de49e8..88a4dfba89f94 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.2
+ 1.1.1
Microsoft Azure identity client library for communication
diff --git a/sdk/communication/azure-communication-networktraversal/CHANGELOG.md b/sdk/communication/azure-communication-networktraversal/CHANGELOG.md
index 51f01586d416d..8fd59a3894508 100644
--- a/sdk/communication/azure-communication-networktraversal/CHANGELOG.md
+++ b/sdk/communication/azure-communication-networktraversal/CHANGELOG.md
@@ -1,6 +1,6 @@
# Release History
-## 1.0.0-beta.1 (2021-08-30)
+## 1.0.0-beta.1 (2021-09-07)
The first preview of the Azure Communication Relay Client has the following features:
diff --git a/sdk/communication/azure-communication-networktraversal/pom.xml b/sdk/communication/azure-communication-networktraversal/pom.xml
index 7e978595f9fca..5b6ab01d91023 100644
--- a/sdk/communication/azure-communication-networktraversal/pom.xml
+++ b/sdk/communication/azure-communication-networktraversal/pom.xml
@@ -114,7 +114,7 @@
com.azure
azure-communication-identity
- 1.1.2
+ 1.1.1
test