Skip to content

Commit

Permalink
Update Azure Communication Services SMS from 1.1.2 to 1.1.3 (#29400)
Browse files Browse the repository at this point in the history
* Changes for SMS 1.1.2 -> 1.1.3

* Update SMS from 1.1.2 to 1.1.3

* Update test coverage file's merge conflict.

Co-authored-by: Adrian Tang <[email protected]>
  • Loading branch information
whisper6284 and Adrian Tang authored Jun 13, 2022
1 parent b0f74d6 commit da78382
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-sms</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
<version>1.1.3</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ com.azure:azure-communication-chat;1.2.2;1.3.0-beta.1
com.azure:azure-communication-callingserver;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-communication-common;1.1.4;1.2.0-beta.1
com.azure:azure-communication-common-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-communication-sms;1.1.2;1.2.0-beta.1
com.azure:azure-communication-sms;1.1.2;1.1.3
com.azure:azure-communication-identity;1.1.9;1.2.0-beta.2
com.azure:azure-communication-phonenumbers;1.0.11;1.1.0-beta.7
com.azure:azure-communication-networktraversal;1.1.0-beta.2;1.1.0-beta.3
Expand Down
13 changes: 6 additions & 7 deletions sdk/communication/azure-communication-sms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Release History

## 1.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.1.3 (2022-06-13)

### Other Changes

#### Dependency updates
- Upgraded `azure-communication-common` to 1.1.4
- Upgraded `azure-core` to 1.29.1
- Upgraded `azure-identity` to 1.5.2

## 1.1.2 (2022-05-11)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-sms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-sms</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-sms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-communication-sms</artifactId>
<packaging>jar</packaging>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
<version>1.1.3</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->

<name>Microsoft Azure library for sending SMS messages</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-sms</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
<version>1.1.3</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
</dependency>
</dependencies>

Expand Down

0 comments on commit da78382

Please sign in to comment.