diff options
author | Thugutla Sailakshmi <tsaila10@in.ibm.com> | 2019-08-05 19:44:53 +0530 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-09 09:58:05 -0400 |
commit | c5302e63a7cfffa1fdf7f435d559a49688747a84 (patch) | |
tree | 708b45b6a8132cb34eefab127c6a68e53ddf4b35 /message-router/publisher/provider | |
parent | be718ade10ffe698739ae724d50628e559d28805 (diff) |
CCSDK-1556 -Move this constructor to comply with Java Code Conventions
Move this constructor to comply with Java Code Conventions
Issue-ID: CCSDK-1556
Change-Id: I6b6c75c07cccdd4b18027f6c4ab3badf9c273c97
Signed-off-by: Thugutla Sailakshmi <tsaila10@in.ibm.com>
Diffstat (limited to 'message-router/publisher/provider')
-rwxr-xr-x | message-router/publisher/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/message-router/publisher/provider/pom.xml b/message-router/publisher/provider/pom.xml index 222adcd1..347e6a45 100755 --- a/message-router/publisher/provider/pom.xml +++ b/message-router/publisher/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.aggregate</artifactId> - <version>0.5.1-SNAPSHOT</version> + <version>0.5.2-SNAPSHOT</version> </parent> <artifactId>publisher.provider</artifactId> |