From 0fbd282fca5ea858bc7235296ba07be78f0087d7 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Sun, 6 Aug 2023 15:31:28 +0100 Subject: [PATCH 1/2] Upgrade to Spring Shell 3.2.0-M1 See gh-1273 --- start-site/src/main/resources/application.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index c44e06ea22d..7e4041f3be6 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -142,6 +142,9 @@ initializr: version: 3.0.7 - compatibilityRange: "[3.1.0,3.2.0-M1)" version: 3.1.3 + - compatibilityRange: "[3.2.0-M1,3.3.0-M1)" + version: 3.2.0-M1 + repositories: spring-milestones testcontainers: groupId: org.testcontainers artifactId: testcontainers-bom @@ -912,7 +915,7 @@ initializr: groupId: org.springframework.shell artifactId: spring-shell-starter description: Build command line applications with spring. - compatibilityRange: "[2.7.0,3.2.0-M1)" + compatibilityRange: "[2.7.0,3.3.0-M1)" bom: spring-shell links: - rel: reference From 3bd7f9fcdd2288a974f7ea8539af3e52e42e0935 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Aug 2023 13:25:57 +0200 Subject: [PATCH 2/2] Polish "Upgrade to Spring Shell 3.2.0-M1" See gh-1273 --- start-site/src/main/resources/application.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index 7e4041f3be6..3b37a4510a7 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -142,7 +142,7 @@ initializr: version: 3.0.7 - compatibilityRange: "[3.1.0,3.2.0-M1)" version: 3.1.3 - - compatibilityRange: "[3.2.0-M1,3.3.0-M1)" + - compatibilityRange: "3.2.0-M1" version: 3.2.0-M1 repositories: spring-milestones testcontainers: @@ -915,7 +915,6 @@ initializr: groupId: org.springframework.shell artifactId: spring-shell-starter description: Build command line applications with spring. - compatibilityRange: "[2.7.0,3.3.0-M1)" bom: spring-shell links: - rel: reference