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/netbox-client | |
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/netbox-client')
-rwxr-xr-x | adaptors/netbox-client/installer/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/netbox-client/pom.xml | 2 | ||||
-rw-r--r-- | adaptors/netbox-client/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/adaptors/netbox-client/installer/pom.xml b/adaptors/netbox-client/installer/pom.xml index db60a72ba..8bd6645f9 100755 --- a/adaptors/netbox-client/installer/pom.xml +++ b/adaptors/netbox-client/installer/pom.xml @@ -20,7 +20,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/netbox-client/pom.xml b/adaptors/netbox-client/pom.xml index 6de983880..68b05377c 100644 --- a/adaptors/netbox-client/pom.xml +++ b/adaptors/netbox-client/pom.xml @@ -20,7 +20,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/netbox-client/provider/pom.xml b/adaptors/netbox-client/provider/pom.xml index 1e6e3b4da..3e39b0fae 100644 --- a/adaptors/netbox-client/provider/pom.xml +++ b/adaptors/netbox-client/provider/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.5.3</version> + <version>2.5.4</version> <relativePath/> </parent> |