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

@@ -3,7 +3,7 @@
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<packaging>pom</packaging>
@@ -583,7 +583,7 @@ limitations under the License.
<url>https://github.com/spring-projects-experimental/spring-modulith</url>
<connection>scm:git:https://github.com/spring-projects-experimental/spring-modulith</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects-experimental/spring-modulith</developerConnection>
<tag>main</tag>
<tag>0.5.1</tag>
</scm>
<repositories>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</parent>
<name>Spring Modulith - Actuator</name>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -22,107 +22,107 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-actuator</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-api</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-docs</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jackson</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jdbc</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jpa</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-mongodb</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-tests</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-moments</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-observability</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-runtime</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-insight</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-jdbc</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-jpa</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-mongodb</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-test</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-test</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
</dependencies>
</dependencyManagement>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</parent>
<name>Spring Modulith - Events - Integration tests</name>

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>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</parent>
<name>Spring Modulith - Moments</name>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</parent>
<artifactId>spring-modulith-observability</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</parent>
<name>Spring Modulith - Runtime support</name>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</parent>
<artifactId>spring-modulith-starter-core</artifactId>
@@ -20,23 +20,23 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-api</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-moments</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-runtime</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</parent>
<artifactId>spring-modulith-starter-insight</artifactId>
@@ -20,14 +20,14 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-actuator</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-observability</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</parent>
<artifactId>spring-modulith-starter-jdbc</artifactId>
@@ -20,7 +20,7 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<!-- Events -->
@@ -28,18 +28,18 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jackson</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jdbc</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</parent>
<artifactId>spring-modulith-starter-jpa</artifactId>
@@ -20,7 +20,7 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<!-- Events -->
@@ -28,18 +28,18 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jackson</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jpa</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</parent>
<artifactId>spring-modulith-starter-mongodb</artifactId>
@@ -20,7 +20,7 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-starter-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<!-- Events -->
@@ -28,18 +28,18 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-core</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-jackson</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-events-mongodb</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<scope>runtime</scope>
</dependency>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</parent>
<artifactId>spring-modulith-starter-test</artifactId>
@@ -24,13 +24,13 @@
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-test</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith-docs</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</dependency>
<dependency>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-modulith</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<relativePath>../pom.xml</relativePath>
</parent>