From 82bfd5259635c8b588a4df40036715eda9372a76 Mon Sep 17 00:00:00 2001 From: spring-builds Date: Tue, 17 Jun 2025 01:30:23 +0000 Subject: [PATCH] Bumping versions --- README.adoc | 7 ++++--- docs/modules/ROOT/pages/index.adoc | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 4ab9b3b..b55257d 100644 --- a/README.adoc +++ b/README.adoc @@ -142,7 +142,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 ----