GH-92 - Prepare next development iteration.

This commit is contained in:
Oliver Drotbohm
2022-12-23 17:32:38 +01:00
parent 888055cf7c
commit 2d933d07c5
24 changed files with 60 additions and 64 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.2.0</version>
<version>0.3.0-SNAPSHOT</version>
</parent>
<artifactId>spring-modulith-starter-mongodb</artifactId>
@@ -20,12 +20,12 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-api</artifactId>
<version>0.2.0</version>
<version>0.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-moments</artifactId>
<version>0.2.0</version>
<version>0.3.0-SNAPSHOT</version>
</dependency>
<!-- Events -->
@@ -33,18 +33,18 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-core</artifactId>
<version>0.2.0</version>
<version>0.3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jackson</artifactId>
<version>0.2.0</version>
<version>0.3.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-mongodb</artifactId>
<version>0.2.0</version>
<version>0.3.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>