Ignores snapshot versions in samples since samples are not deployed to maven repo.

This commit is contained in:
spencergibb
2023-08-09 14:46:25 -04:00
parent 7bc499ddea
commit f1cf956962
26 changed files with 27 additions and 27 deletions

View File

@@ -6,7 +6,7 @@
<groupId>io.spring.sample</groupId>
<artifactId>function-functional-sample-aws</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<packaging>jar</packaging>
<name>function-functional-sample-aws</name>

View File

@@ -10,7 +10,7 @@
</parent>
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-aws-custom-bean</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<name>AWS Custom Runtime - @Bean sample</name>
<description>Demo project for Spring Cloud Function with custom AWS Lambda runtime using @Bean style</description>

View File

@@ -10,7 +10,7 @@
</parent>
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-aws-custom</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<name>function-sample-aws-custom</name>
<description>Demo project for Spring Cloud Function with custom AWS Lambda runtime</description>

View File

@@ -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>

View File

@@ -6,7 +6,7 @@
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-aws-routing</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<packaging>jar</packaging>
<name>function-sample-aws-routing</name>

View File

@@ -6,7 +6,7 @@
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-aws</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<packaging>jar</packaging>
<name>function-sample-aws</name>

View File

@@ -11,7 +11,7 @@
</parent>
<groupId>com.example.azure.di</groupId>
<artifactId>azure-blob-trigger-demo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<name>azure-blob-trigger-demo</name>
<description>Demo project for Spring Boot</description>
<properties>

View File

@@ -11,7 +11,7 @@
</parent>
<groupId>com.example.azure.di</groupId>
<artifactId>azure-httptrigger-demo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<name>azure-httptrigger-demo</name>
<description>Demo Spring Boot, Azure Function - HttpTrigger (DI adapter)</description>

View File

@@ -11,7 +11,7 @@
</parent>
<groupId>example.scf.azure</groupId>
<artifactId>kafka-trigger-azure-spring-function</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<name>kafka-trigger-demo</name>
<description>Demo project for Spring Boot</description>
<properties>

View File

@@ -11,7 +11,7 @@
</parent>
<groupId>com.example.azure.di</groupId>
<artifactId>azure-timetrigger-demo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<name>azure-timetrigger-demo</name>
<description>Demo project for Spring Boot</description>
<properties>

View File

@@ -11,7 +11,7 @@
</parent>
<groupId>com.example</groupId>
<artifactId>azure-web-demo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<name>azure-web-demo</name>
<description>Spring Cloud Function - Azure Function Web Adapter Demo</description>

View File

@@ -6,7 +6,7 @@
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-azure</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<packaging>jar</packaging>
<name>function-sample-azure</name>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-cloudevent-rsocket</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<name>function-sample-cloudevent-rsocket</name>
<description>Demo project for Spring Boot</description>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-cloudevent-sdk</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<name>function-sample-cloudevent-rsocket</name>
<description>Demo project for Spring Boot</description>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-cloudevent-stream</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<name>function-sample-cloudevent-stream</name>
<description>Demo project for Spring Boot</description>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-cloudevent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<name>function-sample-cloudevent</name>
<description>Demo project for Spring Boot</description>

View File

@@ -6,7 +6,7 @@
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-functional-aws-routing</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<packaging>jar</packaging>
<name>function-sample-functional-aws-routing</name>

View File

@@ -7,7 +7,7 @@
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-gcp-background</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<packaging>jar</packaging>
<name>function-sample-gcp-background</name>

View File

@@ -7,7 +7,7 @@
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-gcp-http</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<packaging>jar</packaging>
<name>function-sample-gcp-http</name>

View File

@@ -12,7 +12,7 @@
</parent>
<groupId>com.example.grpc</groupId>
<artifactId>function-sample-grpc-cloudevent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<name>function-sample-grpc-cloudevent</name>
<description>Demo project for Spring Boot</description>
<properties>

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-kotlin-web</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<name>function-sample-kotlin-web</name>
<description>Demo project for Spring Cloud Function Web Kotlin integration</description>

View File

@@ -5,7 +5,7 @@
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-pof</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<packaging>jar</packaging>
<name>function-sample-pof</name>
<description>Spring Cloud Function Web Support</description>

View File

@@ -6,7 +6,7 @@
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-pojo</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<packaging>jar</packaging>
<name>function-sample-pojo</name>
<description>Spring Cloud Function Web Support</description>

View File

@@ -4,7 +4,7 @@
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-spring-integration</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<packaging>jar</packaging>
<name>function-sample-spring-integration</name>
<description>Spring Cloud Function Web Support</description>

View File

@@ -6,7 +6,7 @@
<groupId>io.spring.sample</groupId>
<artifactId>function-sample-aws-supplier-exporter</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<packaging>jar</packaging>
<name>function-sample-aws-supplier-exporter</name>
<description>Spring Cloud Function Example showing Supplier Exporter</description>

View File

@@ -6,7 +6,7 @@
<groupId>io.spring.sample</groupId>
<artifactId>function-sample</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1-SNAPSHOT</version><!-- @releaser:version-check-off -->
<packaging>jar</packaging>
<name>function-sample</name>
<description>Spring Cloud Function Web Support</description>