Skip to content

Commit

Permalink
Increment version for cosmos releases (#26524)
Browse files Browse the repository at this point in the history
* Increment package version after release of com.azure azure-cosmos

* Increment package version after release of com.azure azure-spring-data-cosmos

* Fixed compilation error

Co-authored-by: Kushagra Thapar <[email protected]>
  • Loading branch information
azure-sdk and kushagraThapar authored Jan 15, 2022
1 parent 79b5914 commit ba79b1f
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 @@ -474,7 +474,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-data-cosmos</artifactId>
<version>3.17.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
<version>3.18.0-beta.1</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
</dependency>
<dependency>
<groupId>com.azure.spring</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 @@ -124,7 +124,7 @@ com.azure:azure-security-keyvault-keys;4.3.6;4.4.0-beta.7
com.azure:azure-security-keyvault-secrets;4.3.6;4.4.0-beta.5
com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-sdk-template;1.2.1-beta.2;1.2.1-beta.16
com.azure:azure-spring-data-cosmos;3.16.0;3.17.0
com.azure:azure-spring-data-cosmos;3.17.0;3.18.0-beta.1
com.azure:azure-spring-data-cosmos-test;3.0.0-beta.1;3.0.0-beta.1
com.azure:azure-storage-blob;12.14.3;12.15.0-beta.3
com.azure:azure-storage-blob-batch;12.11.3;12.12.0-beta.3
Expand Down
2 changes: 1 addition & 1 deletion sdk/boms/azure-spring-boot-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<azure.keyvault.jca.version>2.4.0</azure.keyvault.jca.version>
<azure.msal.version>1.11.0</azure.msal.version> <!-- {x-version-update;com.microsoft.azure:msal4j;external_dependency} -->
<azure.servicebus.jms.version>0.0.9</azure.servicebus.jms.version> <!-- {x-version-update;com.microsoft.azure:azure-servicebus-jms;external_dependency} -->
<azure.spring.data.cosmos.version>3.16.0</azure.spring.data.cosmos.version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;dependency} -->
<azure.spring.data.cosmos.version>3.17.0</azure.spring.data.cosmos.version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;dependency} -->
<azure.storage.blob.version>12.14.3</azure.storage.blob.version> <!-- {x-version-update;com.azure:azure-storage-blob;dependency} -->
<azure.storage.fileshare.version>12.11.3</azure.storage.fileshare.version> <!-- {x-version-update;com.azure:azure-storage-file-share;dependency} -->
</properties>
Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-spring-data-cosmos-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-data-cosmos</artifactId>
<version>3.17.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
<version>3.18.0-beta.1</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
</dependency>
<!-- Test -->
<dependency>
Expand Down
10 changes: 10 additions & 0 deletions sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Release History

### 3.18.0-beta.1 (Unreleased)

#### Features Added

#### Breaking Changes

#### Bugs Fixed

#### Other Changes

### 3.17.0 (2022-01-14)
#### Features Added
* Updated `Spring Boot` to version `2.6.2`.
Expand Down
2 changes: 1 addition & 1 deletion sdk/cosmos/azure-spring-data-cosmos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-spring-data-cosmos</artifactId>
<version>3.17.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
<version>3.18.0-beta.1</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;current} -->
<packaging>jar</packaging>
<name>Spring Data for Azure Cosmos DB SQL API</name>
<description>Spring Data for Azure Cosmos DB SQL API</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-boot-starter-cosmos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-data-cosmos</artifactId>
<version>3.16.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;dependency} -->
<version>3.17.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;dependency} -->
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/azure-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-spring-data-cosmos</artifactId>
<version>3.16.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;dependency} -->
<version>3.17.0</version> <!-- {x-version-update;com.azure:azure-spring-data-cosmos;dependency} -->
<optional>true</optional>
</dependency>

Expand Down

0 comments on commit ba79b1f

Please sign in to comment.