From 024457ac993a57f484510ec6ca764bf9aa08220a Mon Sep 17 00:00:00 2001 From: Zhou Liu Date: Thu, 16 Jan 2020 10:46:37 +0800 Subject: [PATCH] release 2.1.8 --- azure-spring-boot-bom/pom.xml | 4 ++-- azure-spring-boot-parent/pom.xml | 2 +- azure-spring-boot-samples/build.gradle | 2 +- azure-spring-boot-samples/pom.xml | 2 +- .../azure-active-directory-b2c-spring-boot-starter/pom.xml | 6 +++--- .../azure-active-directory-spring-boot-starter/pom.xml | 2 +- .../azure-cosmosdb-spring-boot-starter/pom.xml | 2 +- .../azure-keyvault-secrets-spring-boot-starter/pom.xml | 2 +- .../azure-mediaservices-spring-boot-starter/pom.xml | 2 +- .../azure-servicebus-jms-spring-boot-starter/pom.xml | 2 +- .../azure-servicebus-spring-boot-starter/pom.xml | 2 +- .../azure-spring-boot-metrics-starter/pom.xml | 2 +- .../azure-spring-boot-starter/pom.xml | 2 +- .../azure-storage-spring-boot-starter/pom.xml | 2 +- azure-spring-boot-starters/pom.xml | 2 +- .../spring-data-gremlin-boot-starter/pom.xml | 2 +- azure-spring-boot-tests/azure-spring-boot-test-aad/pom.xml | 2 +- .../azure-spring-boot-test-application/pom.xml | 2 +- azure-spring-boot-tests/azure-spring-boot-test-core/pom.xml | 2 +- .../azure-spring-boot-test-cosmosdb/pom.xml | 2 +- .../azure-spring-boot-test-keyvault/pom.xml | 2 +- azure-spring-boot-tests/pom.xml | 4 ++-- azure-spring-boot/pom.xml | 2 +- pom.xml | 2 +- 24 files changed, 28 insertions(+), 28 deletions(-) diff --git a/azure-spring-boot-bom/pom.xml b/azure-spring-boot-bom/pom.xml index f7f06fdd8..bfbb6367e 100644 --- a/azure-spring-boot-bom/pom.xml +++ b/azure-spring-boot-bom/pom.xml @@ -5,7 +5,7 @@ com.microsoft.azure azure-spring-boot-bom - 2.1.8-SNAPSHOT + 2.1.8 pom Azure Spring Boot BOM @@ -46,7 +46,7 @@ - 2.1.8-SNAPSHOT + 2.1.8 2.1.0.M8 2.1.7 2.1.7 diff --git a/azure-spring-boot-parent/pom.xml b/azure-spring-boot-parent/pom.xml index 7cbc69af1..ac60c82d4 100644 --- a/azure-spring-boot-parent/pom.xml +++ b/azure-spring-boot-parent/pom.xml @@ -7,7 +7,7 @@ com.microsoft.azure azure-spring-boot-bom - 2.1.8-SNAPSHOT + 2.1.8 ../azure-spring-boot-bom/pom.xml diff --git a/azure-spring-boot-samples/build.gradle b/azure-spring-boot-samples/build.gradle index 23f99fe68..729860441 100644 --- a/azure-spring-boot-samples/build.gradle +++ b/azure-spring-boot-samples/build.gradle @@ -18,7 +18,7 @@ allprojects { version = '0.0.1-SNAPSHOT' ext { - azureSpringBootStartersVersion = '2.1.8-SNAPSHOT' + azureSpringBootStartersVersion = '2.1.8' commonsioVersion = '2.3' } } diff --git a/azure-spring-boot-samples/pom.xml b/azure-spring-boot-samples/pom.xml index c788b6aad..32c33a337 100644 --- a/azure-spring-boot-samples/pom.xml +++ b/azure-spring-boot-samples/pom.xml @@ -66,7 +66,7 @@ com.microsoft.azure azure-spring-boot-bom - 2.1.8-SNAPSHOT + 2.1.8 pom import diff --git a/azure-spring-boot-starters/azure-active-directory-b2c-spring-boot-starter/pom.xml b/azure-spring-boot-starters/azure-active-directory-b2c-spring-boot-starter/pom.xml index 8003fbd3f..583cc403d 100644 --- a/azure-spring-boot-starters/azure-active-directory-b2c-spring-boot-starter/pom.xml +++ b/azure-spring-boot-starters/azure-active-directory-b2c-spring-boot-starter/pom.xml @@ -7,12 +7,12 @@ com.microsoft.azure azure-spring-boot-parent - 2.1.8-SNAPSHOT + 2.1.8 ../../azure-spring-boot-parent/pom.xml azure-active-directory-b2c-spring-boot-starter - 2.1.8-SNAPSHOT + 2.1.8 Azure AD B2C Spring Security Integration Spring Boot Starter Spring Boot Starter for Azure AD B2C and Spring Security Integration @@ -36,7 +36,7 @@ com.microsoft.azure azure-spring-boot - 2.1.8-SNAPSHOT + 2.1.8 diff --git a/azure-spring-boot-starters/azure-active-directory-spring-boot-starter/pom.xml b/azure-spring-boot-starters/azure-active-directory-spring-boot-starter/pom.xml index f5b8510f2..9d27a2f9d 100644 --- a/azure-spring-boot-starters/azure-active-directory-spring-boot-starter/pom.xml +++ b/azure-spring-boot-starters/azure-active-directory-spring-boot-starter/pom.xml @@ -7,7 +7,7 @@ com.microsoft.azure azure-spring-boot-parent - 2.1.8-SNAPSHOT + 2.1.8 ../../azure-spring-boot-parent/pom.xml diff --git a/azure-spring-boot-starters/azure-cosmosdb-spring-boot-starter/pom.xml b/azure-spring-boot-starters/azure-cosmosdb-spring-boot-starter/pom.xml index a17dbdaa8..53ac8682e 100644 --- a/azure-spring-boot-starters/azure-cosmosdb-spring-boot-starter/pom.xml +++ b/azure-spring-boot-starters/azure-cosmosdb-spring-boot-starter/pom.xml @@ -7,7 +7,7 @@ com.microsoft.azure azure-spring-boot-parent - 2.1.8-SNAPSHOT + 2.1.8 ../../azure-spring-boot-parent/pom.xml diff --git a/azure-spring-boot-starters/azure-keyvault-secrets-spring-boot-starter/pom.xml b/azure-spring-boot-starters/azure-keyvault-secrets-spring-boot-starter/pom.xml index a769c729e..4c9bc9abe 100644 --- a/azure-spring-boot-starters/azure-keyvault-secrets-spring-boot-starter/pom.xml +++ b/azure-spring-boot-starters/azure-keyvault-secrets-spring-boot-starter/pom.xml @@ -9,7 +9,7 @@ com.microsoft.azure azure-spring-boot-parent - 2.1.8-SNAPSHOT + 2.1.8 ../../azure-spring-boot-parent/pom.xml diff --git a/azure-spring-boot-starters/azure-mediaservices-spring-boot-starter/pom.xml b/azure-spring-boot-starters/azure-mediaservices-spring-boot-starter/pom.xml index cefe4773f..a03e142cb 100644 --- a/azure-spring-boot-starters/azure-mediaservices-spring-boot-starter/pom.xml +++ b/azure-spring-boot-starters/azure-mediaservices-spring-boot-starter/pom.xml @@ -7,7 +7,7 @@ com.microsoft.azure azure-spring-boot-parent - 2.1.8-SNAPSHOT + 2.1.8 ../../azure-spring-boot-parent/pom.xml diff --git a/azure-spring-boot-starters/azure-servicebus-jms-spring-boot-starter/pom.xml b/azure-spring-boot-starters/azure-servicebus-jms-spring-boot-starter/pom.xml index 38e9ff3c0..6147a102a 100644 --- a/azure-spring-boot-starters/azure-servicebus-jms-spring-boot-starter/pom.xml +++ b/azure-spring-boot-starters/azure-servicebus-jms-spring-boot-starter/pom.xml @@ -7,7 +7,7 @@ com.microsoft.azure azure-spring-boot-parent - 2.1.8-SNAPSHOT + 2.1.8 ../../azure-spring-boot-parent/pom.xml diff --git a/azure-spring-boot-starters/azure-servicebus-spring-boot-starter/pom.xml b/azure-spring-boot-starters/azure-servicebus-spring-boot-starter/pom.xml index 09ed6b320..fb13f4aff 100644 --- a/azure-spring-boot-starters/azure-servicebus-spring-boot-starter/pom.xml +++ b/azure-spring-boot-starters/azure-servicebus-spring-boot-starter/pom.xml @@ -7,7 +7,7 @@ com.microsoft.azure azure-spring-boot-parent - 2.1.8-SNAPSHOT + 2.1.8 ../../azure-spring-boot-parent/pom.xml diff --git a/azure-spring-boot-starters/azure-spring-boot-metrics-starter/pom.xml b/azure-spring-boot-starters/azure-spring-boot-metrics-starter/pom.xml index 9131cc7fd..c02ec9915 100644 --- a/azure-spring-boot-starters/azure-spring-boot-metrics-starter/pom.xml +++ b/azure-spring-boot-starters/azure-spring-boot-metrics-starter/pom.xml @@ -7,7 +7,7 @@ com.microsoft.azure azure-spring-boot-parent - 2.1.8-SNAPSHOT + 2.1.8 ../../azure-spring-boot-parent/pom.xml diff --git a/azure-spring-boot-starters/azure-spring-boot-starter/pom.xml b/azure-spring-boot-starters/azure-spring-boot-starter/pom.xml index 78d97d6eb..9feb2497c 100644 --- a/azure-spring-boot-starters/azure-spring-boot-starter/pom.xml +++ b/azure-spring-boot-starters/azure-spring-boot-starter/pom.xml @@ -7,7 +7,7 @@ com.microsoft.azure azure-spring-boot-parent - 2.1.8-SNAPSHOT + 2.1.8 ../../azure-spring-boot-parent/pom.xml diff --git a/azure-spring-boot-starters/azure-storage-spring-boot-starter/pom.xml b/azure-spring-boot-starters/azure-storage-spring-boot-starter/pom.xml index b5a68151f..991c451c7 100644 --- a/azure-spring-boot-starters/azure-storage-spring-boot-starter/pom.xml +++ b/azure-spring-boot-starters/azure-storage-spring-boot-starter/pom.xml @@ -7,7 +7,7 @@ com.microsoft.azure azure-spring-boot-parent - 2.1.8-SNAPSHOT + 2.1.8 ../../azure-spring-boot-parent/pom.xml diff --git a/azure-spring-boot-starters/pom.xml b/azure-spring-boot-starters/pom.xml index f8b4bc5d8..056b90891 100644 --- a/azure-spring-boot-starters/pom.xml +++ b/azure-spring-boot-starters/pom.xml @@ -7,7 +7,7 @@ com.microsoft.azure azure-spring-boot-parent - 2.1.8-SNAPSHOT + 2.1.8 ../azure-spring-boot-parent/pom.xml diff --git a/azure-spring-boot-starters/spring-data-gremlin-boot-starter/pom.xml b/azure-spring-boot-starters/spring-data-gremlin-boot-starter/pom.xml index 95db1a06d..f4b3c9843 100644 --- a/azure-spring-boot-starters/spring-data-gremlin-boot-starter/pom.xml +++ b/azure-spring-boot-starters/spring-data-gremlin-boot-starter/pom.xml @@ -6,7 +6,7 @@ com.microsoft.azure azure-spring-boot-parent - 2.1.8-SNAPSHOT + 2.1.8 ../../azure-spring-boot-parent/pom.xml diff --git a/azure-spring-boot-tests/azure-spring-boot-test-aad/pom.xml b/azure-spring-boot-tests/azure-spring-boot-test-aad/pom.xml index f93e4723b..e19df9b31 100644 --- a/azure-spring-boot-tests/azure-spring-boot-test-aad/pom.xml +++ b/azure-spring-boot-tests/azure-spring-boot-test-aad/pom.xml @@ -5,7 +5,7 @@ azure-spring-boot-tests com.microsoft.azure - 2.1.8-SNAPSHOT + 2.1.8 ../pom.xml 4.0.0 diff --git a/azure-spring-boot-tests/azure-spring-boot-test-application/pom.xml b/azure-spring-boot-tests/azure-spring-boot-test-application/pom.xml index d09011d6b..6438e8263 100644 --- a/azure-spring-boot-tests/azure-spring-boot-test-application/pom.xml +++ b/azure-spring-boot-tests/azure-spring-boot-test-application/pom.xml @@ -52,7 +52,7 @@ com.microsoft.azure azure-spring-boot-bom - 2.1.8-SNAPSHOT + 2.1.8 pom import diff --git a/azure-spring-boot-tests/azure-spring-boot-test-core/pom.xml b/azure-spring-boot-tests/azure-spring-boot-test-core/pom.xml index cd120df3a..4e4ab08a2 100644 --- a/azure-spring-boot-tests/azure-spring-boot-test-core/pom.xml +++ b/azure-spring-boot-tests/azure-spring-boot-test-core/pom.xml @@ -5,7 +5,7 @@ azure-spring-boot-tests com.microsoft.azure - 2.1.8-SNAPSHOT + 2.1.8 ../pom.xml 4.0.0 diff --git a/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/pom.xml b/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/pom.xml index c27ddfd22..8b6653dbb 100644 --- a/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/pom.xml +++ b/azure-spring-boot-tests/azure-spring-boot-test-cosmosdb/pom.xml @@ -5,7 +5,7 @@ azure-spring-boot-tests com.microsoft.azure - 2.1.8-SNAPSHOT + 2.1.8 ../pom.xml 4.0.0 diff --git a/azure-spring-boot-tests/azure-spring-boot-test-keyvault/pom.xml b/azure-spring-boot-tests/azure-spring-boot-test-keyvault/pom.xml index 0bed966a3..c20904526 100644 --- a/azure-spring-boot-tests/azure-spring-boot-test-keyvault/pom.xml +++ b/azure-spring-boot-tests/azure-spring-boot-test-keyvault/pom.xml @@ -5,7 +5,7 @@ azure-spring-boot-tests com.microsoft.azure - 2.1.8-SNAPSHOT + 2.1.8 ../pom.xml 4.0.0 diff --git a/azure-spring-boot-tests/pom.xml b/azure-spring-boot-tests/pom.xml index e1b1d81ca..59a87e862 100644 --- a/azure-spring-boot-tests/pom.xml +++ b/azure-spring-boot-tests/pom.xml @@ -6,7 +6,7 @@ com.microsoft.azure azure-spring-boot-tests - 2.1.8-SNAPSHOT + 2.1.8 pom Azure Spring Boot Tests @@ -30,7 +30,7 @@ 3.0.0-M3 2.1.7.RELEASE - 2.1.8-SNAPSHOT + 2.1.8 1.26.0 2.1.1 0.1.53 diff --git a/azure-spring-boot/pom.xml b/azure-spring-boot/pom.xml index c5c296d2b..f66aab288 100644 --- a/azure-spring-boot/pom.xml +++ b/azure-spring-boot/pom.xml @@ -7,7 +7,7 @@ com.microsoft.azure azure-spring-boot-parent - 2.1.8-SNAPSHOT + 2.1.8 ../azure-spring-boot-parent/pom.xml diff --git a/pom.xml b/pom.xml index 8608f8cd1..ddb362c13 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.microsoft.azure azure-spring-boot-build - 2.1.8-SNAPSHOT + 2.1.8 pom Azure Spring Boot Build