Add parent to sdnc/apps/pom.xml 33/57733/1
authorTimoney, Dan (dt5972) <dt5972@att.com>
Thu, 26 Jul 2018 17:40:38 +0000 (13:40 -0400)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Thu, 26 Jul 2018 17:40:38 +0000 (13:40 -0400)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index a138692..0a675a7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <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>