diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 92a63d562cfa9..967db59e270cc 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -429,7 +429,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 com.azure.spring @@ -479,7 +479,7 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 com.azure.spring diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index f68f9535886c2..338e070f0a4a4 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -160,9 +160,9 @@ com.azure.spring:azure-spring-boot-starter-keyvault-secrets;3.11.0;3.12.0 com.azure.spring:azure-spring-boot-starter-servicebus-jms;3.11.0;3.12.0 com.azure.spring:azure-spring-boot-starter-storage;3.11.0;3.12.0 com.azure.spring:azure-spring-boot-starter;3.11.0;3.12.0 -com.azure.spring:azure-spring-boot;3.11.0;3.12.0 +com.azure.spring:azure-spring-boot;3.12.0;3.13.0-beta.1 com.azure.spring:azure-spring-cloud-autoconfigure;2.11.0;2.12.0 -com.azure.spring:azure-spring-cloud-context;2.11.0;2.12.0 +com.azure.spring:azure-spring-cloud-context;2.12.0;2.13.0-beta.1 com.azure.spring:azure-spring-cloud-dependencies;2.11.0;2.12.0 com.azure.spring:azure-spring-cloud-messaging;2.11.0;2.12.0 com.azure.spring:azure-spring-cloud-starter-cache;2.11.0;2.12.0 diff --git a/sdk/spring/azure-spring-boot-starter-active-directory-b2c/pom.xml b/sdk/spring/azure-spring-boot-starter-active-directory-b2c/pom.xml index 28be17b4e6d70..1a4bdb52bca2c 100644 --- a/sdk/spring/azure-spring-boot-starter-active-directory-b2c/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-active-directory-b2c/pom.xml @@ -34,7 +34,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 diff --git a/sdk/spring/azure-spring-boot-starter-active-directory/pom.xml b/sdk/spring/azure-spring-boot-starter-active-directory/pom.xml index 5a5ad1e4145ec..8d21ac3514832 100644 --- a/sdk/spring/azure-spring-boot-starter-active-directory/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-active-directory/pom.xml @@ -38,7 +38,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 org.springframework diff --git a/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml b/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml index 9b41957d1fe02..ae518bdfd80c4 100644 --- a/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-cosmos/pom.xml @@ -33,7 +33,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 com.azure diff --git a/sdk/spring/azure-spring-boot-starter-keyvault-secrets/pom.xml b/sdk/spring/azure-spring-boot-starter-keyvault-secrets/pom.xml index 6ae992ce3fd4e..1f40950c76e8e 100644 --- a/sdk/spring/azure-spring-boot-starter-keyvault-secrets/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-keyvault-secrets/pom.xml @@ -33,7 +33,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 com.azure diff --git a/sdk/spring/azure-spring-boot-starter-servicebus-jms/pom.xml b/sdk/spring/azure-spring-boot-starter-servicebus-jms/pom.xml index 7b02f3d41b9ba..f14d7e52ddf7c 100644 --- a/sdk/spring/azure-spring-boot-starter-servicebus-jms/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-servicebus-jms/pom.xml @@ -23,7 +23,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 diff --git a/sdk/spring/azure-spring-boot-starter-storage/pom.xml b/sdk/spring/azure-spring-boot-starter-storage/pom.xml index 7982d61acabb4..0ca232fbe92e3 100644 --- a/sdk/spring/azure-spring-boot-starter-storage/pom.xml +++ b/sdk/spring/azure-spring-boot-starter-storage/pom.xml @@ -23,7 +23,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 diff --git a/sdk/spring/azure-spring-boot-starter/pom.xml b/sdk/spring/azure-spring-boot-starter/pom.xml index 34f0b60070196..7f0919f495194 100644 --- a/sdk/spring/azure-spring-boot-starter/pom.xml +++ b/sdk/spring/azure-spring-boot-starter/pom.xml @@ -33,7 +33,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 diff --git a/sdk/spring/azure-spring-boot/CHANGELOG.md b/sdk/spring/azure-spring-boot/CHANGELOG.md index 6fd78a5e5ac5c..d7028256e7a6b 100644 --- a/sdk/spring/azure-spring-boot/CHANGELOG.md +++ b/sdk/spring/azure-spring-boot/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 3.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 3.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1. diff --git a/sdk/spring/azure-spring-boot/pom.xml b/sdk/spring/azure-spring-boot/pom.xml index 4e8f29ba30f50..b576bafc49b0c 100644 --- a/sdk/spring/azure-spring-boot/pom.xml +++ b/sdk/spring/azure-spring-boot/pom.xml @@ -13,7 +13,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 jar Azure Spring Boot AutoConfigure diff --git a/sdk/spring/azure-spring-cloud-autoconfigure/pom.xml b/sdk/spring/azure-spring-cloud-autoconfigure/pom.xml index b3f478ffc6d9e..eed542956c0f1 100644 --- a/sdk/spring/azure-spring-cloud-autoconfigure/pom.xml +++ b/sdk/spring/azure-spring-cloud-autoconfigure/pom.xml @@ -124,7 +124,7 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 true diff --git a/sdk/spring/azure-spring-cloud-context/CHANGELOG.md b/sdk/spring/azure-spring-cloud-context/CHANGELOG.md index a7d1756ebc1a5..985504b56b973 100644 --- a/sdk/spring/azure-spring-cloud-context/CHANGELOG.md +++ b/sdk/spring/azure-spring-cloud-context/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 2.13.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 2.12.0 (2021-12-24) This release is compatible with Spring Boot 2.5.5-2.5.8, 2.6.0-2.6.1, and Spring Cloud 2020.0.0-2020.0.5, 2021.0.0. diff --git a/sdk/spring/azure-spring-cloud-context/pom.xml b/sdk/spring/azure-spring-cloud-context/pom.xml index addb39d429630..f2a7654957869 100644 --- a/sdk/spring/azure-spring-cloud-context/pom.xml +++ b/sdk/spring/azure-spring-cloud-context/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 Azure Spring Cloud Context https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/spring/azure-spring-cloud-messaging/pom.xml b/sdk/spring/azure-spring-cloud-messaging/pom.xml index 66fe9aee12f08..597dc425fd766 100644 --- a/sdk/spring/azure-spring-cloud-messaging/pom.xml +++ b/sdk/spring/azure-spring-cloud-messaging/pom.xml @@ -20,7 +20,7 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 org.springframework diff --git a/sdk/spring/azure-spring-cloud-starter-cache/pom.xml b/sdk/spring/azure-spring-cloud-starter-cache/pom.xml index 4629960c5bb01..44c102bc44b8a 100644 --- a/sdk/spring/azure-spring-cloud-starter-cache/pom.xml +++ b/sdk/spring/azure-spring-cloud-starter-cache/pom.xml @@ -25,7 +25,7 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 org.springframework.boot diff --git a/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/pom.xml b/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/pom.xml index 4356a31b0fcfc..108d2e4bc9396 100644 --- a/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/pom.xml +++ b/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka/pom.xml @@ -30,7 +30,7 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 diff --git a/sdk/spring/azure-spring-cloud-starter-storage-queue/pom.xml b/sdk/spring/azure-spring-cloud-starter-storage-queue/pom.xml index f4052e2d9e1aa..c4c5ed5765a2d 100644 --- a/sdk/spring/azure-spring-cloud-starter-storage-queue/pom.xml +++ b/sdk/spring/azure-spring-cloud-starter-storage-queue/pom.xml @@ -22,7 +22,7 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 runtime diff --git a/sdk/spring/azure-spring-cloud-storage/pom.xml b/sdk/spring/azure-spring-cloud-storage/pom.xml index 016b8db42b569..320923ec9a61e 100644 --- a/sdk/spring/azure-spring-cloud-storage/pom.xml +++ b/sdk/spring/azure-spring-cloud-storage/pom.xml @@ -23,7 +23,7 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 diff --git a/sdk/spring/azure-spring-integration-core/pom.xml b/sdk/spring/azure-spring-integration-core/pom.xml index 53ee02c8afe83..2c66fadf0ff0b 100644 --- a/sdk/spring/azure-spring-integration-core/pom.xml +++ b/sdk/spring/azure-spring-integration-core/pom.xml @@ -26,7 +26,7 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 org.springframework diff --git a/sdk/spring/pom.xml b/sdk/spring/pom.xml index c23488976fbe3..ebb79ba90e4b7 100644 --- a/sdk/spring/pom.xml +++ b/sdk/spring/pom.xml @@ -37,7 +37,7 @@ com.azure.spring azure-spring-boot - 3.12.0 + 3.13.0-beta.1 com.azure.spring @@ -47,7 +47,7 @@ com.azure.spring azure-spring-cloud-context - 2.12.0 + 2.13.0-beta.1 com.azure.spring