Fixing the maven-deploy version in has 21/102421/1
authorvrvarma <vv8305@att.com>
Wed, 26 Feb 2020 15:48:18 +0000 (10:48 -0500)
committervrvarma <vv8305@att.com>
Wed, 26 Feb 2020 15:48:28 +0000 (10:48 -0500)
Change-Id: Ia60a93f509c3f297d2e0edd5f1a536e553909da9
Signed-off-by: vrvarma <vv8305@att.com>
Issue-ID: OPTFRA-645

pom.xml

diff --git a/pom.xml b/pom.xml
index c64b5cd..a26c4f2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-deploy-plugin</artifactId>
-                <version>3.8</version>
+                <version>2.7</version>
                 <configuration>
                     <retryFailedDeploymentCount>2</retryFailedDeploymentCount>
                 </configuration>