Skip to content

Commit 1573446

Browse files
Fix package version after release (Azure#34009)
1 parent 50c089b commit 1573446

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-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>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
76+
<version>1.3.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.5;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;1.3.0-beta.1
64+
com.azure:azure-communication-common;1.2.6;1.3.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.10;1.1.11
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>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
31+
<version>1.3.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release History
22

3+
## 1.3.0-beta.2 (Unreleased)
4+
5+
### Bug Fixes
6+
7+
### Other Changes
8+
9+
#### Dependency Updates
10+
311
## 1.2.6 (2023-03-07)
412

513
### Other Changes

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>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
16+
<version>1.3.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)