GH-392 - Release version 1.0.3.

This commit is contained in:
Oliver Drotbohm
2023-11-24 17:58:10 +01:00
parent 5964251d66
commit 7a4e9f9df5
30 changed files with 76 additions and 72 deletions

View File

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

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-examples</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</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.0.3-SNAPSHOT</version>
<version>1.0.3</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.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>