Skip to content

Commit b0d1604

Browse files
authored
Release/azure communication common/1.1.2 (Azure#28082)
* Reset changes to the patch version. * Updating the SDK dependencies for azure-communication-common
1 parent 6a381dd commit b0d1604

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.azure</groupId>
7070
<artifactId>azure-communication-common</artifactId>
71-
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
71+
<version>1.1.2</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
7272
</dependency>
7373
<dependency>
7474
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ com.azure:azure-aot-graalvm-samples;1.0.0-beta.1;1.0.0-beta.1
5858
com.azure:azure-aot-graalvm-perf;1.0.0-beta.1;1.0.0-beta.1
5959
com.azure:azure-communication-chat;1.2.0;1.3.0-beta.1
6060
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
61-
com.azure:azure-communication-common;1.1.1;1.2.0-beta.1
61+
com.azure:azure-communication-common;1.1.1;1.1.2
6262
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
6363
com.azure:azure-communication-sms;1.1.0;1.2.0-beta.1
6464
com.azure:azure-communication-identity;1.1.7;1.2.0-beta.2

sdk/azureadexternalidentities/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<plugin>
2424
<groupId>org.jacoco</groupId>
2525
<artifactId>jacoco-maven-plugin</artifactId>
26-
<version>0.8.5</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
26+
<version>0.8.7</version> <!-- {x-version-update;org.jacoco:jacoco-maven-plugin;external_dependency} -->
2727
<executions>
2828
<execution>
2929
<id>report-aggregate</id>

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.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
31+
<version>1.1.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: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Release History
22

3-
## 1.2.0-beta.1 (Unreleased)
3+
## 1.1.2 (2022-04-07)
44

5-
### Features Added
6-
7-
### Breaking Changes
5+
### Other Changes
86

9-
### Bugs Fixed
7+
#### Dependency Updates
108

11-
### Other Changes
9+
- Upgraded `azure-core` from `1.26.0` to version `1.27.0`.
10+
- Upgraded `azure-core-http-netty` from `1.11.8` to version `1.11.9`.
1211

1312
## 1.1.1 (2022-03-09)
1413

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