diff options
author | Dan Timoney <dtimoney@att.com> | 2022-09-20 11:07:31 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-09-20 11:07:31 -0400 |
commit | 6a8029c5a5318d64f6b0d67894a1e47bcacc50d5 (patch) | |
tree | a915d34784afc31d5ceb8aaca542af36066e6d48 /vnftools/installer | |
parent | 219b28ed3c3ee23f10d67c9c50583a8bd5a84f3a (diff) |
Update to use released Kohn ccsdk artifacts
Update to use released version of Kohn ccsdk artifacts
Issue-ID: SDNC-1734
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: If9a5d248508e6e779b1f9b6f6a1a2ec135764833
Diffstat (limited to 'vnftools/installer')
-rwxr-xr-x | vnftools/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnftools/installer/pom.xml b/vnftools/installer/pom.xml index 0c16af0f..cfce9bd1 100755 --- a/vnftools/installer/pom.xml +++ b/vnftools/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.4.1</version> + <version>2.4.2</version> </parent> <groupId>org.onap.sdnc.northbound</groupId> |