From 4bbc9df3766b397dc8ffad5bee2901aa1987c8f0 Mon Sep 17 00:00:00 2001 From: Sreeja Gattagouni Date: Fri, 19 Jul 2024 13:48:56 +0530 Subject: Compatible version for maven-deploy-plugin -Merge job fails while building maven deploy code due to version compatibility -Adding the latest version to assess if it works on pipeline and passes so-java17-merge job. Issue-ID: SO-4125 Change-ID: I78f04f000a814d999f92f8d86609b0999b0b9666 Signed-off-by: Sreeja Gattagouni --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 94588e5a9b..ea79e743a4 100644 --- a/pom.xml +++ b/pom.xml @@ -220,6 +220,7 @@ org.apache.maven.plugins maven-deploy-plugin + 3.1.2 -- cgit 1.2.3-korg