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/springboot1/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'springboot/springboot1') diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index f24ae877..20a22762 100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.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