Skip to content

Commit

Permalink
Hotfix: Spring Cloud Azure related dependencies in bom are not releas…
Browse files Browse the repository at this point in the history
…ed. (#25540)
  • Loading branch information
backwind1233 authored Nov 19, 2021
1 parent 1104636 commit 31a5acc
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 29 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.1
com.azure.spring:azure-spring-boot-bom;3.9.0;3.10.2
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.1
com.azure.spring:azure-spring-cloud-dependencies;2.9.0;2.10.2
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.2 (2021-11-19)
This release is compatible with Spring Boot 2.5.0 - 2.5.4.

### Bugs Fixed
Fix bug: the Spring Cloud Azure related dependencies in `azure-spring-boot-bom:3.10.1` are not released.

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

Expand Down
20 changes: 10 additions & 10 deletions 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.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-bom;current} -->
<version>3.10.2</version> <!-- {x-version-update;com.azure.spring:azure-spring-boot-bom;current} -->
<packaging>pom</packaging>

<name>Azure Spring Boot BOM</name>
Expand Down Expand Up @@ -72,47 +72,47 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot</artifactId>
<version>${project.version}</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter</artifactId>
<version>${project.version}</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-active-directory</artifactId>
<version>${project.version}</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-active-directory-b2c</artifactId>
<version>${project.version}</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-cosmos</artifactId>
<version>${project.version}</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-keyvault-secrets</artifactId>
<version>${project.version}</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-keyvault-certificates</artifactId>
<version>${project.version}</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-servicebus-jms</artifactId>
<version>${project.version}</version>
<version>3.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-storage</artifactId>
<version>${project.version}</version>
<version>3.10.0</version>
</dependency>
</dependencies>
</dependencyManagement>
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.2 (2021-11-19)
This release is compatible with Spring Boot 2.5.0 - 2.5.4.

### Bugs Fixed
Fix bug: the Spring Cloud Azure related dependencies in `azure-spring-cloud-dependencies:2.10.1` are not released.

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

Expand Down
30 changes: 15 additions & 15 deletions 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.1</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-dependencies;current} -->
<version>2.10.2</version> <!-- {x-version-update;com.azure.spring:azure-spring-cloud-dependencies;current} -->
<packaging>pom</packaging>

<name>Azure Spring Cloud Dependencies</name>
Expand Down Expand Up @@ -62,78 +62,78 @@
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-integration-eventhubs</artifactId>
<version>${project.version}</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-integration-servicebus</artifactId>
<version>${project.version}</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-integration-storage-queue</artifactId>
<version>${project.version}</version>
<version>2.10.0</version>
</dependency>

<!-- Azure Spring Cloud-->
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-context</artifactId>
<version>${project.version}</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-autoconfigure</artifactId>
<version>${project.version}</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-messaging</artifactId>
<version>${project.version}</version>
<version>2.10.0</version>
</dependency>

<!-- Azure Spring Cloud Stream Binder -->
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-stream-binder-eventhubs</artifactId>
<version>${project.version}</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-stream-binder-servicebus-topic</artifactId>
<version>${project.version}</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-stream-binder-servicebus-queue</artifactId>
<version>${project.version}</version>
<version>2.10.0</version>
</dependency>

<!--Spring Cloud Azure Starters-->
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-starter-cache</artifactId>
<version>${project.version}</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-starter-servicebus</artifactId>
<version>${project.version}</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-starter-eventhubs</artifactId>
<version>${project.version}</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-starter-eventhubs-kafka</artifactId>
<version>${project.version}</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-starter-storage-queue</artifactId>
<version>${project.version}</version>
<version>2.10.0</version>
</dependency>

<!-- App Configuration -->
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.1</version>
<version>3.10.2</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.1</version>
<version>2.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 31a5acc

Please sign in to comment.