From e477961f068b9d76a6db2a2be6e7aaa5fc6f65a7 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 3 Oct 2024 16:10:21 -0400 Subject: Release version 2.0.0 of ccsdk/sli Release version 2.0.0 of ccsdk/sli and roll snapshot version Issue-ID: CCSDK-4056 Change-Id: I933ba943dd94a4532c32bb24b9e571cca15d980d Signed-off-by: Dan Timoney --- northbound/dataChange/installer/pom.xml | 2 +- northbound/dataChange/model/pom.xml | 2 +- northbound/dataChange/pom.xml | 2 +- northbound/dataChange/provider/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'northbound/dataChange') diff --git a/northbound/dataChange/installer/pom.xml b/northbound/dataChange/installer/pom.xml index b60190dc4..d596fffa7 100755 --- a/northbound/dataChange/installer/pom.xml +++ b/northbound/dataChange/installer/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound dataChange-installer - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT pom ccsdk-sli-northbound :: ${project.artifactId} diff --git a/northbound/dataChange/model/pom.xml b/northbound/dataChange/model/pom.xml index ca053af58..32671cf55 100755 --- a/northbound/dataChange/model/pom.xml +++ b/northbound/dataChange/model/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound dataChange-model - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT bundle ccsdk-sli-northbound :: ${project.artifactId} diff --git a/northbound/dataChange/pom.xml b/northbound/dataChange/pom.xml index 699bf0bb1..1fdc4485e 100755 --- a/northbound/dataChange/pom.xml +++ b/northbound/dataChange/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound dataChange - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT pom ccsdk-sli-northbound :: ${project.artifactId} diff --git a/northbound/dataChange/provider/pom.xml b/northbound/dataChange/provider/pom.xml index 522001dd3..5d50ccf6d 100755 --- a/northbound/dataChange/provider/pom.xml +++ b/northbound/dataChange/provider/pom.xml @@ -11,7 +11,7 @@ org.onap.ccsdk.sli.northbound dataChange-provider - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT bundle ccsdk-sli-northbound :: ${project.artifactId} -- cgit