Skip to content

Commit 94bd0d4

Browse files
authored
Increment package versions for cosmos releases (#40031)
1 parent 23b7d1e commit 94bd0d4

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.30.0;4.31.0-beta.1
110110
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.30.0;4.31.0-beta.1
111111
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.30.0;4.31.0-beta.1
112112
com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.30.0;4.31.0-beta.1
113-
com.azure:azure-cosmos-test;1.0.0-beta.6;1.0.0-beta.7
113+
com.azure:azure-cosmos-test;1.0.0-beta.7;1.0.0-beta.8
114114
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
115115
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;1.0.0-beta.2;1.0.0-beta.3
116116
com.azure:azure-data-appconfiguration;1.6.0;1.7.0-beta.1

sdk/cosmos/azure-cosmos-kafka-connect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Licensed under the MIT License.
101101
<dependency>
102102
<groupId>com.azure</groupId>
103103
<artifactId>azure-cosmos-test</artifactId>
104-
<version>1.0.0-beta.7</version> <!-- {x-version-update;com.azure:azure-cosmos-test;current} -->
104+
<version>1.0.0-beta.8</version> <!-- {x-version-update;com.azure:azure-cosmos-test;current} -->
105105
<scope>test</scope>
106106
</dependency>
107107

sdk/cosmos/azure-cosmos-test/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## Release History
22

3+
### 1.0.0-beta.8 (Unreleased)
4+
5+
#### Features Added
6+
7+
#### Breaking Changes
8+
9+
#### Bugs Fixed
10+
11+
#### Other Changes
12+
313
### 1.0.0-beta.7 (2024-05-03)
414

515
#### Bugs Fixed

sdk/cosmos/azure-cosmos-test/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-test</artifactId>
16-
<version>1.0.0-beta.7</version> <!-- {x-version-update;com.azure:azure-cosmos-test;current} -->
16+
<version>1.0.0-beta.8</version> <!-- {x-version-update;com.azure:azure-cosmos-test;current} -->
1717
<name>Microsoft Azure Java Cosmos Test Library</name>
1818
<description>This package contains core fault injection types for Azure Java Cosmos client.</description>
1919
<packaging>jar</packaging>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Licensed under the MIT License.
104104
<dependency>
105105
<groupId>com.azure</groupId>
106106
<artifactId>azure-cosmos-test</artifactId>
107-
<version>1.0.0-beta.7</version> <!-- {x-version-update;com.azure:azure-cosmos-test;current} -->
107+
<version>1.0.0-beta.8</version> <!-- {x-version-update;com.azure:azure-cosmos-test;current} -->
108108
</dependency>
109109
<dependency>
110110
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)