Skip to content

Commit

Permalink
Fixing library dependency version (#23333)
Browse files Browse the repository at this point in the history
* Fixing library dependency version
  • Loading branch information
cochi2 authored Aug 4, 2021
1 parent f3e76aa commit dbac4ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

## 1.0.0-beta.4 (Unreleased)

## 1.0.0-beta.4 (2021-08-04)
### Bug Fixes
- Using released version of azure-communication-common.

## 1.0.0-beta.3 (2021-07-26)
### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This package contains a Java SDK for Azure Communication CallingServer Service.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-callingserver</artifactId>
<version>1.0.0-beta.3</version>
<version>1.0.0-beta.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-common</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-common;current} -->
<version>1.0.3</version> <!-- {x-version-update;com.azure:azure-communication-common;dependency} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down

0 comments on commit dbac4ab

Please sign in to comment.