diff options
author | Dan Timoney <dtimoney@att.com> | 2017-09-26 03:32:01 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-09-26 03:32:01 -0400 |
commit | a32dc857292a0ea273772a165f6fae03d92c08a1 (patch) | |
tree | a479180c32186027126ab2671e3ce601f1c639d3 /pom.xml | |
parent | 9ae2a9c2525089e8581bb2b7863d6b96d22b67d2 (diff) |
Fix parent release build
Fix parent release build by adding oparent as parent of ccsdk top
level parent pom.xml
Change-Id: Ib2beab09efa98354b644232150f9806da87d1ea3
Issue-ID: CCSDK-56
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -12,6 +12,12 @@ <url>http://wiki.onap.org</url> <description>Parent POMs to be used by clients of CCSDK</description> + <parent> + <groupId>org.onap.ccsdk.parent</groupId> + <artifactId>odlparent-carbon-sr1</artifactId> + <version>0.0.1-SNAPSHOT</version> + </parent> + <properties> <!-- ONAP repositories --> <onap.nexus.host>nexus.onap.org</onap.nexus.host> |