From e97b2a26ccefa32227dabfbcac963f1003854198 Mon Sep 17 00:00:00 2001 From: harrisric <48761651+harrisric@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:14:06 +0000 Subject: [PATCH 1/2] Update of plugins Update plugins to most recent versions and uplift versions to properties. remove use of gpg passphraseserverid configuration as per https://maven.apache.org/plugins/maven-gpg-plugin/sign-mojo.html#passphraseserverid because this is already provided from environment variables --- pom.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 6c91817..7955fb6 100644 --- a/pom.xml +++ b/pom.xml @@ -31,11 +31,13 @@ - 3.3.0 - 3.2.1 - 3.1.0 + 3.13.1 + 3.3.1 + 3.3.1 3.11.0 3.12.0 + 3.2.7 + 1.7.0 3.8.2 @@ -49,7 +51,7 @@ ${project.groupId}:${project.artifactId} alfasoftware https://sonarcloud.io - 11 + ${maven.compiler.source} @@ -255,7 +257,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + ${nexus-staging-maven-plugin.version} true ossrh @@ -266,7 +268,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + ${maven-gpg-plugin.version} sign-artifacts @@ -276,7 +278,6 @@ ${gpg.keyname} - ${gpg.keyname} From 143b23fec0f7154240802cabda2b394e7d830163 Mon Sep 17 00:00:00 2001 From: harrisric <48761651+harrisric@users.noreply.github.com> Date: Fri, 22 Nov 2024 19:26:47 +0000 Subject: [PATCH 2/2] correct javadoc plugin version. Update Junit and log4j too. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7955fb6..debd3bb 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ - 3.13.1 + 3.11.1 3.3.1 3.3.1 3.11.0 @@ -43,8 +43,8 @@ 3.8.2 - 1.2.16 - 4.11 + 1.2.17 + 4.13.2 alfasoftware_astra