From 8539bc7cfcce9da57b83c41767977e240c7b025f Mon Sep 17 00:00:00 2001 From: Shinsuke Sugaya Date: Sat, 25 Apr 2026 11:11:23 +0900 Subject: [PATCH] chore(build): bump Maven plugins and move GPG signing to release profile - Bump maven-compiler-plugin 3.14.0 -> 3.15.0 - Bump maven-javadoc-plugin 3.11.2 -> 3.12.0 - Bump maven-jar-plugin 3.4.2 -> 3.5.0 - Bump maven-surefire-plugin 3.5.3 -> 3.5.5 - Bump jacoco-maven-plugin 0.8.13 -> 0.8.14 - Bump formatter-maven-plugin 2.26.0 -> 2.29.0 - Bump central-publishing-maven-plugin 0.7.0 -> 0.10.0 - Bump commons-logging 1.3.5 -> 1.3.6 - Move maven-gpg-plugin into a release profile (3.2.7 -> 3.2.8) and enable bestPractices --- pom.xml | 56 ++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 34 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index 8f94080..9cb2a3f 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ maven-compiler-plugin - 3.14.0 + 3.15.0 UTF-8 21 @@ -50,7 +50,7 @@ maven-javadoc-plugin - 3.11.2 + 3.12.0 UTF-8 UTF-8 @@ -59,7 +59,7 @@ maven-jar-plugin - 3.4.2 + 3.5.0 @@ -70,12 +70,12 @@ maven-surefire-plugin - 3.5.3 + 3.5.5 org.jacoco jacoco-maven-plugin - 0.8.13 + 0.8.14 @@ -116,7 +116,7 @@ net.revelc.code.formatter formatter-maven-plugin - 2.26.0 + 2.29.0 @@ -128,24 +128,10 @@ https://www.codelibs.org/assets/formatter/eclipse-formatter-1.1.xml - - org.apache.maven.plugins - maven-gpg-plugin - 3.2.7 - - - sign-artifacts - verify - - sign - - - - org.sonatype.central central-publishing-maven-plugin - 0.7.0 + 0.10.0 true central @@ -153,6 +139,32 @@ + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.8 + + + sign-artifacts + verify + + sign + + + true + + + + + + + + org.slf4j @@ -163,7 +175,7 @@ commons-logging commons-logging - 1.3.5 + 1.3.6 true