Ignore releaser snapshot check of orphan module
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>oz.spring.petstore</groupId>
|
<groupId>oz.spring.petstore</groupId>
|
||||||
<artifactId>pet-store</artifactId>
|
<artifactId>pet-store</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version><!-- @releaser:version-check-off -->
|
||||||
<name>pet-store</name>
|
<name>pet-store</name>
|
||||||
<description>Simple pet store written with the Spring framework</description>
|
<description>Simple pet store written with the Spring framework</description>
|
||||||
<url>https://aws.amazon.com/lambda/</url>
|
<url>https://aws.amazon.com/lambda/</url>
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.cloud</groupId>
|
<groupId>org.springframework.cloud</groupId>
|
||||||
<artifactId>spring-cloud-function-adapter-aws-web</artifactId>
|
<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>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user