From fc00621f92f98af7c92b20c0736d4da37cb7a341 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 5 Oct 2021 15:55:28 -0400 Subject: Fix ranges to include snapshots Fix range so that snapshots are included Issue-ID: CCSDK-3470 Signed-off-by: Dan Timoney Change-Id: I8a3f59b59d0c9d347a259fa093470371fb169902 --- springboot/spring-boot-setup/src/main/resources/pom-template.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'springboot/spring-boot-setup/src/main/resources') diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml index 2703ab10..0271683d 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -92,10 +92,10 @@ 1.6.9 - (1.2.99999,1.3.99999) - (1.2.99999, 1.3.99999) - (1.2.99999, 1.3.99999) - (1.3.99999, 1.4.99999) + (1.2.99999,1.3.99999-SNAPSHOT] + (1.2.99999, 1.3.99999-SNAPSHOT] + (1.2.99999, 1.3.99999-SNAPSHOT] + (1.3.99999, 1.4.99999-SNAPSHOT] ${ccsdk.sli.version} ${ccsdk.sli.version} ${ccsdk.sli.version} -- cgit 1.2.3-korg