From fe9bfc53e33046c960c9ccfcfdb1fa972b0ae480 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Tue, 23 May 2023 15:08:38 -0400 Subject: [PATCH] Ignore releaser snapshot check of orphan module --- .../sample/pet-store/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud-function-adapters/spring-cloud-function-adapter-aws-web/sample/pet-store/pom.xml b/spring-cloud-function-adapters/spring-cloud-function-adapter-aws-web/sample/pet-store/pom.xml index 1121bde52..e29381e3c 100644 --- a/spring-cloud-function-adapters/spring-cloud-function-adapter-aws-web/sample/pet-store/pom.xml +++ b/spring-cloud-function-adapters/spring-cloud-function-adapter-aws-web/sample/pet-store/pom.xml @@ -6,7 +6,7 @@ oz.spring.petstore pet-store - 1.0-SNAPSHOT + 1.0-SNAPSHOT pet-store Simple pet store written with the Spring framework https://aws.amazon.com/lambda/ @@ -40,7 +40,7 @@ org.springframework.cloud spring-cloud-function-adapter-aws-web - 4.0.3-SNAPSHOT + 4.0.3-SNAPSHOT