Skip to content

Commit

Permalink
Ignores snapshot versions in samples since samples are not deployed t…
Browse files Browse the repository at this point in the history
…o maven repo.
  • Loading branch information
spencergibb committed Aug 9, 2023
1 parent 7bc499d commit f1cf956
Show file tree
Hide file tree
Showing 26 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-function-samples/function-sample-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-function-samples/function-sample-pof/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-function-samples/function-sample-pojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-function-samples/function-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f1cf956

Please sign in to comment.