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 --- odlparent/setup/src/main/resources/pom-template.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'odlparent/setup') diff --git a/odlparent/setup/src/main/resources/pom-template.xml b/odlparent/setup/src/main/resources/pom-template.xml index a8f1b862..e9429c69 100755 --- a/odlparent/setup/src/main/resources/pom-template.xml +++ b/odlparent/setup/src/main/resources/pom-template.xml @@ -97,10 +97,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