GH-143 - Prepare next development iteration.

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

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
</parent>
<artifactId>spring-modulith-starter-mongodb</artifactId>
@@ -20,7 +20,7 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-core</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
</dependency>
<!-- Events -->
@@ -28,18 +28,18 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-core</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jackson</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-mongodb</artifactId>
<version>0.4.0</version>
<version>0.5.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>