Fix ueb-listener client name 23/19123/1
authorDan Timoney <dtimoney@att.com>
Mon, 16 Oct 2017 18:42:00 +0000 (14:42 -0400)
committerDan Timoney <dtimoney@att.com>
Mon, 16 Oct 2017 18:42:00 +0000 (14:42 -0400)
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>
ueb-listener/pom.xml

index 2241047..33d2967 100755 (executable)
                                        <archive>
                                                <manifest>
                                                        <addClasspath>true</addClasspath>
-                                                       <mainClass>org.openecomp.sdnc.uebclient.SdncUebClient</mainClass>
+                                                       <mainClass>org.onap.ccsdk.sli.northbound.uebclient.SdncUebClient</mainClass>
                                                </manifest>
                                        </archive>
                                </configuration>