From 93807018f0e72439650288626e82636327643489 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 14 Sep 2021 11:49:59 -0400 Subject: Explicitly set sli version Due to issues in range expansion, version of ccsdk/sli should be set to static value 1.3.1 for Istanbul Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney Change-Id: I3ab63166ae51000e58206b795d3dd96f86240e76 --- springboot/springboot25/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'springboot/springboot25') diff --git a/springboot/springboot25/pom.xml b/springboot/springboot25/pom.xml index 5e100159..3f56ae05 100644 --- a/springboot/springboot25/pom.xml +++ b/springboot/springboot25/pom.xml @@ -92,7 +92,7 @@ (1.1.99999,1.2.99999-SNAPSHOT) (1.1.99999, 1.2.99999-SNAPSHOT) (1.1.99999, 1.2.99999-SNAPSHOT) - (1.2.99999, 1.3.99999-SNAPSHOT) + 1.3.1 ${ccsdk.sli.version} ${ccsdk.sli.version} ${ccsdk.sli.version} -- cgit