From 1172d05ed6a0516e3745f1cf70a19b48165e9a7f Mon Sep 17 00:00:00 2001 From: ferclager <17533449+ferclager@users.noreply.github.com> Date: Mon, 23 Sep 2024 02:45:18 -0600 Subject: [PATCH 1/2] Upgrade to latest Spring Modulith releases See gh-1593 --- start-site/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index 8cef013e03..0eecb177fc 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -130,9 +130,9 @@ initializr: versionProperty: spring-modulith.version mappings: - compatibilityRange: "[3.2.0,3.3.0-M1)" - version: 1.1.8 + version: 1.1.9 - compatibilityRange: "[3.3.0,3.4.0-M1)" - version: 1.2.3 + version: 1.2.4 - compatibilityRange: "[3.4.0-M1,3.5.0-M1)" version: 1.3.0-M2 repositories: spring-milestones From 91485ea18ee46c5f032f48cbe1be04ea60fcf100 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Wed, 25 Sep 2024 07:43:10 +0200 Subject: [PATCH 2/2] Polish "Upgrade to latest Spring Modulith releases" See gh-1593 --- start-site/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index 0eecb177fc..3e01b889c9 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -134,7 +134,7 @@ initializr: - compatibilityRange: "[3.3.0,3.4.0-M1)" version: 1.2.4 - compatibilityRange: "[3.4.0-M1,3.5.0-M1)" - version: 1.3.0-M2 + version: 1.3.0-M3 repositories: spring-milestones spring-shell: groupId: org.springframework.shell