Ignores snapshot versions in samples since samples are not deployed to maven repo.
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
</parent>
|
||||
<groupId>oz.native.sample</groupId>
|
||||
<artifactId>function-sample-aws-native</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
|
||||
<name>function-sample-aws-native</name>
|
||||
<description>Sample of AWS with Spring Native</description>
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<spring-cloud.version>2023.0.0-SNAPSHOT</spring-cloud.version>
|
||||
<spring-cloud.version>2023.0.0-SNAPSHOT</spring-cloud.version><!-- @releaser:version-check-off -->
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user