Skip to content

Commit

Permalink
Increment version for communication releases (#27133)
Browse files Browse the repository at this point in the history
Increment package version after release of com.azure azure-communication-chat
  • Loading branch information
azure-sdk committed Feb 24, 2022
1 parent a326b21 commit b798efe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -63,7 +63,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-chat</artifactId>
<version>1.1.4</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-chat;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 @@ -54,7 +54,7 @@ com.azure:azure-analytics-synapse-managedprivateendpoints;1.0.0-beta.5;1.0.0-bet
com.azure:azure-analytics-synapse-monitoring;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-aot-graalvm-support;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-aot-graalvm-support-netty;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-chat;1.1.4;1.1.4
com.azure:azure-communication-chat;1.1.4;1.2.0-beta.1
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-communication-common;1.0.8;1.1.0
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
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 @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-communication-chat</artifactId>
<version>1.1.4</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->

<name>Microsoft Azure client library for chat application</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-chat</artifactId>
<version>1.1.4</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-chat;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down

0 comments on commit b798efe

Please sign in to comment.