summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-26 03:32:01 -0400
committerDan Timoney <dtimoney@att.com>2017-09-26 03:32:01 -0400
commita32dc857292a0ea273772a165f6fae03d92c08a1 (patch)
treea479180c32186027126ab2671e3ce601f1c639d3
parent9ae2a9c2525089e8581bb2b7863d6b96d22b67d2 (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>
-rwxr-xr-xpom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d242f44d..0808eadd 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>