summaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2020-11-25 10:31:39 +0100
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2020-11-25 09:35:55 +0000
commitb8cc85d062a52130c27cabf10658a033a7510626 (patch)
treeb124435da0764bb3774663de11a9ca4085cbbdd0 /mod
parent5c6a6192a60fde5421d85fab52e62fd4a6018abc (diff)
Blueprint Generator - Update parent reference groupId
Issue-ID: DCAEGEN2-2529 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I97051ab6f44ec808c16e6142dee7edd3c9ec622c
Diffstat (limited to 'mod')
-rw-r--r--mod/bpgenerator/common/pom.xml2
-rw-r--r--mod/bpgenerator/onap/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/mod/bpgenerator/common/pom.xml b/mod/bpgenerator/common/pom.xml
index 58b7839..7c8db76 100644
--- a/mod/bpgenerator/common/pom.xml
+++ b/mod/bpgenerator/common/pom.xml
@@ -35,7 +35,7 @@
<description>This module is used by DCAE and ONAP Applications to generate Blueprints</description>
<parent>
- <groupId>org.onap.dcaegen2.platform</groupId>
+ <groupId>org.onap.dcaegen2.platform.mod</groupId>
<artifactId>blueprint-generator</artifactId>
<version>1.7.0-SNAPSHOT</version>
</parent>
diff --git a/mod/bpgenerator/onap/pom.xml b/mod/bpgenerator/onap/pom.xml
index 9b5f85d..83572bd 100644
--- a/mod/bpgenerator/onap/pom.xml
+++ b/mod/bpgenerator/onap/pom.xml
@@ -35,14 +35,14 @@
<description>This Application is used to generate ONAP Blueprint YAML Files for given Component Specs</description>
<parent>
- <groupId>org.onap.dcaegen2.platform</groupId>
+ <groupId>org.onap.dcaegen2.platform.mod</groupId>
<artifactId>blueprint-generator</artifactId>
<version>1.7.0-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
- <groupId>org.onap.dcaegen2.platform</groupId>
+ <groupId>org.onap.dcaegen2.platform.mod</groupId>
<artifactId>blueprint-generator-common</artifactId>
<version>2.0.0</version>
<scope>compile</scope>