aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSreeja Gattagouni <SG00744975@techmahindra.com>2024-07-19 13:48:56 +0530
committerSANKET KS <sx00562924@techmahindra.com>2024-07-19 08:59:28 +0000
commit4bbc9df3766b397dc8ffad5bee2901aa1987c8f0 (patch)
tree48105b5919a475f1d705be6a1d6d8d1700dec86a
parent989d7f3d6ae740e30480bfc7d49acfbaf014d393 (diff)
Compatible version for maven-deploy-pluginjava17
-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 <SG00744975@techmahindra.com>
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 94588e5a9b..ea79e743a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,6 +220,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
+ <version>3.1.2</version>
<!-- This version supports the "deployAtEnd" parameter -->
<configuration>
<skip />