GH-1027 - Prepare next development iteration.

This commit is contained in:
Oliver Drotbohm
2025-01-23 22:16:36 +01:00
parent 36370ae31a
commit 4090499634
41 changed files with 99 additions and 103 deletions

View File

@@ -10,7 +10,7 @@
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-examples</artifactId>
<version>1.4.0-M1</version>
<version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Modulith - Examples</name>
@@ -120,7 +120,7 @@
<dependency>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-bom</artifactId>
<version>1.4.0-M1</version>
<version>1.4.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -203,8 +203,4 @@
</releases>
</pluginRepository>
</pluginRepositories>
<scm>
<tag>1.4.0-M1</tag>
</scm>
</project>

View File

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