diff options
author | Thugutla sailakshmi <tsaila10@in.ibm.com> | 2019-10-28 18:26:31 +0530 |
---|---|---|
committer | Arthur Martella <arthur.martella.1@att.com> | 2020-02-26 11:31:53 -0500 |
commit | a7d536c225c8d91a52db11c8814d7158bfc850da (patch) | |
tree | 18026d0f16a3e12481498d2eb44fcd79af1b48b3 /engine | |
parent | 8ca28376aacdfe1887e54c8eafa83342b04c41e2 (diff) |
Adding version-maven-plugin to update the snapshots
Issue-ID: AAF-876
Change-Id: I40a843fa7cb865e894e3b1c2a45243382dc34965
Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
Diffstat (limited to 'engine')
-rw-r--r-- | engine/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pom.xml b/engine/pom.xml index e5207f5..57f7b69 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent-python</artifactId> - <version>2.1.0</version> + <version>3.0.0</version> </parent> <properties> |