From 77535f8a4d9f728debf0d0245f23e50eecb8226b Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 10 Oct 2018 12:33:48 -0400 Subject: Reset artifact versions to snapshot Reset 1.1.1-SNAPSHOT version of poms to use snapshot versions of CCSDK artifacts. This is done so that builds against version 1.1.1-SNAPSHOT of artifacts will not fail due to RC0 release versions of artifacts not being created yet. Change-Id: If0e4f025082d9b0a8f72c7c2bd8c073e16011935 Issue-ID: CCSDK-617 Signed-off-by: Timoney, Dan (dt5972) --- springboot/springboot1/pom.xml | 10 +++++----- springboot/springboot2/pom.xml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'springboot') diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index d9a2eeb2..e3e21b85 100755 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -82,11 +82,11 @@ - 0.3.1 - 0.3.1 - 0.3.1 - 0.3.1 - 0.3.1 + 0.3.1-SNAPSHOT + 0.3.1-SNAPSHOT + 0.3.1-SNAPSHOT + 0.3.1-SNAPSHOT + 0.3.1-SNAPSHOT ${ccsdk.sli.core.version} ${ccsdk.sli.adaptors.version} ${ccsdk.sli.core.version} diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 65b54e26..7de3866b 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -82,11 +82,11 @@ - 0.3.1 - 0.3.1 - 0.3.1 - 0.3.1 - 0.3.1 + 0.3.1-SNAPSHOT + 0.3.1-SNAPSHOT + 0.3.1-SNAPSHOT + 0.3.1-SNAPSHOT + 0.3.1-SNAPSHOT ${ccsdk.sli.core.version} ${ccsdk.sli.adaptors.version} ${ccsdk.sli.core.version} -- cgit 1.2.3-korg