Skip to content

Commit 45971e4

Browse files
Version bump after cosmos spark release 4.5.1 (Azure#26039)
1 parent ee76f29 commit 45971e4

File tree

11 files changed

+14
-12
lines changed

11 files changed

+14
-12
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<dependency>
179179
<groupId>com.azure</groupId>
180180
<artifactId>azure-cosmos</artifactId>
181-
<version>4.24.0-snapshot.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
181+
<version>4.24.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
182182
</dependency>
183183
<dependency>
184184
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ com.azure:azure-core-serializer-json-gson;1.1.9;1.2.0-beta.1
7777
com.azure:azure-core-serializer-json-jackson;1.2.10;1.3.0-beta.1
7878
com.azure:azure-core-test;1.7.5;1.8.0-beta.1
7979
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.17;1.0.0-beta.18
80-
com.azure:azure-cosmos;4.23.0;4.24.0-snapshot.1
80+
com.azure:azure-cosmos;4.23.0;4.24.0-beta.1
8181
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
8282
com.azure:azure-cosmos-dotnet-benchmark;4.0.1-beta.1;4.0.1-beta.1
83-
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.5.1;4.5.1
83+
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.6.0-beta.1;4.6.0-beta.1
8484
com.azure:azure-cosmos-encryption;1.0.0-beta.9;1.0.0-beta.10
8585
com.azure:azure-data-appconfiguration;1.2.4;1.3.0-beta.1
8686
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Licensed under the MIT License.
4646
<dependency>
4747
<groupId>com.azure</groupId>
4848
<artifactId>azure-cosmos</artifactId>
49-
<version>4.24.0-snapshot.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
49+
<version>4.24.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
5050
</dependency>
5151

5252
<dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Licensed under the MIT License.
4646
<dependency>
4747
<groupId>com.azure</groupId>
4848
<artifactId>azure-cosmos</artifactId>
49-
<version>4.24.0-snapshot.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
49+
<version>4.24.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
5050
</dependency>
5151

5252
<dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Licensed under the MIT License.
4747
<dependency>
4848
<groupId>com.azure</groupId>
4949
<artifactId>azure-cosmos</artifactId>
50-
<version>4.24.0-snapshot.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
50+
<version>4.24.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
5151
</dependency>
5252

5353
<dependency>

sdk/cosmos/azure-cosmos-spark_3-1_2-12/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Release History
2+
### 4.6.0-beta.1 (Unreleased)
3+
24
### 4.5.1 (2021-12-14)
35
#### Key Bug Fixes
46
* Fixed an issue that can cause hangs when bulk-ingesting data into Cosmos containers with more than 255 physical partitions - See [PR 26017](https://github.com/Azure/azure-sdk-for-java/pull/26017)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.azure.cosmos.spark</groupId>
1414
<artifactId>azure-cosmos-spark_3-1_2-12</artifactId>
15-
<version>4.5.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;current} -->
15+
<version>4.6.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;current} -->
1616
<packaging>jar</packaging>
1717
<name>OLTP Spark Connector for Azure Cosmos DB SQL API</name>
1818
<description>OLTP Spark Connector for Azure Cosmos DB SQL API</description>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com.azure</groupId>
6666
<artifactId>azure-cosmos</artifactId>
67-
<version>4.24.0-snapshot.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
67+
<version>4.24.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6868
</dependency>
6969
<dependency>
7070
<groupId>org.scala-lang.modules</groupId>

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Release History
22

3-
### 4.24.0-snapshot.1 (Unreleased)
3+
### 4.24.0-beta.1 (Unreleased)
44

55
#### Features Added
66

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.24.0-snapshot.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
16+
<version>4.24.0-beta.1</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/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>com.azure</groupId>
9393
<artifactId>azure-cosmos</artifactId>
94-
<version>4.24.0-snapshot.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
94+
<version>4.24.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
9595
</dependency>
9696
<dependency>
9797
<groupId>com.fasterxml.jackson.module</groupId>

0 commit comments

Comments
 (0)