Skip to content

Commit 0153163

Browse files
committed
ignore snapshots for samples
1 parent 0d4b12f commit 0153163

File tree

3 files changed

+3
-3
lines changed
  • spring-cloud-function-samples

3 files changed

+3
-3
lines changed

spring-cloud-function-samples/function-sample-aws-serverless-web-native/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.amazonaws.serverless</groupId>
3434
<artifactId>aws-serverless-java-container-springboot3</artifactId>
35-
<version>2.0.0-SNAPSHOT</version>
35+
<version>2.0.0-SNAPSHOT</version><!-- @releaser:version-check-off -->
3636
</dependency>
3737
<dependency>
3838
<groupId>com.amazonaws</groupId>

spring-cloud-function-samples/scf-aws-day1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>oz.spring</groupId>
1212
<artifactId>scf-aws-day1</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
13+
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
1414
<name>scf-aws-day1</name>
1515
<description>Template project for creating function that can be deployed as AWS Lambda</description>
1616
<properties>

spring-cloud-function-samples/scf-aws-routing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>oz.spring</groupId>
1212
<artifactId>scf-aws-routing</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
13+
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
1414
<name>scf-aws-routing</name>
1515
<description>Template project for creating function that can be deployed as AWS Lambda</description>
1616
<properties>

0 commit comments

Comments
 (0)