From 3bd7f9fcdd2288a974f7ea8539af3e52e42e0935 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 7 Aug 2023 13:25:57 +0200 Subject: [PATCH] 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