diff options
author | 2024-12-04 10:21:21 -0500 | |
---|---|---|
committer | 2024-12-04 10:21:21 -0500 | |
commit | e5219d4807c8d52edcd3c7a323134157826ea2c1 (patch) | |
tree | a98fd1f3c511b97fc6c3812b9488fba3519f15fe /northbound/dataChange | |
parent | 1247537817bee6d22bb6c5c11f83b4360a58ca83 (diff) |
Release version 2.0.1 of ccsdk/sli
Release version 2.0.1 of CCSDK sli
Issue-ID: CCSDK-4066
Change-Id: I38d9716bb4b0b806eb361e12e513bb7f846926f6
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'northbound/dataChange')
-rwxr-xr-x | northbound/dataChange/installer/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/dataChange/model/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/dataChange/pom.xml | 2 | ||||
-rwxr-xr-x | northbound/dataChange/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/northbound/dataChange/installer/pom.xml b/northbound/dataChange/installer/pom.xml index 8e043fe8e..841189a7a 100755 --- a/northbound/dataChange/installer/pom.xml +++ b/northbound/dataChange/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>dataChange-installer</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/dataChange/model/pom.xml b/northbound/dataChange/model/pom.xml index 7c3e4765d..e0f2f1f3c 100755 --- a/northbound/dataChange/model/pom.xml +++ b/northbound/dataChange/model/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>dataChange-model</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/dataChange/pom.xml b/northbound/dataChange/pom.xml index 50b865bea..11ba63150 100755 --- a/northbound/dataChange/pom.xml +++ b/northbound/dataChange/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>dataChange</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> diff --git a/northbound/dataChange/provider/pom.xml b/northbound/dataChange/provider/pom.xml index 4c5f998c1..a70eef67c 100755 --- a/northbound/dataChange/provider/pom.xml +++ b/northbound/dataChange/provider/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>dataChange-provider</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.2-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> |