diff options
author | Dan Timoney <dtimoney@att.com> | 2023-06-06 06:55:17 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-06-06 08:56:30 -0400 |
commit | 37a0572e4940c434ad076cf7731a90af53a7bac5 (patch) | |
tree | b3ad79a03d495b061cf79d48a03b45629601e0c3 /sdnr/northbound/CMNotify | |
parent | 359e454e0e2eefa01b72d9f0aef71d0798e722be (diff) |
Roll master for Montreal
Roll version to initial snapshot for Montreal release
Issue-ID: CCSDK-3903
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I5b6614a1ef97f99d9dd73fa5013331ac70c5fdba
Diffstat (limited to 'sdnr/northbound/CMNotify')
-rw-r--r-- | sdnr/northbound/CMNotify/feature/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/northbound/CMNotify/installer/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/northbound/CMNotify/model/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/northbound/CMNotify/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/northbound/CMNotify/provider/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sdnr/northbound/CMNotify/feature/pom.xml b/sdnr/northbound/CMNotify/feature/pom.xml index 298af5237..f09b9632e 100644 --- a/sdnr/northbound/CMNotify/feature/pom.xml +++ b/sdnr/northbound/CMNotify/feature/pom.xml @@ -31,7 +31,7 @@ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>CMNotify-feature</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> diff --git a/sdnr/northbound/CMNotify/installer/pom.xml b/sdnr/northbound/CMNotify/installer/pom.xml index 2084a4889..93443b924 100644 --- a/sdnr/northbound/CMNotify/installer/pom.xml +++ b/sdnr/northbound/CMNotify/installer/pom.xml @@ -31,7 +31,7 @@ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>CMNotify-installer</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> diff --git a/sdnr/northbound/CMNotify/model/pom.xml b/sdnr/northbound/CMNotify/model/pom.xml index 3eb64a661..b13c5aefb 100644 --- a/sdnr/northbound/CMNotify/model/pom.xml +++ b/sdnr/northbound/CMNotify/model/pom.xml @@ -31,7 +31,7 @@ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>CMNotify-model</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> diff --git a/sdnr/northbound/CMNotify/pom.xml b/sdnr/northbound/CMNotify/pom.xml index c8ba75795..f6f20c0ef 100644 --- a/sdnr/northbound/CMNotify/pom.xml +++ b/sdnr/northbound/CMNotify/pom.xml @@ -31,7 +31,7 @@ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>CMNotify</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> diff --git a/sdnr/northbound/CMNotify/provider/pom.xml b/sdnr/northbound/CMNotify/provider/pom.xml index 904831355..3c3c8fcb3 100644 --- a/sdnr/northbound/CMNotify/provider/pom.xml +++ b/sdnr/northbound/CMNotify/provider/pom.xml @@ -31,7 +31,7 @@ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>CMNotify-provider</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-features :: sdnr-northbound :: ${project.artifactId}</name> |