From 66c58a1ce64112df1b79e997489450a8c365305f Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 5 Jan 2021 15:14:32 -0500 Subject: Update sli version Update sli version to 1.0.4-SNAPSHOT in parent poms Change-Id: I2cc3945aff301b6604c2a42a3c4ce1661a7cb69c Issue-ID: CCSDK-3074 Signed-off-by: Dan Timoney --- .../spring-boot-setup/src/main/resources/pom-template.xml | 11 ++++++----- springboot/springboot1/pom.xml | 11 ++++++----- springboot/springboot2/pom.xml | 11 ++++++----- 3 files changed, 18 insertions(+), 15 deletions(-) (limited to 'springboot') 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 97491ae7..7fd85b19 100644 --- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml +++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml @@ -93,11 +93,12 @@ 1.0.2-SNAPSHOT 1.0.3-SNAPSHOT - 1.0.2 - 1.0.2 - 1.0.2 - 1.0.2 - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT + \${ccsdk.sli.version} + \${ccsdk.sli.version} + \${ccsdk.sli.version} + \${ccsdk.sli.version} + 1.0.4-SNAPSHOT ${springbootparent.version} diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 9b4c50b6..2a4e5e56 100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -93,11 +93,12 @@ 1.0.2-SNAPSHOT 1.0.3-SNAPSHOT - 1.0.2 - 1.0.2 - 1.0.2 - 1.0.2 - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT + ${ccsdk.sli.version} + ${ccsdk.sli.version} + ${ccsdk.sli.version} + ${ccsdk.sli.version} + 1.0.4-SNAPSHOT 1.5.22.RELEASE diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 00e51b84..15c79f77 100644 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -93,11 +93,12 @@ 1.0.2-SNAPSHOT 1.0.3-SNAPSHOT - 1.0.2 - 1.0.2 - 1.0.2 - 1.0.2 - 1.0.3-SNAPSHOT + 1.0.4-SNAPSHOT + ${ccsdk.sli.version} + ${ccsdk.sli.version} + ${ccsdk.sli.version} + ${ccsdk.sli.version} + 1.0.4-SNAPSHOT 2.3.3.RELEASE -- cgit 1.2.3-korg