diff options
author | Dan Timoney <dtimoney@att.com> | 2020-10-29 15:31:14 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-10-29 15:31:14 -0400 |
commit | b27f7b47a0c88dff5d6b1a47229c5127022ac36b (patch) | |
tree | 34d1e206af0dc4d50e25a5e7daba56556015ea8f /saltstack-adapter/pom.xml | |
parent | 6aaa8fe86a92e06d92ca8c9df5a99baf84cb01aa (diff) |
Use released 2.0.2 parent pom
Update to use released 2.0.2 version of parent poms
Change-Id: I7ef423d9de2f850c877ac0cb6d67499f533e2a77
Issue-ID: CCSDK-2931
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'saltstack-adapter/pom.xml')
-rw-r--r-- | saltstack-adapter/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saltstack-adapter/pom.xml b/saltstack-adapter/pom.xml index 67ec085d..ba7d2cb4 100644 --- a/saltstack-adapter/pom.xml +++ b/saltstack-adapter/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> <relativePath/> </parent> |