diff options
author | Dan Timoney <dtimoney@att.com> | 2024-09-23 15:48:50 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-09-23 15:48:50 -0400 |
commit | 10bcf61052635256fc88f51d8c37c8545f4012d5 (patch) | |
tree | 1bbf691288d6a2bd255dfb98b0387a99f5f41d80 /sdnr/northbound/addCMHandle | |
parent | 308bbcdf980e67092cc6b2d0f735a2a4c0557246 (diff) |
Release initial Oslo CCSDK maven artifacts
Release initial CCSDK maven artifacts for Oslo release based
on OpenDaylight Potassium and roll snapshot version
Issue-ID: CCSDK-3993
Change-Id: I0e0dcc30d0e93d51b8145eb4fa9b54ac93f6febc
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sdnr/northbound/addCMHandle')
-rw-r--r-- | sdnr/northbound/addCMHandle/feature/pom.xml | 2 | ||||
-rwxr-xr-x | sdnr/northbound/addCMHandle/installer/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/northbound/addCMHandle/model/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/northbound/addCMHandle/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/northbound/addCMHandle/provider/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sdnr/northbound/addCMHandle/feature/pom.xml b/sdnr/northbound/addCMHandle/feature/pom.xml index 7fef37794..be8c13dcd 100644 --- a/sdnr/northbound/addCMHandle/feature/pom.xml +++ b/sdnr/northbound/addCMHandle/feature/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>addCMHandle-feature</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> diff --git a/sdnr/northbound/addCMHandle/installer/pom.xml b/sdnr/northbound/addCMHandle/installer/pom.xml index 4a98f06b8..c4d5bef30 100755 --- a/sdnr/northbound/addCMHandle/installer/pom.xml +++ b/sdnr/northbound/addCMHandle/installer/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>addCMHandle-installer</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> diff --git a/sdnr/northbound/addCMHandle/model/pom.xml b/sdnr/northbound/addCMHandle/model/pom.xml index c92df914d..079f963c3 100644 --- a/sdnr/northbound/addCMHandle/model/pom.xml +++ b/sdnr/northbound/addCMHandle/model/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>addCMHandle-model</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> diff --git a/sdnr/northbound/addCMHandle/pom.xml b/sdnr/northbound/addCMHandle/pom.xml index b7ca8a8e7..95a9bedf9 100644 --- a/sdnr/northbound/addCMHandle/pom.xml +++ b/sdnr/northbound/addCMHandle/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>addCMHandle</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> diff --git a/sdnr/northbound/addCMHandle/provider/pom.xml b/sdnr/northbound/addCMHandle/provider/pom.xml index f4c26d8f2..5b18ba258 100644 --- a/sdnr/northbound/addCMHandle/provider/pom.xml +++ b/sdnr/northbound/addCMHandle/provider/pom.xml @@ -32,7 +32,7 @@ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>addCMHandle-provider</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> |