Skip to content

Commit

Permalink
Increment version for communication releases (#26545)
Browse files Browse the repository at this point in the history
Increment package version after release of com.azure azure-communication-identity
  • Loading branch information
azure-sdk authored Jan 18, 2022
1 parent 17da831 commit 155f16b
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 7 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 @@ -73,7 +73,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.1.5</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-identity;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 @@ -59,7 +59,7 @@ com.azure:azure-communication-callingserver;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-communication-common;1.0.7;1.1.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.0.6;1.1.0-beta.1
com.azure:azure-communication-identity;1.1.4;1.1.5
com.azure:azure-communication-identity;1.1.5;1.2.0-beta.1
com.azure:azure-communication-phonenumbers;1.0.6;1.1.0-beta.1
com.azure:azure-communication-networktraversal;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-containers-containerregistry;1.0.0;1.1.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.1.4</version> <!-- {x-version-update;com.azure:azure-communication-identity;dependency} -->
<version>1.1.5</version> <!-- {x-version-update;com.azure:azure-communication-identity;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.1.4</version> <!-- {x-version-update;com.azure:azure-communication-identity;dependency} -->
<version>1.1.5</version> <!-- {x-version-update;com.azure:azure-communication-identity;dependency} -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down
10 changes: 10 additions & 0 deletions sdk/communication/azure-communication-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.1.5 (2022-01-17)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/azure-communication-identity/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-identity</artifactId>
<packaging>jar</packaging>
<version>1.1.5</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->

<name>Microsoft Azure identity client library for communication</name>
<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.1.4</version> <!-- {x-version-update;com.azure:azure-communication-identity;dependency} -->
<version>1.1.5</version> <!-- {x-version-update;com.azure:azure-communication-identity;dependency} -->
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-communication-identity</artifactId>
<version>1.1.5</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down

0 comments on commit 155f16b

Please sign in to comment.