diff options
Diffstat (limited to 'mod/bpgenerator/onap/pom.xml')
-rw-r--r-- | mod/bpgenerator/onap/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |