aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-16 14:42:00 -0400
committerDan Timoney <dtimoney@att.com>2017-10-16 14:42:00 -0400
commitebf8972edb5504f0e0cba462f73b36c27a4d454c (patch)
tree1f14f3ee6835bbf549b2a2596782a0ad3d7efead
parentc2f3ec47d2d45ba4021c5cde7cea21515f276cf3 (diff)
Fix ueb-listener client name
Fix package name of ueb listener client in jar manifest Change-Id: I1db2acd8b269ffbf88d41f827c3baaa22b253bd7 Issue-ID: SDNC-129 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xueb-listener/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ueb-listener/pom.xml b/ueb-listener/pom.xml
index 2241047f..33d2967f 100755
--- a/ueb-listener/pom.xml
+++ b/ueb-listener/pom.xml
@@ -119,7 +119,7 @@
<archive>
<manifest>
<addClasspath>true</addClasspath>
- <mainClass>org.openecomp.sdnc.uebclient.SdncUebClient</mainClass>
+ <mainClass>org.onap.ccsdk.sli.northbound.uebclient.SdncUebClient</mainClass>
</manifest>
</archive>
</configuration>