Skip to content

Commit

Permalink
Prepare for OOB Azure spring bom releases (#25495)
Browse files Browse the repository at this point in the history
  • Loading branch information
backwind1233 authored Nov 19, 2021
1 parent c3364af commit da99699
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ com.azure.spring:azure-spring-cloud-feature-management-web;2.0.1;2.1.0-beta.1
com.azure.spring:azure-spring-cloud-feature-management;2.0.1;2.1.0-beta.1
com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;2.1.1;2.2.0-beta.1
com.azure.spring:azure-identity-spring;1.10.0;1.11.0-beta.1
com.azure.spring:azure-spring-boot-bom;3.9.0;3.10.0
com.azure.spring:azure-spring-boot-bom;3.9.0;3.10.1
com.azure.spring:azure-spring-boot-starter-active-directory-b2c;3.10.0;3.11.0-beta.1
com.azure.spring:azure-spring-boot-starter-active-directory;3.10.0;3.11.0-beta.1
com.azure.spring:azure-spring-boot-starter-cosmos;3.10.0;3.11.0-beta.1
Expand All @@ -159,7 +159,7 @@ com.azure.spring:azure-spring-boot-starter;3.10.0;3.11.0-beta.1
com.azure.spring:azure-spring-boot;3.10.0;3.11.0-beta.1
com.azure.spring:azure-spring-cloud-autoconfigure;2.10.0;2.11.0-beta.1
com.azure.spring:azure-spring-cloud-context;2.10.0;2.11.0-beta.1
com.azure.spring:azure-spring-cloud-dependencies;2.9.0;2.10.0
com.azure.spring:azure-spring-cloud-dependencies;2.9.0;2.10.1
com.azure.spring:azure-spring-cloud-messaging;2.10.0;2.11.0-beta.1
com.azure.spring:azure-spring-cloud-starter-cache;2.10.0;2.11.0-beta.1
com.azure.spring:azure-spring-cloud-starter-eventhubs-kafka;2.10.0;2.11.0-beta.1
Expand Down
6 changes: 6 additions & 0 deletions sdk/boms/azure-spring-boot-bom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 3.10.1 (2021-11-18)
This release is compatible with Spring Boot 2.5.0 - 2.5.4.

### Bugs Fixed
Fix azure-sdk-bom's version error: It should be 1.0.5 instead of 1.0.4.

## 3.10.0 (2021-11-03)
This release is compatible with Spring Boot 2.5.0 - 2.5.4.
### Dependency Upgrades
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 @@ -5,7 +5,7 @@

<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-bom</artifactId>
<version>3.10.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-bom;current} -->
<version>3.10.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-bom;current} -->
<packaging>pom</packaging>

<name>Azure Spring Boot BOM</name>
Expand Down
6 changes: 6 additions & 0 deletions sdk/boms/azure-spring-cloud-dependencies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 2.10.1 (2021-11-18)
This release is compatible with Spring Boot 2.5.0 - 2.5.4.

### Bugs Fixed
Fix azure-sdk-bom's version error: It should be 1.0.5 instead of 1.0.4.

## 2.10.0 (2021-11-03)
This release is compatible with Spring Boot 2.5.0 - 2.5.4 and Spring Cloud 2020.0.3.

Expand Down
2 changes: 1 addition & 1 deletion sdk/boms/azure-spring-cloud-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-dependencies</artifactId>
<version>2.10.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-dependencies;current} -->
<version>2.10.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-dependencies;current} -->
<packaging>pom</packaging>

<name>Azure Spring Cloud Dependencies</name>
Expand Down
4 changes: 2 additions & 2 deletions sdk/spring/AZURE_SPRING_BOMS_USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can refer to the [maven doc] about more details about dependency management.
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-bom</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -30,7 +30,7 @@ You can refer to the [maven doc] about more details about dependency management.
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-dependencies</artifactId>
<version>2.10.0</version>
<version>2.10.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit da99699

Please sign in to comment.