From 053bee9eedbf61c7c83491f0929b02eb14bf35b5 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 6 Mar 2025 17:43:34 -0500 Subject: Release version 2.1.0 of ccsdk/sli for initial Paris release Release initial version 2.1.0 of ccsdk/sli for Paris release Issue-ID: CCSDK-4095 Change-Id: I02bf891c23b542d91c2f73b74106a4ab6a56d100 Signed-off-by: Dan Timoney --- core/utils/installer/pom.xml | 2 +- core/utils/pom.xml | 2 +- core/utils/provider/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'core/utils') diff --git a/core/utils/installer/pom.xml b/core/utils/installer/pom.xml index 1c0f8edd3..0fe72f68b 100755 --- a/core/utils/installer/pom.xml +++ b/core/utils/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core utils-installer - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT pom ccsdk-sli-core :: ${project.artifactId} diff --git a/core/utils/pom.xml b/core/utils/pom.xml index 9fbe71ee5..dae33fd44 100755 --- a/core/utils/pom.xml +++ b/core/utils/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core utils - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT pom ccsdk-sli-core :: ${project.artifactId} diff --git a/core/utils/provider/pom.xml b/core/utils/provider/pom.xml index 1c1dc50ac..008518186 100644 --- a/core/utils/provider/pom.xml +++ b/core/utils/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.core utils-provider - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT bundle ccsdk-sli-core :: ${project.artifactId} -- cgit