From b5dd064ed90ea350de7fdd7be254986cb61ee6ae Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Sat, 13 Dec 2025 13:52:54 +0100 Subject: [PATCH] Update maven-deploy-plugin to 3.X version - update maven-deploy-plugin (2.8 -> 3.1.4) to fix release issues in pipeline Issue-ID: SO-4232 Change-Id: I5046753d9feccfcdf410e24a253b265537ba2b00 Signed-off-by: Fiete Ostkamp --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 15817f2..da79f28 100644 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,15 @@ + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.4 + + + org.apache.maven.plugins -- 2.16.6