diff options
author | Dan Timoney <dtimoney@att.com> | 2017-10-16 14:42:00 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-10-16 14:42:00 -0400 |
commit | ebf8972edb5504f0e0cba462f73b36c27a4d454c (patch) | |
tree | 1f14f3ee6835bbf549b2a2596782a0ad3d7efead /ueb-listener | |
parent | c2f3ec47d2d45ba4021c5cde7cea21515f276cf3 (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>
Diffstat (limited to 'ueb-listener')
-rwxr-xr-x | ueb-listener/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ueb-listener/pom.xml b/ueb-listener/pom.xml index 2241047f6..33d2967fd 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> |