diff options
author | 2023-06-13 13:26:53 -0400 | |
---|---|---|
committer | 2023-06-13 13:26:53 -0400 | |
commit | 6f128f09e5dd131e40471a3d83c52ab6c96b0c98 (patch) | |
tree | 2e3d62561ae224fb50f84fd01c56756c88e81de4 /northbound/dataChange | |
parent | 5840ba40343542f70fe141dda6c98e10ba088e96 (diff) |
Release version 1.6.3 of ccsdk/sli
Release version 1.6.3 of ccsdk/sli
Issue-ID: CCSDK-3908
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I8247375fbf6f4fba0c59f761fd39491590d0a0ac
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 aa28205b9..bbb277017 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>1.6.3-SNAPSHOT</version> + <version>1.6.4-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 71798efac..30af8f2da 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>1.6.3-SNAPSHOT</version> + <version>1.6.4-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 667fb6025..efb541b5e 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>1.6.3-SNAPSHOT</version> + <version>1.6.4-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 c09009aba..e7e9c5bcf 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>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: ${project.artifactId}</name> |