diff options
author | 2018-07-26 13:40:38 -0400 | |
---|---|---|
committer | 2018-07-26 13:40:38 -0400 | |
commit | f506529f160855baf9a94c991696a1c384959a3f (patch) | |
tree | fa3fe9eaaa875a49b2dafe66af48b7543beb5d15 | |
parent | 17ac3b089df1cc33ced623ab4150edcacd4381c6 (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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |