From c5302e63a7cfffa1fdf7f435d559a49688747a84 Mon Sep 17 00:00:00 2001
From: Thugutla Sailakshmi <tsaila10@in.ibm.com>
Date: Mon, 5 Aug 2019 19:44:53 +0530
Subject: 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>
---
 message-router/publisher/api/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'message-router/publisher/api')

diff --git a/message-router/publisher/api/pom.xml b/message-router/publisher/api/pom.xml
index 44990c10..1bdc3a26 100755
--- a/message-router/publisher/api/pom.xml
+++ b/message-router/publisher/api/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.api</artifactId>
-- 
cgit