From 4805631816cbb73192603bb5a1d0ffe5d71c8e30 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 4 Oct 2022 16:07:19 -0400 Subject: [PATCH] Fix compile error due to expired sli snapshot Update sli version to released version 1.5.1 to resolve compile errors due to expired sli snapshot version Issue-ID: CCSDK-3754 Signed-off-by: Timoney, Dan (dt5972) Change-Id: I3de2eb7d5b087197ae114d19d1cd23ab92e58270 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 07132f7cb..103e1bcc4 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ limitations under the License. ${maven.build.timestamp} yyyyMMdd'T'HHmmss'Z' - 1.5.0-SNAPSHOT + 1.5.1 ${project.version} -- 2.16.6