From 2fffca230a98e51caba8e771376da4b3781a4a29 Mon Sep 17 00:00:00 2001 From: jycr Date: Fri, 18 Oct 2024 15:10:56 +0200 Subject: [PATCH] Refactors pom.xml files to group all dependency and plugin versions in one place to make deprecation management easier --- pom.xml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 4f402b3b..7529b6fd 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,5 @@ - + 4.0.0 io.ecocode @@ -123,6 +122,21 @@ maven-git-versioning-extension 9.6.5 + + org.apache.maven.plugins + maven-enforcer-plugin + 3.5.0 + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + org.apache.maven.plugins maven-assembly-plugin @@ -157,7 +171,6 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.5.0 enforce-maven @@ -234,7 +247,6 @@ --> org.sonatype.plugins nexus-staging-maven-plugin - 1.6.13 true ossrh @@ -253,7 +265,6 @@ --> org.apache.maven.plugins maven-gpg-plugin - 3.1.0 sign-artifacts