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 /core/dblib | |
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 'core/dblib')
-rwxr-xr-x | core/dblib/installer/pom.xml | 2 | ||||
-rwxr-xr-x | core/dblib/pom.xml | 2 | ||||
-rwxr-xr-x | core/dblib/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/dblib/installer/pom.xml b/core/dblib/installer/pom.xml index 5f4e1ed6a..ef6d95ead 100755 --- a/core/dblib/installer/pom.xml +++ b/core/dblib/installer/pom.xml @@ -5,7 +5,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/core/dblib/pom.xml b/core/dblib/pom.xml index b8300f865..8fdd4ab95 100755 --- a/core/dblib/pom.xml +++ b/core/dblib/pom.xml @@ -5,7 +5,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/core/dblib/provider/pom.xml b/core/dblib/provider/pom.xml index 3c52a14c8..18027a646 100755 --- a/core/dblib/provider/pom.xml +++ b/core/dblib/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.5.3</version> + <version>2.5.4</version> <relativePath/> </parent> |