From 2a577ea5da129f9458b51baeb6720306d28a2442 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 5 Aug 2021 12:39:45 -0400 Subject: Fix ranges to include snapshot maven-assembly-plugin seems to exclude snapshots when resolving ranges unless the range explicitly includes a snapshot. Updated ranges to end in snapshot release to work around this issue. Issue-ID: CCSDK-3387 Signed-off-by: Dan Timoney Change-Id: I443da915e792e153eea55fdb9dc763b68471bb3c --- springboot/spring-boot-setup/src/main/resources/pom-template.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'springboot/spring-boot-setup') 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 27ccde6f..845ea8a5 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.1.99999,1.2.99999) - (1.1.99999, 1.2.99999) - (1.1.99999, 1.2.99999) - (1.2.99999, 1.3.99999) + (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) ${ccsdk.sli.version} ${ccsdk.sli.version} ${ccsdk.sli.version} -- cgit 1.2.3-korg