summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-07-26 13:40:38 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-07-26 13:40:38 -0400
commitf506529f160855baf9a94c991696a1c384959a3f (patch)
treefa3fe9eaaa875a49b2dafe66af48b7543beb5d15
parent17ac3b089df1cc33ced623ab4150edcacd4381c6 (diff)
Add parent to sdnc/apps/pom.xml
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>
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a138692..0a675a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,6 +10,12 @@
<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>