GH-21 - Prepare next development iteration.

This commit is contained in:
Oliver Drotbohm
2022-10-21 11:21:52 +02:00
parent 48876e5800
commit f53ff168f1
22 changed files with 56 additions and 61 deletions

View File

@@ -11,7 +11,7 @@
<artifactId>spring-modulith-example</artifactId>
<name>Spring Modulith - Example</name>
<version>0.1.0-M1</version>
<version>0.1.0-SNAPSHOT</version>
<properties>
<java.version>17</java.version>
@@ -22,7 +22,7 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-bom</artifactId>
<version>0.1.0-M1</version>
<version>0.1.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -122,9 +122,4 @@
</snapshots>
</pluginRepository>
</pluginRepositories>
<scm>
<tag>0.1.0-M1</tag>
</scm>
</project>