diff options
author | Sandeep Shah <sandeeplinux1068@gmail.com> | 2020-05-22 23:06:07 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-05-26 08:51:12 -0400 |
commit | 97892f35cd3a28dce2982d7f9a8830811f052178 (patch) | |
tree | 1f9480be6dca48e3227d34a27f44694a1188a72f /asdcApi | |
parent | c8734908fee2b0fce1a0e014b105517366cd082c (diff) |
Bug fix in DMAAP message parsing for CMNotify
Minor bug fix in the DMAAP message for CMNotify
Issue-ID: CCSDK-2383
Signed-off-by: SandeepLinux <Sandeep.Shah@ibm.com>
Change-Id: Ia080adafecf6d6b3a12682aaab3f244a33a16de5
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'asdcApi')
-rwxr-xr-x | asdcApi/installer/pom.xml | 2 | ||||
-rwxr-xr-x | asdcApi/model/pom.xml | 2 | ||||
-rwxr-xr-x | asdcApi/pom.xml | 2 | ||||
-rwxr-xr-x | asdcApi/provider/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/asdcApi/installer/pom.xml b/asdcApi/installer/pom.xml index b425e13a..57d9139e 100755 --- a/asdcApi/installer/pom.xml +++ b/asdcApi/installer/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi-installer</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name> diff --git a/asdcApi/model/pom.xml b/asdcApi/model/pom.xml index bb751370..f90bf50b 100755 --- a/asdcApi/model/pom.xml +++ b/asdcApi/model/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi-model</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.4-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name> diff --git a/asdcApi/pom.xml b/asdcApi/pom.xml index 6351b4bd..0432f8fc 100755 --- a/asdcApi/pom.xml +++ b/asdcApi/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.4-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-northbound :: asdcApi</name> diff --git a/asdcApi/provider/pom.xml b/asdcApi/provider/pom.xml index 97b67a32..8b39015d 100755 --- a/asdcApi/provider/pom.xml +++ b/asdcApi/provider/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>asdcApi-provider</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.4-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name> |