summaryrefslogtreecommitdiffstats
path: root/ms/error-catalog/core/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-03-17 08:34:04 -0400
committerDan Timoney <dtimoney@att.com>2020-03-17 09:13:17 -0400
commitf946eae481bb4d37082218c64132a7099082bce5 (patch)
tree2591daa32dac4e4b146198e10ea202c570e5cc99 /ms/error-catalog/core/pom.xml
parentf57a6381ba0240a4c5de3b4a9dbe7573f4c3775e (diff)
Fix groupId for error-catalog
Updated groupId from org.onap.ccsdk.error.catalog to org.onap.ccsdk.cds.error.catalog to match repo name Issue-ID: CCSDK-2177 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I6feda23dcd9263a741ce9e0838c126b0c0b7b17e
Diffstat (limited to 'ms/error-catalog/core/pom.xml')
-rw-r--r--ms/error-catalog/core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/error-catalog/core/pom.xml b/ms/error-catalog/core/pom.xml
index 7a46dbc7c..407f10f08 100644
--- a/ms/error-catalog/core/pom.xml
+++ b/ms/error-catalog/core/pom.xml
@@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.ccsdk.error.catalog</groupId>
+ <groupId>org.onap.ccsdk.cds.error.catalog</groupId>
<artifactId>error-catalog</artifactId>
<version>0.7.0-SNAPSHOT</version>
</parent>