From d99aceb632d537e433cd7becfccc722bc8e24329 Mon Sep 17 00:00:00 2001 From: weiping Date: Mon, 27 Aug 2018 09:50:03 +0800 Subject: [PATCH] release version 2.0.5 --- azure-spring-boot-bom/pom.xml | 4 ++-- azure-spring-boot-parent/pom.xml | 2 +- .../azure-active-directory-spring-boot-starter/pom.xml | 2 +- .../azure-documentdb-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-spring-boot-starter/pom.xml | 2 +- azure-spring-boot-starters/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/pom.xml | 2 +- pom.xml | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/azure-spring-boot-bom/pom.xml b/azure-spring-boot-bom/pom.xml index 8d9c6caec..a012e38cf 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.0.5-SNAPSHOT + 2.0.5 pom Azure Spring Boot BOM @@ -52,7 +52,7 @@ 1.0.0 0.9.7 1.2.5 - 2.0.5-SNAPSHOT + 2.0.5 2.1.2 2.0.4 2.0.0 diff --git a/azure-spring-boot-parent/pom.xml b/azure-spring-boot-parent/pom.xml index 3cb154246..771231839 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.0.5-SNAPSHOT + 2.0.5 ../azure-spring-boot-bom/pom.xml 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 f6f62fb9a..07de6b7c4 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.0.5-SNAPSHOT + 2.0.5 ../../azure-spring-boot-parent/pom.xml diff --git a/azure-spring-boot-starters/azure-documentdb-spring-boot-starter/pom.xml b/azure-spring-boot-starters/azure-documentdb-spring-boot-starter/pom.xml index 48189a335..a1e81e943 100644 --- a/azure-spring-boot-starters/azure-documentdb-spring-boot-starter/pom.xml +++ b/azure-spring-boot-starters/azure-documentdb-spring-boot-starter/pom.xml @@ -7,7 +7,7 @@ com.microsoft.azure azure-spring-boot-parent - 2.0.5-SNAPSHOT + 2.0.5 ../../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 ce8a933ac..04022680c 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.0.5-SNAPSHOT + 2.0.5 ../../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 f64596021..4326e6824 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.0.5-SNAPSHOT + 2.0.5 ../../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 939f5e800..a2c11a38e 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.0.5-SNAPSHOT + 2.0.5 ../../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 7f2c58de1..390de5a6d 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.0.5-SNAPSHOT + 2.0.5 ../../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 3a2661fc9..51f6c57d8 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.0.5-SNAPSHOT + 2.0.5 ../../azure-spring-boot-parent/pom.xml diff --git a/azure-spring-boot-starters/pom.xml b/azure-spring-boot-starters/pom.xml index c8a34c605..248389590 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.0.5-SNAPSHOT + 2.0.5 ../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 4367bbbed..3badb7456 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.0.5-SNAPSHOT + 2.0.5 ../../azure-spring-boot-parent/pom.xml diff --git a/azure-spring-boot/pom.xml b/azure-spring-boot/pom.xml index 1f62d79bd..6a738cdc8 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.0.5-SNAPSHOT + 2.0.5 ../azure-spring-boot-parent/pom.xml diff --git a/pom.xml b/pom.xml index bfae2b9fd..1bf1bc0e2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.microsoft.azure azure-spring-boot-build - 2.0.5-SNAPSHOT + 2.0.5 pom Azure Spring Boot Build