Compatible version for maven-deploy-plugin 69/138269/2 java17
authorSreeja Gattagouni <SG00744975@techmahindra.com>
Fri, 19 Jul 2024 08:18:56 +0000 (13:48 +0530)
committerSANKET KS <sx00562924@techmahindra.com>
Fri, 19 Jul 2024 08:59:28 +0000 (08:59 +0000)
-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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 94588e5..ea79e74 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <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 />