Fix parent release build 83/15383/1
authorDan Timoney <dtimoney@att.com>
Tue, 26 Sep 2017 07:32:01 +0000 (03:32 -0400)
committerDan Timoney <dtimoney@att.com>
Tue, 26 Sep 2017 07:32:01 +0000 (03:32 -0400)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index d242f44..0808ead 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
     <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>