From 6772ef92d25ff9b6ad78fdfa34af4526ee510272 Mon Sep 17 00:00:00 2001 From: Sheng Chen Date: Wed, 25 Jul 2018 10:16:10 +0800 Subject: [PATCH] bump version to next release --- azure-functions-archetype/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-functions-archetype/pom.xml b/azure-functions-archetype/pom.xml index 7d779c5..1a0ae43 100644 --- a/azure-functions-archetype/pom.xml +++ b/azure-functions-archetype/pom.xml @@ -6,7 +6,7 @@ com.microsoft.azure azure-functions-archetype - 1.12-SNAPSHOT + 1.13-SNAPSHOT jar Maven Archetype for Azure Functions diff --git a/azure-functions-archetype/src/main/resources/archetype-resources/pom.xml b/azure-functions-archetype/src/main/resources/archetype-resources/pom.xml index 8916668..72c78cc 100644 --- a/azure-functions-archetype/src/main/resources/archetype-resources/pom.xml +++ b/azure-functions-archetype/src/main/resources/archetype-resources/pom.xml @@ -14,7 +14,7 @@ UTF-8 1.8 1.8 - 1.0.0-beta-3 + 1.0.0-beta-4 1.0.0-beta-5 ${appName} ${appRegion} diff --git a/pom.xml b/pom.xml index 453a6cc..7ab79df 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.microsoft.azure azure-maven-archetypes - 1.12-SNAPSHOT + 1.13-SNAPSHOT pom Maven Archetypes for Azure Maven Archetypes for Microsoft Azure services