Skip to content

Commit

Permalink
prepare release for azure-spring-boot-bom (#26208)
Browse files Browse the repository at this point in the history
  • Loading branch information
yiliuTo authored Dec 29, 2021
1 parent e57efb3 commit b28642b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
10 changes: 10 additions & 0 deletions sdk/boms/azure-spring-boot-bom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 3.12.0 (2021-12-29)
This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1.

### Dependency Upgrades
- Upgrade to [spring-boot-dependencies:2.6.1](https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/2.6.1/spring-boot-dependencies-2.6.1.pom).
- Upgrade Azure Spring versions to 3.12.0.

### Breaking Changes
- Remove import of Azure SDK bom.

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

Expand Down
27 changes: 9 additions & 18 deletions sdk/boms/azure-spring-boot-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@
<dependencyManagement>
<dependencies>

<!-- Import azure-sdk-bom-->
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-sdk-bom</artifactId>
<version>1.0.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Other Azure dependencies that not managed by azure-sdk-bom. -->
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -72,47 +63,47 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-active-directory</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-active-directory-b2c</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-cosmos</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-keyvault-secrets</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-keyvault-certificates</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-servicebus-jms</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-storage</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit b28642b

Please sign in to comment.