GH-143 - Release version 0.4.0.

This commit is contained in:
Oliver Drotbohm
2023-02-23 23:26:25 +01:00
parent 1f6c888e28
commit 3e705a162e
25 changed files with 66 additions and 62 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<artifactId>spring-modulith-starter-core</artifactId>
@@ -20,23 +20,23 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-api</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-core</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-moments</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-runtime</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<scope>runtime</scope>
</dependency>