diff options
author | Dingari, Sridevi <sridevi.dingari@att.com> | 2020-02-25 14:48:23 -0500 |
---|---|---|
committer | Shankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com> | 2020-02-26 02:42:46 +0000 |
commit | 41de0bc00450d43af6ad68d7d74eec66ef4ffd7e (patch) | |
tree | d514b1b5734ff5f557eec7a30693a6e4f2b742d4 /pom.xml | |
parent | 125fece82e5649ca47de3bbfcbd80ce754e21fd3 (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |