diff options
author | Dan Timoney <dtimoney@att.com> | 2023-03-28 09:37:21 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-03-28 16:01:20 -0400 |
commit | 0e061be8935d3fd361e8ad916948215043f1ebab (patch) | |
tree | c20ccba214d26c56449d3a3f0abcfc408ac9e5b6 /adaptors/chef-adaptor | |
parent | e0ee06604dd6b4e37f2349d13967cf4359f17ea8 (diff) |
ODL Chlorine changes
Update ccsdk/sli for OpenDaylight Chlorine release.
Issue-ID: CCSDK-3812
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I886292c4232e7028967f1518d9f0b09f2d0a6106
Diffstat (limited to 'adaptors/chef-adaptor')
-rw-r--r-- | adaptors/chef-adaptor/chef-adaptor-bundle/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/chef-adaptor/chef-adaptor-installer/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/chef-adaptor/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/adaptors/chef-adaptor/chef-adaptor-bundle/pom.xml b/adaptors/chef-adaptor/chef-adaptor-bundle/pom.xml index f26cb61c6..080b6b9a1 100644 --- a/adaptors/chef-adaptor/chef-adaptor-bundle/pom.xml +++ b/adaptors/chef-adaptor/chef-adaptor-bundle/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.5.3</version> + <version>2.5.4</version> <relativePath/> </parent> diff --git a/adaptors/chef-adaptor/chef-adaptor-installer/pom.xml b/adaptors/chef-adaptor/chef-adaptor-installer/pom.xml index 2142a6c14..ca845326a 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.3</version> + <version>2.5.4</version> <relativePath/> </parent> diff --git a/adaptors/chef-adaptor/pom.xml b/adaptors/chef-adaptor/pom.xml index 10baf80c2..cfb336bdc 100644 --- a/adaptors/chef-adaptor/pom.xml +++ b/adaptors/chef-adaptor/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.5.3</version> + <version>2.5.4</version> <relativePath/> </parent> |