GH-172 - Release version 0.5.1.

This commit is contained in:
Oliver Drotbohm
2023-03-24 10:24:47 +01:00
parent 995d10591b
commit d5bdff3f77
26 changed files with 73 additions and 69 deletions

View File

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