From a70d3b31bad98ac716ed4303ea326a9b850daeb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 02:03:57 +0000 Subject: [PATCH 1/2] Bump maven-gpg-plugin from 1.6 to 3.0.1 Bumps [maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 1.6 to 3.0.1. - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-1.6...maven-gpg-plugin-3.0.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 33fa25ffb..d0fc2fa90 100644 --- a/pom.xml +++ b/pom.xml @@ -272,7 +272,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.0.1 EA919AF2 From e264d3309bbe247d6e6602454d2129e413d34364 Mon Sep 17 00:00:00 2001 From: Piotr Olaszewski Date: Fri, 11 Nov 2022 18:00:32 +0100 Subject: [PATCH 2/2] Fix maven-gpg-plugin configuration --- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d0fc2fa90..ddf0c6fe0 100644 --- a/pom.xml +++ b/pom.xml @@ -273,9 +273,6 @@ org.apache.maven.plugins maven-gpg-plugin 3.0.1 - - EA919AF2 - sign-artifacts @@ -289,6 +286,7 @@ --pinentry-mode loopback + EA919AF2