GH-1106 - Prepare next development iteration.

This commit is contained in:
Oliver Drotbohm
2025-03-21 11:32:29 +01:00
parent abe6f92ce7
commit 502262aa97
43 changed files with 104 additions and 104 deletions

View File

@@ -10,7 +10,7 @@
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-examples</artifactId>
<version>1.3.4</version>
<version>1.3.0</version>
<packaging>pom</packaging>
<name>Spring Modulith - Examples</name>
@@ -101,7 +101,7 @@
<dependency>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-bom</artifactId>
<version>1.3.4</version>
<version>1.3.5-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -186,6 +186,6 @@
</pluginRepositories>
<scm>
<tag>1.3.4</tag>
<tag>1.3.0</tag>
</scm>
</project>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-examples</artifactId>
<version>1.3.4</version>
<version>1.3.0</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.4</version>
<version>1.3.0</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.4</version>
<version>1.3.0</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.4</version>
<version>1.3.0</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.4</version>
<version>1.3.0</version>
</parent>
<name>Spring Modulith - Examples - Kafka Example</name>