summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Dürre <michael.duerre@highstreet-technologies.com>2023-03-21 12:45:42 +0100
committerDan Timoney <dtimoney@att.com>2023-03-29 15:46:12 -0400
commit5a763149e6c57b72a4a59faf3300bb55c7c2279a (patch)
tree978390778c4900f5dcb0a3a6fa20e38d8ee4da41 /pom.xml
parentd11b0692ca464fa2060f48d078577e59042e27b1 (diff)
fix odlsli base image
switch odlsli to chlorine base image Install missing packages as dependencies Issue-ID: CCSDK-3873 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I2346fe996aa57baff3f1a7fac3b328682772551b Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f9fd01c4..b5325d91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>oparent</artifactId>
- <version>2.5.3</version>
+ <version>2.5.4</version>
</parent>
<groupId>org.onap.ccsdk.distribution</groupId>
@@ -31,7 +31,7 @@
<properties>
<application.name>distribution</application.name>
- <ccsdk.sli.version>1.6.1</ccsdk.sli.version>
+ <ccsdk.sli.version>1.6.2</ccsdk.sli.version>
<ccsdk.project.version>${project.version}</ccsdk.project.version>
<ccsdk.distribution.version>${project.version}</ccsdk.distribution.version>