aboutsummaryrefslogtreecommitdiffstats
path: root/ms/cds-sdc-listener/application
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-03-12 19:07:51 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-03-12 19:17:28 -0400
commit2ef29683072193132256b8ccc50e0c7cb097db33 (patch)
tree7185ba1b781509ee0987f852725634722e2066e4 /ms/cds-sdc-listener/application
parent77c8e7ee4645fcd7052ac2a1055dd0d387fc5ecb (diff)
Add missing groupId
Added missing groupId to cds-sdc-listener poms and updated artifactIds to ensure uniqueness Change-Id: Ibec810dc25c48cd5cf8527364d629cc463bce0c9 Issue-ID: CCSDK-1150 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'ms/cds-sdc-listener/application')
-rw-r--r--ms/cds-sdc-listener/application/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ms/cds-sdc-listener/application/pom.xml b/ms/cds-sdc-listener/application/pom.xml
index a5e6f1e53..daa9f0a62 100644
--- a/ms/cds-sdc-listener/application/pom.xml
+++ b/ms/cds-sdc-listener/application/pom.xml
@@ -17,7 +17,8 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>application</artifactId>
+ <groupId>org.onap.ccsdk.apps</groupId>
+ <artifactId>cds-sdc-listener-application</artifactId>
<name>CDS-SDC Listener Application </name>
<dependencies>