GH-1156 - Align example version numbers with the rest of the project.

This commit is contained in:
Oliver Drotbohm
2025-04-25 09:56:32 +02:00
parent fd2e218a59
commit efd2be488d
6 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-examples</artifactId>
<version>1.3.0</version>
<version>1.3.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Modulith - Examples</name>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-examples</artifactId>
<version>1.3.0</version>
<version>1.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-examples</artifactId>
<version>1.3.0</version>
<version>1.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-examples</artifactId>
<version>1.3.0</version>
<version>1.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-examples</artifactId>
<version>1.3.0</version>
<version>1.3.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-examples</artifactId>
<version>1.3.0</version>
<version>1.3.5-SNAPSHOT</version>
</parent>
<name>Spring Modulith - Examples - Kafka Example</name>