GH-21 - Release version 0.1.0-M1.

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

View File

@@ -1,6 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -13,7 +11,7 @@
<artifactId>spring-modulith-example</artifactId>
<name>Spring Modulith - Example</name>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<properties>
<java.version>17</java.version>
@@ -24,7 +22,7 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-bom</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0-M1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -125,4 +123,8 @@
</pluginRepository>
</pluginRepositories>
<scm>
<tag>0.1.0-M1</tag>
</scm>
</project>