Skip to content

Commit

Permalink
Update release date for network-traversal and common package (#23891)
Browse files Browse the repository at this point in the history
* Update release date for network-traversal

* Change dependency of identity to the released version

* Update PR
  • Loading branch information
AriZavala2 authored Sep 7, 2021
1 parent 11b223e commit 6e21797
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.1.2</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
<version>1.1.1</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.1.2</version> <!-- {x-version-update;com.azure:azure-communication-identity;dependency} -->
<version>1.1.1</version> <!-- {x-version-update;com.azure:azure-communication-identity;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.1.2</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
<version>1.1.1</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 1 addition & 3 deletions sdk/communication/azure-communication-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.1.2</version>
<version>1.1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-identity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<packaging>jar</packaging>
<version>1.1.2</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
<version>1.1.1</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->

<name>Microsoft Azure identity client library for communication</name>
<description>
Expand Down
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.1.2</version> <!-- {x-version-update;com.azure:azure-communication-identity;dependency} -->
<version>1.1.1</version> <!-- {x-version-update;com.azure:azure-communication-identity;dependency} -->
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6e21797

Please sign in to comment.