From 6dd038830f8d3416bcb034a5717323bfd76ec838 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Mon, 25 Sep 2023 09:09:19 +0100 Subject: [PATCH] Fix wrong groupId in docs - Fixes #852 --- spring-shell-docs/modules/ROOT/pages/getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-shell-docs/modules/ROOT/pages/getting-started.adoc b/spring-shell-docs/modules/ROOT/pages/getting-started.adoc index c0c8b068..2b2dc448 100644 --- a/spring-shell-docs/modules/ROOT/pages/getting-started.adoc +++ b/spring-shell-docs/modules/ROOT/pages/getting-started.adoc @@ -31,7 +31,7 @@ With _maven_ you're expected to have something like: spring-boot-starter - org.springframework.boot + org.springframework.shell spring-shell-starter