diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-16 11:28:10 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-09-16 11:37:49 -0400 |
commit | 9c4027c6835cc545bd451091300f933314339fc0 (patch) | |
tree | 9e4d7a4da8592ff6c523e6bd18b3db8a7d979a8b | |
parent | 799f04c129b09d29ebd1b87092dea699a4174d11 (diff) |
Add missing parent
Added missing parent tag to pom.xml to repair merge build.
Change-Id: I88fdf616c953ae10634f755953e0119ad1a120d9
Issue-ID: CCSDK-1730
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
-rw-r--r-- | components/model-catalog/proto-definition/pom.xml | 7 |
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> |