diff options
author | Dan Timoney <dtimoney@att.com> | 2023-08-11 16:37:41 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-08-11 16:37:41 -0400 |
commit | 0437a05104ffd36e6700f0321d54ed814d3c7618 (patch) | |
tree | 24727192efef107587bd587ae8bacba5777a386e /vnftools/features/features-vnftools | |
parent | 6ca1c0a4516ce95b10653268f3601a9dd313fdf6 (diff) |
Updates for ODL Argon
Updated to use Montreal / ODL Argon version of parent poms, and updated
code to create containers to comply with separation of operational
and config update transactions imposed in Argon.
Issue-ID: SDNC-1816
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I65c40896e57b681fa8907eee5d84e8a20e490577
Diffstat (limited to 'vnftools/features/features-vnftools')
-rw-r--r-- | vnftools/features/features-vnftools/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnftools/features/features-vnftools/pom.xml b/vnftools/features/features-vnftools/pom.xml index a96eee9a..cd32a64c 100644 --- a/vnftools/features/features-vnftools/pom.xml +++ b/vnftools/features/features-vnftools/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.5.4</version> + <version>2.6.0</version> <relativePath/> </parent> |