From 1d03924c418c8c3f10730cce64619d678323d1c2 Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Tue, 21 Jul 2020 14:18:00 +0530 Subject: [PATCH] Update stream apps to 1.0.0-M2 --- function-samples/http-ingest/pom.xml | 4 ++-- function-samples/http-region-ingest/pom.xml | 4 ++-- function-samples/uppercase-processor/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/function-samples/http-ingest/pom.xml b/function-samples/http-ingest/pom.xml index 07de773..0abfd72 100644 --- a/function-samples/http-ingest/pom.xml +++ b/function-samples/http-ingest/pom.xml @@ -53,12 +53,12 @@ org.springframework.cloud.fn http-supplier - 1.0.0-SNAPSHOT + 1.0.0-M2 org.springframework.cloud.fn payload-converter-function - 1.0.0-SNAPSHOT + 1.0.0-M2 org.springframework.boot diff --git a/function-samples/http-region-ingest/pom.xml b/function-samples/http-region-ingest/pom.xml index 9bf3a40..cd2d89f 100644 --- a/function-samples/http-region-ingest/pom.xml +++ b/function-samples/http-region-ingest/pom.xml @@ -53,12 +53,12 @@ org.springframework.cloud.fn http-supplier - 1.0.0-SNAPSHOT + 1.0.0-M2 org.springframework.cloud.fn payload-converter-function - 1.0.0-SNAPSHOT + 1.0.0-M2 org.springframework.boot diff --git a/function-samples/uppercase-processor/pom.xml b/function-samples/uppercase-processor/pom.xml index 90cd4b3..c90196b 100644 --- a/function-samples/uppercase-processor/pom.xml +++ b/function-samples/uppercase-processor/pom.xml @@ -53,7 +53,7 @@ org.springframework.cloud.fn payload-converter-function - 1.0.0-SNAPSHOT + 1.0.0-M2 org.springframework.boot