GH-803 - Release version 1.3.0-M3.

This commit is contained in:
Oliver Drotbohm
2024-09-20 23:26:03 +02:00
parent 438f17b56d
commit a3ed03cff3
41 changed files with 103 additions and 101 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.3.0-M3</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.3.0-M3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -183,4 +183,8 @@
</releases>
</pluginRepository>
</pluginRepositories>
<scm>
<tag>1.3.0-M3</tag>
</scm>
</project>

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.3.0-M3</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.3.0-M3</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.3.0-M3</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.3.0-M3</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.3.0-M3</version>
</parent>
<name>Spring Modulith - Examples - Kafka Example</name>