Skip to content

Commit a5868e2

Browse files
azure-sdkannie-mac
andauthored
Increment version for cosmos releases (Azure#23890)
* Increment package version after release of com.azure azure-cosmos * update azure-spring-data-cosmos version * revert changelog style change, add unreleased changelog entry for spring Co-authored-by: annie-mac <annie-mac@DESKTOP-62QAK4R.redmond.corp.microsoft.com>
1 parent c906611 commit a5868e2

File tree

13 files changed

+22
-18
lines changed

13 files changed

+22
-18
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>com.azure</groupId>
176176
<artifactId>azure-cosmos</artifactId>
177-
<version>4.19.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
177+
<version>4.19.0-beta.2</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
178178
</dependency>
179179
<dependency>
180180
<groupId>com.azure</groupId>
@@ -470,7 +470,7 @@
470470
<dependency>
471471
<groupId>com.azure</groupId>
472472
<artifactId>azure-spring-data-cosmos</artifactId>
473-
<version>3.11.0-beta.1</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
473+
<version>3.11.0-beta.2</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
474474
</dependency>
475475
<dependency>
476476
<groupId>com.azure.spring</groupId>

eng/versioning/version_client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ com.azure:azure-core-serializer-json-gson;1.1.5;1.2.0-beta.1
7474
com.azure:azure-core-serializer-json-jackson;1.2.6;1.3.0-beta.1
7575
com.azure:azure-core-test;1.7.0;1.8.0-beta.1
7676
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.13;1.0.0-beta.14
77-
com.azure:azure-cosmos;4.18.0;4.19.0-beta.1
77+
com.azure:azure-cosmos;4.18.0;4.19.0-beta.2
7878
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
7979
com.azure:azure-cosmos-dotnet-benchmark;4.0.1-beta.1;4.0.1-beta.1
8080
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.4.0-beta.1;4.4.0-beta.1
@@ -118,7 +118,7 @@ com.azure:azure-security-keyvault-keys;4.3.2;4.4.0-beta.3
118118
com.azure:azure-security-keyvault-secrets;4.3.2;4.4.0-beta.1
119119
com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1
120120
com.azure:azure-sdk-template;1.2.1-beta.2;1.2.1-beta.16
121-
com.azure:azure-spring-data-cosmos;3.10.0;3.11.0-beta.1
121+
com.azure:azure-spring-data-cosmos;3.10.0;3.11.0-beta.2
122122
com.azure:azure-spring-data-cosmos-test;3.0.0-beta.1;3.0.0-beta.1
123123
com.azure:azure-storage-blob;12.13.0;12.14.0-beta.2
124124
com.azure:azure-storage-blob-batch;12.10.0;12.11.0-beta.2

sdk/communication/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.azure</groupId>
2828
<artifactId>azure-communication-callingserver</artifactId>
29-
<version>1.0.0-beta.4</version> <!-- {x-version-update;com.azure:azure-communication-callingserver;current} -->
29+
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-communication-callingserver;current} -->
3030
</dependency>
3131
<dependency>
3232
<groupId>com.azure</groupId>
@@ -41,12 +41,12 @@
4141
<dependency>
4242
<groupId>com.azure</groupId>
4343
<artifactId>azure-communication-identity</artifactId>
44-
<version>1.1.1</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
44+
<version>1.1.2</version> <!-- {x-version-update;com.azure:azure-communication-identity;current} -->
4545
</dependency>
4646
<dependency>
4747
<groupId>com.azure</groupId>
4848
<artifactId>azure-communication-phonenumbers</artifactId>
49-
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-phonenumbers;current} -->
49+
<version>1.0.4</version> <!-- {x-version-update;com.azure:azure-communication-phonenumbers;current} -->
5050
</dependency>
5151
<dependency>
5252
<groupId>com.azure</groupId>
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.azure</groupId>
5858
<artifactId>azure-communication-sms</artifactId>
59-
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
59+
<version>1.0.4</version> <!-- {x-version-update;com.azure:azure-communication-sms;current} -->
6060
</dependency>
6161
</dependencies>
6262

sdk/cosmos/azure-cosmos-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Licensed under the MIT License.
4343
<dependency>
4444
<groupId>com.azure</groupId>
4545
<artifactId>azure-cosmos</artifactId>
46-
<version>4.19.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
46+
<version>4.19.0-beta.2</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
4747
</dependency>
4848

4949
<dependency>

sdk/cosmos/azure-cosmos-dotnet-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Licensed under the MIT License.
4242
<dependency>
4343
<groupId>com.azure</groupId>
4444
<artifactId>azure-cosmos</artifactId>
45-
<version>4.19.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
45+
<version>4.19.0-beta.2</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
4646
</dependency>
4747

4848
<dependency>

sdk/cosmos/azure-cosmos-encryption/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Licensed under the MIT License.
4444
<dependency>
4545
<groupId>com.azure</groupId>
4646
<artifactId>azure-cosmos</artifactId>
47-
<version>4.19.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
47+
<version>4.19.0-beta.2</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
4848
</dependency>
4949

5050
<dependency>

sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.azure</groupId>
6363
<artifactId>azure-cosmos</artifactId>
64-
<version>4.19.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
64+
<version>4.19.0-beta.2</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6565
</dependency>
6666
<dependency>
6767
<groupId>org.scala-lang.modules</groupId>

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Release History
22

3+
### 4.19.0-beta.2 (Unreleased)
4+
35
### 4.19.0-beta.1 (2021-09-02)
46
#### Key Bug Fixes
57
* Added support to switch off IO thread for response processing.
@@ -81,7 +83,7 @@
8183
* Fixed warning caused because of afterburner module usage in `CosmosDiagnostics`.
8284
* Query performance improvements.
8385

84-
### 4.13.0 (2021-03-11)
86+
### 4.13.0 (2021-03-11)
8587
> [!IMPORTANT]
8688
> This release updates `reactor-core` and `reactor-netty` major versions to `2020.0.4 (Europium)` release train.
8789
#### New Features

sdk/cosmos/azure-cosmos/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Licensed under the MIT License.
1313

1414
<groupId>com.azure</groupId>
1515
<artifactId>azure-cosmos</artifactId>
16-
<version>4.19.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
16+
<version>4.19.0-beta.2</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
1717
<name>Microsoft Azure SDK for SQL API of Azure Cosmos DB Service</name>
1818
<description>This Package contains Microsoft Azure Cosmos SDK (with Reactive Extension Reactor support) for Azure Cosmos DB SQL API</description>
1919
<packaging>jar</packaging>

sdk/cosmos/azure-spring-data-cosmos-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.azure</groupId>
3232
<artifactId>azure-spring-data-cosmos</artifactId>
33-
<version>3.11.0-beta.1</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
33+
<version>3.11.0-beta.2</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
3434
</dependency>
3535
<!-- Test -->
3636
<dependency>

0 commit comments

Comments
 (0)