Ignore releaser snapshot check of orphan module

This commit is contained in:
spencergibb
2023-05-23 15:08:38 -04:00
parent be526a0e88
commit fe9bfc53e3

View File

@@ -6,7 +6,7 @@
<groupId>oz.spring.petstore</groupId>
<artifactId>pet-store</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version><!-- @releaser:version-check-off -->
<name>pet-store</name>
<description>Simple pet store written with the Spring framework</description>
<url>https://aws.amazon.com/lambda/</url>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-adapter-aws-web</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3-SNAPSHOT</version><!-- @releaser:version-check-off -->
</dependency>
<dependency>