From 7be30f5352d4a4bd0320b9f88704eb72ca88e9f4 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Tue, 13 Aug 2024 13:16:01 +0200 Subject: [PATCH] [Build] Fix build plugin version warnings In the most recent versions of Maven these warnings are now errors --- pom.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cf2591e64..899035914 100644 --- a/pom.xml +++ b/pom.xml @@ -164,7 +164,6 @@ org.apache.maven.plugins maven-gpg-plugin - 3.1.0 sign-artifacts @@ -412,7 +411,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.8.0 8 @@ -470,6 +469,19 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.2 + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.4 + + org.eclipse.tycho.extras