From efd2be488d79f6a3178021372ce588a8e15d9ad4 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 25 Apr 2025 09:56:32 +0200 Subject: [PATCH] GH-1156 - Align example version numbers with the rest of the project. --- spring-modulith-examples/pom.xml | 2 +- .../spring-modulith-example-epr-jdbc/pom.xml | 2 +- .../spring-modulith-example-epr-mongodb/pom.xml | 2 +- .../spring-modulith-example-epr-neo4j/pom.xml | 2 +- spring-modulith-examples/spring-modulith-example-full/pom.xml | 2 +- spring-modulith-examples/spring-modulith-example-kafka/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index d7b17939..29eb0a36 100644 --- a/spring-modulith-examples/pom.xml +++ b/spring-modulith-examples/pom.xml @@ -10,7 +10,7 @@ org.springframework.modulith spring-modulith-examples - 1.3.0 + 1.3.5-SNAPSHOT pom Spring Modulith - Examples diff --git a/spring-modulith-examples/spring-modulith-example-epr-jdbc/pom.xml b/spring-modulith-examples/spring-modulith-example-epr-jdbc/pom.xml index 9745989c..9dd89c31 100644 --- a/spring-modulith-examples/spring-modulith-example-epr-jdbc/pom.xml +++ b/spring-modulith-examples/spring-modulith-example-epr-jdbc/pom.xml @@ -5,7 +5,7 @@ org.springframework.modulith spring-modulith-examples - 1.3.0 + 1.3.5-SNAPSHOT ../pom.xml diff --git a/spring-modulith-examples/spring-modulith-example-epr-mongodb/pom.xml b/spring-modulith-examples/spring-modulith-example-epr-mongodb/pom.xml index 4f4c675a..3168cc26 100644 --- a/spring-modulith-examples/spring-modulith-example-epr-mongodb/pom.xml +++ b/spring-modulith-examples/spring-modulith-example-epr-mongodb/pom.xml @@ -5,7 +5,7 @@ org.springframework.modulith spring-modulith-examples - 1.3.0 + 1.3.5-SNAPSHOT ../pom.xml diff --git a/spring-modulith-examples/spring-modulith-example-epr-neo4j/pom.xml b/spring-modulith-examples/spring-modulith-example-epr-neo4j/pom.xml index 4f776505..f202e8f8 100644 --- a/spring-modulith-examples/spring-modulith-example-epr-neo4j/pom.xml +++ b/spring-modulith-examples/spring-modulith-example-epr-neo4j/pom.xml @@ -5,7 +5,7 @@ org.springframework.modulith spring-modulith-examples - 1.3.0 + 1.3.5-SNAPSHOT ../pom.xml diff --git a/spring-modulith-examples/spring-modulith-example-full/pom.xml b/spring-modulith-examples/spring-modulith-example-full/pom.xml index 0570e0fd..7be6bef6 100644 --- a/spring-modulith-examples/spring-modulith-example-full/pom.xml +++ b/spring-modulith-examples/spring-modulith-example-full/pom.xml @@ -5,7 +5,7 @@ org.springframework.modulith spring-modulith-examples - 1.3.0 + 1.3.5-SNAPSHOT ../pom.xml diff --git a/spring-modulith-examples/spring-modulith-example-kafka/pom.xml b/spring-modulith-examples/spring-modulith-example-kafka/pom.xml index 50c59a65..e1bb7ca6 100644 --- a/spring-modulith-examples/spring-modulith-example-kafka/pom.xml +++ b/spring-modulith-examples/spring-modulith-example-kafka/pom.xml @@ -4,7 +4,7 @@ org.springframework.modulith spring-modulith-examples - 1.3.0 + 1.3.5-SNAPSHOT Spring Modulith - Examples - Kafka Example