Skip to content

Commit 1e4d652

Browse files
authored
Prepare to release azure-spring-bom and azure-spring-cloud-dependencies. (Azure#25165)
1 parent d282755 commit 1e4d652

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

eng/versioning/version_client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ com.azure.spring:azure-spring-cloud-feature-management-web;2.0.1;2.1.0-beta.1
147147
com.azure.spring:azure-spring-cloud-feature-management;2.0.1;2.1.0-beta.1
148148
com.azure.spring:azure-spring-cloud-starter-appconfiguration-config;2.1.1;2.2.0-beta.1
149149
com.azure.spring:azure-identity-spring;1.9.0;1.10.0
150-
com.azure.spring:azure-spring-boot-bom;3.8.0;3.9.0
150+
com.azure.spring:azure-spring-boot-bom;3.9.0;3.10.0
151151
com.azure.spring:azure-spring-boot-starter-active-directory-b2c;3.9.0;3.10.0
152152
com.azure.spring:azure-spring-boot-starter-active-directory;3.9.0;3.10.0
153153
com.azure.spring:azure-spring-boot-starter-cosmos;3.9.0;3.10.0
@@ -159,7 +159,7 @@ com.azure.spring:azure-spring-boot-starter;3.9.0;3.10.0
159159
com.azure.spring:azure-spring-boot;3.9.0;3.10.0
160160
com.azure.spring:azure-spring-cloud-autoconfigure;2.9.0;2.10.0
161161
com.azure.spring:azure-spring-cloud-context;2.9.0;2.10.0
162-
com.azure.spring:azure-spring-cloud-dependencies;2.8.0;2.9.0
162+
com.azure.spring:azure-spring-cloud-dependencies;2.9.0;2.10.0
163163
com.azure.spring:azure-spring-cloud-messaging;2.9.0;2.10.0
164164
com.azure.spring:azure-spring-cloud-starter-cache;2.9.0;2.10.0
165165
com.azure.spring:azure-spring-cloud-starter-eventhubs-kafka;2.9.0;2.10.0

sdk/boms/azure-spring-boot-bom/CHANGELOG.md

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

3+
## 3.10.0 (2021-11-03)
4+
This release is compatible with Spring Boot 2.5.0 - 2.5.4.
5+
### Dependency Upgrades
6+
- Upgrade to [Azure Spring Data Cosmos 3.13.1](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/cosmos/azure-spring-data-cosmos/CHANGELOG.md#3131-2021-10-27).
7+
38
## 3.9.0 (2021-09-26)
49
This release is compatible with Spring Boot 2.5.0 - 2.5.4.
510
### Dependency Upgrades

sdk/boms/azure-spring-boot-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.azure.spring</groupId>
77
<artifactId>azure-spring-boot-bom</artifactId>
8-
<version>3.9.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-bom;current} -->
8+
<version>3.10.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-bom;current} -->
99
<packaging>pom</packaging>
1010

1111
<name>Azure Spring Boot BOM</name>

sdk/boms/azure-spring-cloud-dependencies/CHANGELOG.md

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

3-
## 2.9.0-beta.1 (Unreleased)
3+
## 2.10.0 (2021-11-03)
4+
This release is compatible with Spring Boot 2.5.0 - 2.5.4 and Spring Cloud 2020.0.3.
5+
6+
## 2.9.0 (2021-09-26)
47
This release is compatible with Spring Boot 2.5.0 - 2.5.4 and Spring Cloud 2020.0.3.
58
### Dependency Upgrades
69
- Upgrade to [spring-boot-dependencies:2.5.4](https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/2.5.4/spring-boot-dependencies-2.5.4.pom).

sdk/boms/azure-spring-cloud-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.azure.spring</groupId>
88
<artifactId>azure-spring-cloud-dependencies</artifactId>
9-
<version>2.9.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-dependencies;current} -->
9+
<version>2.10.0</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-dependencies;current} -->
1010
<packaging>pom</packaging>
1111

1212
<name>Azure Spring Cloud Dependencies</name>

sdk/spring/AZURE_SPRING_BOMS_USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can refer to the [maven doc] about more details about dependency management.
1212
<dependency>
1313
<groupId>com.azure.spring</groupId>
1414
<artifactId>azure-spring-boot-bom</artifactId>
15-
<version>3.9.0</version>
15+
<version>3.10.0</version>
1616
<type>pom</type>
1717
<scope>import</scope>
1818
</dependency>
@@ -30,7 +30,7 @@ You can refer to the [maven doc] about more details about dependency management.
3030
<dependency>
3131
<groupId>com.azure.spring</groupId>
3232
<artifactId>azure-spring-cloud-dependencies</artifactId>
33-
<version>2.9.0</version>
33+
<version>2.10.0</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>

0 commit comments

Comments
 (0)