diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-08-17 10:56:59 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-08-17 15:00:13 +0000 |
commit | ff6f166e6a55f98abd2d19052e75aa2a4740a912 (patch) | |
tree | 11e013aa7acefd988e96db324f7a264bf6848ac3 /components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml | |
parent | 677ebdb403784a420c3ad45da0850abbb1754a56 (diff) |
Fixing and Refactoring Pom
Changing parent reference to avoid relative path issue and adding copyright header to new pom
Issue-ID: CCSDK-2642
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ibd6a6867eea9849cc1ddc37e9accdba6b4ddca09
Diffstat (limited to 'components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml')
-rw-r--r-- | components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml b/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml index 1459531ec..de321f86f 100644 --- a/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml @@ -19,8 +19,8 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> - <artifactId>cba-parent</artifactId> + <groupId>org.onap.ccsdk.cds.cba</groupId> + <artifactId>blueprint-model</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> |