Skip to content

Commit

Permalink
Update the communication packages for the identity version. (Azure#26704
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pallavit authored Jan 26, 2022
1 parent 1769184 commit 8a507b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ com.azure:azure-communication-callingserver;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-communication-common;1.0.7;1.1.0-beta.1
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-sms;1.0.6;1.1.0-beta.1
com.azure:azure-communication-identity;1.1.4;1.2.0-beta.1
com.azure:azure-communication-identity;1.1.5;1.2.0-beta.1
com.azure:azure-communication-phonenumbers;1.0.6;1.1.0-beta.2
com.azure:azure-communication-networktraversal;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-containers-containerregistry;1.0.0;1.1.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.1.4</version> <!-- {x-version-update;com.azure:azure-communication-identity;dependency} -->
<version>1.1.5</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 @@ -59,7 +59,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.1.4</version> <!-- {x-version-update;com.azure:azure-communication-identity;dependency} -->
<version>1.1.5</version> <!-- {x-version-update;com.azure:azure-communication-identity;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.1.4</version> <!-- {x-version-update;com.azure:azure-communication-identity;dependency} -->
<version>1.1.5</version> <!-- {x-version-update;com.azure:azure-communication-identity;dependency} -->
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8a507b4

Please sign in to comment.