diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-03 12:23:18 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-03 12:23:18 -0500 |
commit | d95c9b66abae3570cd9d0bf86e9fc0d348e2ef1e (patch) | |
tree | 0aaa8abb9f74853b508544a0d59fc52f07e86994 /netbox-client/installer/pom.xml | |
parent | 6b1ac1200e74ff91e74df595c8e2a025b1bcd842 (diff) |
Use released 1.5.2 CCSDK parent
Update to use released version of CCSDK parent pom
Change-Id: I24f981aaaca40909690d8118f7c0cdb8faa57d3a
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'netbox-client/installer/pom.xml')
-rwxr-xr-x | netbox-client/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netbox-client/installer/pom.xml b/netbox-client/installer/pom.xml index 70b602dc2..93e005673 100755 --- a/netbox-client/installer/pom.xml +++ b/netbox-client/installer/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> |