From 92a907093f65cc7c308f8d565fc6059e16ad0586 Mon Sep 17 00:00:00 2001 From: Nicolas Laval Date: Wed, 12 Jun 2024 08:55:33 +0200 Subject: [PATCH] Update maven-gpg-plugin --- pom.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 6d3e0af0e..cc5073b3f 100644 --- a/pom.xml +++ b/pom.xml @@ -240,37 +240,37 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ossrh + https://oss.sonatype.org/ + true + + org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.4 sign-artifacts verify + + sign + --pinentry-mode loopback - - sign - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - true - - ossrh - https://oss.sonatype.org/ - false - -