aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog
diff options
context:
space:
mode:
authorBrinda Santh Muthuramalingam <brindasanth@in.ibm.com>2019-09-17 01:35:45 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-17 01:35:45 +0000
commit44f56d241be4de6edf6b3ccda4e44426241581ed (patch)
treee6eb56576b48682fe798873d038076bd8f425fcd /components/model-catalog
parentbe1fecf35c4661f58ae91aad20cc1ad7a510da94 (diff)
parent9c4027c6835cc545bd451091300f933314339fc0 (diff)
Merge "Add missing parent"
Diffstat (limited to 'components/model-catalog')
-rw-r--r--components/model-catalog/proto-definition/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/components/model-catalog/proto-definition/pom.xml b/components/model-catalog/proto-definition/pom.xml
index 8e378f1a3..9c6d802a0 100644
--- a/components/model-catalog/proto-definition/pom.xml
+++ b/components/model-catalog/proto-definition/pom.xml
@@ -17,6 +17,13 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.onap.ccsdk.cds</groupId>
+ <artifactId>parent</artifactId>
+ <version>0.7.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
<groupId>org.onap.ccsdk.cds.components</groupId>
<artifactId>proto-definition</artifactId>
<version>0.7.0-SNAPSHOT</version>