GH-61 - Release version 0.1.0-M2.

This commit is contained in:
Oliver Drotbohm
2022-11-02 18:45:47 +01:00
parent 2ee9055313
commit 7a7b49809f
22 changed files with 61 additions and 58 deletions

View File

@@ -11,7 +11,7 @@
<artifactId>spring-modulith-example</artifactId>
<name>Spring Modulith - Example</name>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M2</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-SNAPSHOT</version>
<version>0.1.0-M2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -122,4 +122,8 @@
</snapshots>
</pluginRepository>
</pluginRepositories>
<scm>
<tag>0.1.0-M2</tag>
</scm>
</project>