diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 6ebf74ba717a..3fe73cac0458 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -441,12 +441,12 @@ com.azure.spring azure-spring-integration-eventhubs - 2.0.0-beta.1 + 2.0.0-beta.2 com.azure.spring azure-spring-integration-servicebus - 2.0.0-beta.1 + 2.0.0-beta.2 com.azure.spring diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index d0875436e77b..fa2e6238ee36 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -125,8 +125,8 @@ com.azure.spring:azure-spring-cloud-stream-binder-test;2.0.0-beta.1;2.0.0-beta.2 com.azure.spring:azure-spring-cloud-telemetry;2.0.0-beta.1;2.0.0-beta.2 com.azure.spring:azure-spring-data-gremlin;2.3.1-beta.1;2.3.1-beta.1 com.azure.spring:azure-spring-integration-core;2.0.0-beta.1;2.0.0-beta.2 -com.azure.spring:azure-spring-integration-eventhubs;2.0.0-beta.1;2.0.0-beta.1 -com.azure.spring:azure-spring-integration-servicebus;2.0.0-beta.1;2.0.0-beta.1 +com.azure.spring:azure-spring-integration-eventhubs;2.0.0-beta.1;2.0.0-beta.2 +com.azure.spring:azure-spring-integration-servicebus;2.0.0-beta.1;2.0.0-beta.2 com.azure.spring:azure-spring-integration-storage-queue;2.0.0-beta.1;2.0.0-beta.2 com.azure.spring:azure-spring-integration-test;2.0.0-beta.1;2.0.0-beta.2 com.azure.spring:azure-spring-cloud-appconfiguration-config-web;1.2.8-beta.1;1.2.8-beta.1 diff --git a/sdk/spring/azure-spring-cloud-autoconfigure/pom.xml b/sdk/spring/azure-spring-cloud-autoconfigure/pom.xml index e19b5389fc0a..4fd3636a5c33 100644 --- a/sdk/spring/azure-spring-cloud-autoconfigure/pom.xml +++ b/sdk/spring/azure-spring-cloud-autoconfigure/pom.xml @@ -85,7 +85,7 @@ com.azure.spring azure-spring-integration-eventhubs - 2.0.0-beta.1 + 2.0.0-beta.2 true @@ -93,7 +93,7 @@ com.azure.spring azure-spring-integration-servicebus - 2.0.0-beta.1 + 2.0.0-beta.2 true diff --git a/sdk/spring/azure-spring-cloud-starter-eventhubs/README.md b/sdk/spring/azure-spring-cloud-starter-eventhubs/README.md index ab0b76b495c9..0fce006036fa 100644 --- a/sdk/spring/azure-spring-cloud-starter-eventhubs/README.md +++ b/sdk/spring/azure-spring-cloud-starter-eventhubs/README.md @@ -18,7 +18,7 @@ For Spring Integration on Event Hubs, please refer to the [source code][source_c com.azure.spring azure-spring-cloud-starter-eventhubs - 2.0.0-beta.1 + 2.0.0-beta.2 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/spring/azure-spring-cloud-starter-eventhubs/pom.xml b/sdk/spring/azure-spring-cloud-starter-eventhubs/pom.xml index 3ca4eea532cf..a28b77dc3f2b 100644 --- a/sdk/spring/azure-spring-cloud-starter-eventhubs/pom.xml +++ b/sdk/spring/azure-spring-cloud-starter-eventhubs/pom.xml @@ -24,7 +24,7 @@ com.azure.spring azure-spring-integration-eventhubs - 2.0.0-beta.1 + 2.0.0-beta.2 com.azure.spring diff --git a/sdk/spring/azure-spring-cloud-starter-servicebus/README.md b/sdk/spring/azure-spring-cloud-starter-servicebus/README.md index 96cffded4f58..2ffb36e9648b 100644 --- a/sdk/spring/azure-spring-cloud-starter-servicebus/README.md +++ b/sdk/spring/azure-spring-cloud-starter-servicebus/README.md @@ -17,7 +17,7 @@ The Spring Cloud Service Bus starter helps developers to finish the auto-configu com.azure.spring azure-spring-cloud-starter-servicebus - 2.0.0-beta.1 + 2.0.0-beta.2 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/spring/azure-spring-cloud-starter-servicebus/pom.xml b/sdk/spring/azure-spring-cloud-starter-servicebus/pom.xml index 35ef6fab9527..09d4f94ad749 100644 --- a/sdk/spring/azure-spring-cloud-starter-servicebus/pom.xml +++ b/sdk/spring/azure-spring-cloud-starter-servicebus/pom.xml @@ -24,7 +24,7 @@ com.azure.spring azure-spring-integration-servicebus - 2.0.0-beta.1 + 2.0.0-beta.2 com.microsoft.azure diff --git a/sdk/spring/azure-spring-integration-eventhubs/CHANGELOG.md b/sdk/spring/azure-spring-integration-eventhubs/CHANGELOG.md index 8310296d256e..a972c5b02d62 100644 --- a/sdk/spring/azure-spring-integration-eventhubs/CHANGELOG.md +++ b/sdk/spring/azure-spring-integration-eventhubs/CHANGELOG.md @@ -1,4 +1,5 @@ # Release History +## 2.0.0-beta.2 (Unreleased) ## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes diff --git a/sdk/spring/azure-spring-integration-eventhubs/README.md b/sdk/spring/azure-spring-integration-eventhubs/README.md index 9ff537217bdf..9a3695026afd 100644 --- a/sdk/spring/azure-spring-integration-eventhubs/README.md +++ b/sdk/spring/azure-spring-integration-eventhubs/README.md @@ -17,7 +17,7 @@ Event Hubs is a fully managed, real-time data ingestion service that’s simple, com.azure.spring azure-spring-integration-eventhubs - 2.0.0-beta.1 + 2.0.0-beta.2 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/spring/azure-spring-integration-eventhubs/pom.xml b/sdk/spring/azure-spring-integration-eventhubs/pom.xml index 22b51be742c6..c698fab0b60e 100644 --- a/sdk/spring/azure-spring-integration-eventhubs/pom.xml +++ b/sdk/spring/azure-spring-integration-eventhubs/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-integration-eventhubs - 2.0.0-beta.1 + 2.0.0-beta.2 Azure Spring Integration Event Hubs https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/spring/azure-spring-integration-servicebus/CHANGELOG.md b/sdk/spring/azure-spring-integration-servicebus/CHANGELOG.md index 6df35f8cf33c..7ca0b9f4b5a2 100644 --- a/sdk/spring/azure-spring-integration-servicebus/CHANGELOG.md +++ b/sdk/spring/azure-spring-integration-servicebus/CHANGELOG.md @@ -1,5 +1,7 @@ # Release History +## 2.0.0-beta.2 (Unreleased) + ## 2.0.0-beta.1 (2020-11-18) ### Breaking Changes - Change group id from `com.microsoft.azure` to `com.azure.spring`. diff --git a/sdk/spring/azure-spring-integration-servicebus/README.md b/sdk/spring/azure-spring-integration-servicebus/README.md index a90651fb0c67..953fc072917f 100644 --- a/sdk/spring/azure-spring-integration-servicebus/README.md +++ b/sdk/spring/azure-spring-integration-servicebus/README.md @@ -19,7 +19,7 @@ Service Bus offers a reliable and secure platform for asynchronous transfer of d com.azure.spring azure-spring-integration-servicebus - 2.0.0-beta.1 + 2.0.0-beta.2 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/spring/azure-spring-integration-servicebus/pom.xml b/sdk/spring/azure-spring-integration-servicebus/pom.xml index c963fffd3b9f..daf9376bcc73 100644 --- a/sdk/spring/azure-spring-integration-servicebus/pom.xml +++ b/sdk/spring/azure-spring-integration-servicebus/pom.xml @@ -12,7 +12,7 @@ com.azure.spring azure-spring-integration-servicebus - 2.0.0-beta.1 + 2.0.0-beta.2 Azure Spring Integration Service Bus https://github.com/Azure/azure-sdk-for-java