From 54b0534c325f573f49ef6e5706095cd654dee9d0 Mon Sep 17 00:00:00 2001 From: Robert Scholte Date: Fri, 26 Jan 2024 17:42:21 +0100 Subject: [PATCH] maven-gpg-plugin is not a managed plugin in oss-parent, move it to build.plugins --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 1a8a31b5..dcc85146 100644 --- a/pom.xml +++ b/pom.xml @@ -183,11 +183,6 @@ org.apache.maven.plugins maven-release-plugin 3.0.1 - - - org.apache.maven.plugins - maven-gpg-plugin - 3.1.0 @@ -376,6 +371,11 @@ + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 +