From 48c602180621ce3829ca6b0108da904b21e0e29e Mon Sep 17 00:00:00 2001 From: spring-builds Date: Mon, 16 Jun 2025 07:54:32 +0000 Subject: [PATCH] Bumping versions --- README.adoc | 9 +- docs/modules/ROOT/partials/_configprops.adoc | 186 ------------------- 2 files changed, 5 insertions(+), 190 deletions(-) diff --git a/README.adoc b/README.adoc index d93b5ee1..8ed60c98 100644 --- a/README.adoc +++ b/README.adoc @@ -55,7 +55,7 @@ build succeed, please raise a ticket to get the settings added to source control. The projects that require middleware (i.e. Redis) for testing generally -require that a local instance of [Docker](https://www.docker.com/get-started) is installed and running. +require that a local instance of https://www.docker.com/get-started[Docker] is installed and running. [[documentation]] == Documentation @@ -228,7 +228,7 @@ Checkstyle rules are *disabled by default*. To add checkstyle to your project ju If you need to suppress some rules (e.g. line length needs to be longer), then it's enough for you to define a file under `${project.root}/src/checkstyle/checkstyle-suppressions.xml` with your suppressions. Example: -.projectRoot/src/checkstyle/checkstyle-suppresions.xml +.projectRoot/src/checkstyle/checkstyle-suppressions.xml ----