summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorvrvarma <vv8305@att.com>2020-02-26 10:48:18 -0500
committervrvarma <vv8305@att.com>2020-02-26 10:48:28 -0500
commit323bd5d018a46351ce16a4dbf7aff28305de7ac8 (patch)
treec776bdf30b4e8a232321850350b47609429d267d /pom.xml
parent5b95682a559e0097b7b69e01c687ed0cb43357d8 (diff)
Fixing the maven-deploy version in has
Change-Id: Ia60a93f509c3f297d2e0edd5f1a536e553909da9 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-645
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c64b5cd..a26c4f2 100644
--- 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>