Skip to content

Commit 2f89c21

Browse files
AikoBBAigerim Beishenbekova
andauthored
Release/azure communication common/1.0.8 (Azure#26962)
* Reset changes to the patch version. * Updating the SDK dependencies for azure-communication-common Co-authored-by: Aigerim Beishenbekova <aigerimb@Aigerims-MacBook-Pro-2.local>
1 parent 7b69f6d commit 2f89c21

File tree

8 files changed

+12
-13
lines changed

8 files changed

+12
-13
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.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
71+
<version>1.0.8</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
@@ -56,7 +56,7 @@ com.azure:azure-aot-graalvm-support;1.0.0-beta.1;1.0.0-beta.1
5656
com.azure:azure-aot-graalvm-support-netty;1.0.0-beta.1;1.0.0-beta.1
5757
com.azure:azure-communication-chat;1.1.3;1.2.0-beta.1
5858
com.azure:azure-communication-callingserver;1.0.0-beta.3;1.0.0-beta.4
59-
com.azure:azure-communication-common;1.0.7;1.1.0-beta.1
59+
com.azure:azure-communication-common;1.0.7;1.0.8
6060
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
6161
com.azure:azure-communication-sms;1.0.6;1.1.0-beta.1
6262
com.azure:azure-communication-identity;1.1.5;1.2.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.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
31+
<version>1.0.8</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.1.0-beta.1 (Unreleased)
3+
## 1.0.8 (2022-02-09)
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.24.1` to version `1.25.0`.
10+
- Upgraded `azure-core-http-netty` from `1.11.6` to version `1.11.7`.
1211

1312
## 1.0.7 (2022-01-14)
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.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
16+
<version>1.0.8</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
1717

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

sdk/oep/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/resourcemanager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-javadoc-plugin</artifactId>
72-
<version>3.1.1</version> <!-- {x-version-update;org.apache.maven.plugins:maven-javadoc-plugin;external_dependency} -->
72+
<version>3.3.1</version> <!-- {x-version-update;org.apache.maven.plugins:maven-javadoc-plugin;external_dependency} -->
7373
<configuration>
7474
<skip>true</skip>
7575
</configuration>

sdk/securityinsights/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>

0 commit comments

Comments
 (0)