Bumped version

This commit is contained in:
Marcin Grzejszczak
2024-11-18 12:37:24 +01:00
parent 52dcb593c6
commit 3a1183bd1f
47 changed files with 126 additions and 144 deletions

View File

@@ -10,7 +10,7 @@
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-examples</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.4.0-GH-927-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Modulith - Examples</name>
@@ -100,7 +100,7 @@
<dependency>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-bom</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.4.0-GH-927-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

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