From 963ac173e95627f4484b2132db0492b6706ff927 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Sun, 6 Oct 2024 13:13:45 +0200 Subject: [PATCH] GH-860 - Use section to manage build plugin versions. --- pom.xml | 136 ++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 89 insertions(+), 47 deletions(-) diff --git a/pom.xml b/pom.xml index dfb6547f..e6bc5088 100644 --- a/pom.xml +++ b/pom.xml @@ -87,6 +87,39 @@ limitations under the License. + + + + org.springframework + spring-framework-bom + ${spring-framework.version} + pom + import + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + org.jmolecules + jmolecules-bom + ${jmolecules-bom.version} + pom + import + + + io.awspring.cloud + spring-cloud-aws-dependencies + ${spring-cloud-aws-bom.version} + pom + import + + + + @@ -148,7 +181,6 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.8.0 attach-javadocs @@ -174,7 +206,6 @@ limitations under the License. org.jfrog.buildinfo artifactory-maven-plugin - ${artifactory-maven-plugin.version} false @@ -211,7 +242,6 @@ limitations under the License. org.apache.maven.plugins maven-gpg-plugin - 3.2.5 sign-artifacts @@ -262,7 +292,6 @@ limitations under the License. org.apache.maven.plugins maven-javadoc-plugin - 3.8.0 false @@ -287,7 +316,6 @@ limitations under the License. io.spring.maven.antora antora-component-version-maven-plugin - 0.0.4 @@ -325,7 +353,6 @@ limitations under the License. org.apache.maven.plugins maven-assembly-plugin - 3.7.1 docs @@ -349,7 +376,6 @@ limitations under the License. org.jfrog.buildinfo artifactory-maven-plugin - ${artifactory-maven-plugin.version} false @@ -396,39 +422,6 @@ limitations under the License. - - - - org.springframework - spring-framework-bom - ${spring-framework.version} - pom - import - - - org.springframework.boot - spring-boot-dependencies - ${spring-boot.version} - pom - import - - - org.jmolecules - jmolecules-bom - ${jmolecules-bom.version} - pom - import - - - io.awspring.cloud - spring-cloud-aws-dependencies - ${spring-cloud-aws-bom.version} - pom - import - - - - @@ -445,10 +438,35 @@ limitations under the License. + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + + org.apache.maven.plugins + maven-surefire-plugin + 3.5.1 + + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + + org.codehaus.mojo + flatten-maven-plugin + 1.6.0 + + + org.apache.maven.plugins + maven-jar-plugin + 3.4.2 + org.apache.maven.plugins maven-javadoc-plugin - 3.8.0 + 3.10.1 accessibility,html,reference package @@ -460,6 +478,36 @@ limitations under the License. + + org.jfrog.buildinfo + artifactory-maven-plugin + 3.6.2 + + + org.apache.maven.plugins + maven-release-plugin + 3.1.1 + + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.7 + + + io.spring.maven.antora + antora-component-version-maven-plugin + 0.0.4 + + + io.spring.maven.antora + antora-maven-plugin + 0.0.4 + + + org.apache.maven.plugins + maven-assembly-plugin + 3.7.1 + @@ -468,7 +516,6 @@ limitations under the License. org.apache.maven.plugins maven-compiler-plugin - 3.13.0 17 17 @@ -489,7 +536,6 @@ limitations under the License. org.apache.maven.plugins maven-surefire-plugin - 3.4.0 @@ -500,7 +546,6 @@ limitations under the License. org.apache.maven.plugins maven-source-plugin - 3.3.0 attach-sources @@ -514,7 +559,6 @@ limitations under the License. org.apache.maven.plugins maven-jar-plugin - 3.4.2 @@ -529,7 +573,6 @@ limitations under the License. org.codehaus.mojo flatten-maven-plugin - 1.6.0 flatten @@ -561,7 +604,6 @@ limitations under the License. org.apache.maven.plugins maven-release-plugin - 3.1.1 sonatype true