diff options
author | Dan Timoney <dtimoney@att.com> | 2023-06-22 16:05:50 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-07-31 15:15:27 -0400 |
commit | 69baaebcb6112c0b2f80ec654442c52a5b3e1cb1 (patch) | |
tree | ff89105eeba6a4f7406e08e13f818ca446682aee /adaptors/chef-adaptor/chef-adaptor-installer | |
parent | 2ef436968cec5befcc9c91702f8c5bd6d78c6f03 (diff) |
Update sli for Argon release
Update sli to use OpenDaylight Argon versions of parent poms
Issue-ID: CCSDK-3914
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I8689a3389ce4fae3be3e9d353f479eb4cd3762c0
Diffstat (limited to 'adaptors/chef-adaptor/chef-adaptor-installer')
-rw-r--r-- | adaptors/chef-adaptor/chef-adaptor-installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adaptors/chef-adaptor/chef-adaptor-installer/pom.xml b/adaptors/chef-adaptor/chef-adaptor-installer/pom.xml index cc81c2e8f..ccb781653 100644 --- a/adaptors/chef-adaptor/chef-adaptor-installer/pom.xml +++ b/adaptors/chef-adaptor/chef-adaptor-installer/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.4</version> + <version>2.6.0</version> <relativePath/> </parent> |