Ignore releaser snapshot check of orphan module
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user