GH-199 - Prepare next development iteration.

This commit is contained in:
Oliver Drotbohm
2023-06-23 12:55:10 +02:00
parent a74c4e582d
commit 5e2da724da
30 changed files with 73 additions and 77 deletions

View File

@@ -10,7 +10,7 @@
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-examples</artifactId>
<version>1.0.0-M1</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Modulith - Examples</name>
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-bom</artifactId>
<version>1.0.0-M1</version>
<version>1.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -113,8 +113,4 @@
</releases>
</pluginRepository>
</pluginRepositories>
<scm>
<tag>1.0.0-M1</tag>
</scm>
</project>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-examples</artifactId>
<version>1.0.0-M1</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-examples</artifactId>
<version>1.0.0-M1</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.modulith</groupId>
<artifactId>spring-modulith-examples</artifactId>
<version>1.0.0-M1</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>