Skip to content

Commit 6c54a8f

Browse files
authored
Increment versions for communication releases (Azure#34212)
Increment package versions for communication releases
1 parent 7f85d2b commit 6c54a8f

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>com.azure</groupId>
7575
<artifactId>azure-communication-common</artifactId>
76-
<version>2.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
76+
<version>2.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
7777
</dependency>
7878
<dependency>
7979
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ com.azure:azure-aot-graalvm-perf;1.0.0-beta.1;1.0.0-beta.1
6161
com.azure:azure-communication-chat;1.3.6;1.4.0-beta.1
6262
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
6363
com.azure:azure-communication-callautomation;1.0.0-beta.1;1.0.0-beta.2
64-
com.azure:azure-communication-common;1.2.6;2.0.0-beta.1
64+
com.azure:azure-communication-common;1.2.6;2.0.0-beta.2
6565
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
6666
com.azure:azure-communication-sms;1.1.11;1.2.0-beta.1
6767
com.azure:azure-communication-identity;1.4.4;1.5.0-beta.1

sdk/communication/azure-communication-common-perf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.azure</groupId>
3030
<artifactId>azure-communication-common</artifactId>
31-
<version>2.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
31+
<version>2.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
3232
</dependency>
3333
<dependency>
3434
<groupId>com.azure</groupId>

sdk/communication/azure-communication-common/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 2.0.0-beta.2 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 2.0.0-beta.1 (2023-03-24)
414

515
### Features Added

sdk/communication/azure-communication-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>com.azure</groupId>
1414
<artifactId>azure-communication-common</artifactId>
1515
<packaging>jar</packaging>
16-
<version>2.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
16+
<version>2.0.0-beta.2</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
1717

1818
<name>Microsoft Azure common library for communication service client</name>
1919
<description>

0 commit comments

Comments
 (0)