Skip to content

Commit

Permalink
Upgrade phone numbers from 1.1.0-beta.6 to 1.1.0-beta.7 (#29401)
Browse files Browse the repository at this point in the history
* Changes for SMS 1.1.2 -> 1.1.3

* Update from Phone numbers 1.1.0-beta.6 to 1.1.0-beta.7

* Fix merge conflict.

Co-authored-by: Adrian Tang <[email protected]>
  • Loading branch information
whisper6284 and Adrian Tang authored Jun 13, 2022
1 parent 345e93b commit b0f74d6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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 @@ -88,7 +88,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-phonenumbers</artifactId>
<version>1.1.0-beta.6</version> <!-- {x-version-update;com.azure:azure-communication-phonenumbers;current} -->
<version>1.1.0-beta.7</version> <!-- {x-version-update;com.azure:azure-communication-phonenumbers;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 @@ -62,7 +62,7 @@ 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-identity;1.1.9;1.2.0-beta.2
com.azure:azure-communication-phonenumbers;1.0.11;1.1.0-beta.6
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
com.azure:azure-containers-containerregistry;1.0.4;1.1.0-beta.2
com.azure:azure-containers-containerregistry-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
12 changes: 6 additions & 6 deletions sdk/communication/azure-communication-phonenumbers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Release History

## 1.1.0-beta.6 (Unreleased)
## 1.1.0-beta.7 (2022-06-13)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.28.0` to version `1.29.1`
- Upgraded `azure-communication-common` from `1.1.3` to version `1.1.4`
- Upgraded `azure-identity` from `1.5.1` to `1.5.2`

## 1.0.11 (2022-05-17)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-phonenumbers</artifactId>
<version>1.0.11</version>
<version>1.1.0-beta.7</version>
</dependency>
```

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

<name>Microsoft Azure client phone numbers library for communication</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 @@ -46,7 +46,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-phonenumbers</artifactId>
<version>1.1.0-beta.6</version> <!-- {x-version-update;com.azure:azure-communication-phonenumbers;current} -->
<version>1.1.0-beta.7</version> <!-- {x-version-update;com.azure:azure-communication-phonenumbers;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down

0 comments on commit b0f74d6

Please sign in to comment.