GH-123 - Release version 0.3.0.

This commit is contained in:
Oliver Drotbohm
2023-01-20 10:16:34 +01:00
parent 7649a84254
commit 43bea11041
24 changed files with 64 additions and 60 deletions

View File

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