summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDingari, Sridevi <sridevi.dingari@att.com>2020-02-25 14:48:23 -0500
committerShankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com>2020-02-26 02:42:46 +0000
commit41de0bc00450d43af6ad68d7d74eec66ef4ffd7e (patch)
treed514b1b5734ff5f557eec7a30693a6e4f2b742d4 /pom.xml
parent125fece82e5649ca47de3bbfcbd80ce754e21fd3 (diff)
Python3.8 related changes.
Issue-ID: OPTFRA-645 Signed-off-by: Dingari, Sridevi <sridevi.dingari@att.com> Change-Id: I27dfc3bb9c68657658de95ca1ab491db614d35ab
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 69bc49f..c64b5cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent-python</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
</parent>
<groupId>org.onap.optf.has</groupId>
@@ -59,7 +59,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>2.7</version>
+ <version>3.8</version>
<configuration>
<retryFailedDeploymentCount>2</retryFailedDeploymentCount>
</configuration>