aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-14 14:03:37 -0400
committerDan Timoney <dtimoney@att.com>2017-09-14 14:03:37 -0400
commitdaccb2de54e36d1e2378381f7dd86a4f3a2ccc80 (patch)
treea59a53b359506715c2bb9a8a0a28760fb1cea693
parent2c11f8fdd9ca19fb223743fad1b769f45939e4c7 (diff)
Use oparent as parent
Added <parent> tag to use oparent as parent Change-Id: If5e6feb53934460bb0c497a8240dce5594dbdccc Issue-ID: CCSDK-43 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 9967771..3d76d93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,5 +10,10 @@
<name>ccsdk-platform-blueprints</name>
<description>CCSD Platform Blueprints</description>
+ <parent>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
</project>