From fcae06f8c50a39ac073207125b9ba15bf34ec1bd Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 29 Jun 2023 11:19:09 +0000 Subject: [PATCH] Bumping versions --- .../function-sample-aws-native/pom.xml | 2 +- .../function-sample-azure-kafka-trigger/pom.xml | 2 +- .../function-sample-azure-timer-trigger/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-cloud-function-samples/function-sample-aws-native/pom.xml b/spring-cloud-function-samples/function-sample-aws-native/pom.xml index 038323955..f1cb6958d 100644 --- a/spring-cloud-function-samples/function-sample-aws-native/pom.xml +++ b/spring-cloud-function-samples/function-sample-aws-native/pom.xml @@ -15,7 +15,7 @@ Sample of AWS with Spring Native 17 - 2022.0.4-SNAPSHOT + 2023.0.0-SNAPSHOT diff --git a/spring-cloud-function-samples/function-sample-azure-kafka-trigger/pom.xml b/spring-cloud-function-samples/function-sample-azure-kafka-trigger/pom.xml index 04bc9ffad..f56c601ed 100644 --- a/spring-cloud-function-samples/function-sample-azure-kafka-trigger/pom.xml +++ b/spring-cloud-function-samples/function-sample-azure-kafka-trigger/pom.xml @@ -16,7 +16,7 @@ Demo project for Spring Boot 17 - 2022.0.4-SNAPSHOT + 2023.0.0-SNAPSHOT 2.1.0 example.KafkaTriggerDemoApplication diff --git a/spring-cloud-function-samples/function-sample-azure-timer-trigger/pom.xml b/spring-cloud-function-samples/function-sample-azure-timer-trigger/pom.xml index 954228629..0be0b96ea 100644 --- a/spring-cloud-function-samples/function-sample-azure-timer-trigger/pom.xml +++ b/spring-cloud-function-samples/function-sample-azure-timer-trigger/pom.xml @@ -16,7 +16,7 @@ Demo project for Spring Boot 17 - 2022.0.4-SNAPSHOT + 2023.0.0-SNAPSHOT 2.1.0 example.TimerTriggerDemoApplication