From 25da13aed47be1fa3018c1f0853708d589ce57ea Mon Sep 17 00:00:00 2001 From: weiping Date: Fri, 6 Jul 2018 13:53:09 +0800 Subject: [PATCH] release 2.0.4 and add spring data gremlin starter --- .release-automation/config.json | 5 +++-- azure-spring-boot-bom/pom.xml | 4 ++-- azure-spring-boot-parent/pom.xml | 2 +- azure-spring-boot-samples/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 +- 15 files changed, 18 insertions(+), 17 deletions(-) diff --git a/.release-automation/config.json b/.release-automation/config.json index fd908cc6d..05c1a4029 100644 --- a/.release-automation/config.json +++ b/.release-automation/config.json @@ -1,5 +1,5 @@ { - "releaseVersion": "0.2.3", + "releaseVersion": "2.0.4", "moduleNames": [ "azure-spring-boot-parent", "azure-spring-boot-bom", @@ -10,7 +10,8 @@ "azure-storage-spring-boot-starter", "azure-keyvault-secrets-spring-boot-starter", "azure-mediaservices-spring-boot-starter", - "azure-servicebus-spring-boot-starter" + "azure-servicebus-spring-boot-starter", + "spring-data-gremlin-boot-starter" ], "groupId": "com.microsoft.azure", "targetFolder": "D:/Signed", diff --git a/azure-spring-boot-bom/pom.xml b/azure-spring-boot-bom/pom.xml index c36087396..9b96e9442 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.4-SNAPSHOT + 2.0.4 pom Azure Spring Boot BOM @@ -52,7 +52,7 @@ 1.0.0 0.9.7 1.2.5 - 2.0.4-SNAPSHOT + 2.0.4 1.0.9 2.0.3 2.0.0 diff --git a/azure-spring-boot-parent/pom.xml b/azure-spring-boot-parent/pom.xml index 36e4650be..fbe59e955 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.4-SNAPSHOT + 2.0.4 ../azure-spring-boot-bom/pom.xml diff --git a/azure-spring-boot-samples/pom.xml b/azure-spring-boot-samples/pom.xml index 34486552e..5e9d0db3d 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.0.4-SNAPSHOT + 2.0.4 pom import 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 8cd78ff4c..31134ef72 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.4-SNAPSHOT + 2.0.4 ../../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 cc93851bf..360bf94ec 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.4-SNAPSHOT + 2.0.4 ../../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 dc9439351..d502b73de 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.4-SNAPSHOT + 2.0.4 ../../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 079a57901..86548e13e 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.4-SNAPSHOT + 2.0.4 ../../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 4b938e73c..89e8e4f52 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.4-SNAPSHOT + 2.0.4 ../../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 0d2c67169..70da14cde 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.4-SNAPSHOT + 2.0.4 ../../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 a92b52252..289e558aa 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.4-SNAPSHOT + 2.0.4 ../../azure-spring-boot-parent/pom.xml diff --git a/azure-spring-boot-starters/pom.xml b/azure-spring-boot-starters/pom.xml index 337925fe0..db5e8b70a 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.4-SNAPSHOT + 2.0.4 ../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 cb23a8787..97d6f1829 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.4-SNAPSHOT + 2.0.4 ../../azure-spring-boot-parent/pom.xml diff --git a/azure-spring-boot/pom.xml b/azure-spring-boot/pom.xml index 224cb2ee8..cb29f2fa6 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.4-SNAPSHOT + 2.0.4 ../azure-spring-boot-parent/pom.xml diff --git a/pom.xml b/pom.xml index 2f321e28c..ef162d9d4 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.microsoft.azure azure-spring-boot-build - 2.0.4-SNAPSHOT + 2.0.4 pom Azure Spring Boot Build