Add parent to sdnc/apps top level pom to set up default configuration,
including distributionManagement
Change-Id: I3a8b5d856c0569c445c0e482247dd269dc8aeccf
Issue-ID: SDNC-402
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
<artifactId>apps</artifactId>
<version>1.1.0-SNAPSHOT</version>
+ <parent>
+ <groupId>org.onap.ccsdk.parent</groupId>
+ <artifactId>odlparent-lite</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </parent>
+
<name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
<url>http://wiki.onap.org</url>
<description>POM to be used for apps in SDNC project</description>