From cac9c29646c885322bc2751e9035afee6a707beb Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Wed, 8 Feb 2023 11:07:40 +0100 Subject: [PATCH 1/2] Rename the security file to the correct name. Signed-off-by: James R. Perkins --- security.txt => SECURITY.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename security.txt => SECURITY.md (100%) diff --git a/security.txt b/SECURITY.md similarity index 100% rename from security.txt rename to SECURITY.md From 1de9692a094ada9702817e4191444c58bd893c10 Mon Sep 17 00:00:00 2001 From: "James R. Perkins" Date: Wed, 8 Feb 2023 11:11:01 +0100 Subject: [PATCH 2/2] Upgrade the formatter-maven-plugin to 2.22.0. Enable formatting of resources by default. Signed-off-by: James R. Perkins --- parent-pom/pom.xml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml index ead95e9..7407b0f 100644 --- a/parent-pom/pom.xml +++ b/parent-pom/pom.xml @@ -53,7 +53,7 @@ ${maven.compiler.target} 3.0.0-M7 - 2.21.0 + 2.22.0 1.8.0 @@ -91,6 +91,7 @@ eclipse-code-formatter.xml jboss-logging-xml.properties LF + true true ${skipFormatting} @@ -102,17 +103,6 @@ process-sources - - format-resources - process-resources - - format - - - ${project.basedir}/src/main/resources - ${project.basedir}/src/test/resources - -