diff options
author | JulienBe <jb379x@att.com> | 2017-02-06 05:09:37 -0800 |
---|---|---|
committer | JulienBe <jb379x@att.com> | 2017-02-06 07:26:01 -0800 |
commit | ebc6a7e0587c184a31d619322621c2a334ce1782 (patch) | |
tree | 46574e3ba08c4eecf06fecc826b771b51e3767b8 /bpmn/MSOURN-plugin | |
parent | 4d74e803e81b2e0579c5bc05dd48f100214f9233 (diff) |
Fix the maven groupId of BPMN Cockpit
Change-Id: Icf233b27421878e3b4a65705ee202f517ef6a78c
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Signed-off-by: JulienBe <jb379x@att.com>
Diffstat (limited to 'bpmn/MSOURN-plugin')
-rw-r--r-- | bpmn/MSOURN-plugin/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/MSOURN-plugin/pom.xml b/bpmn/MSOURN-plugin/pom.xml index 48da51ee96..e94a1f7233 100644 --- a/bpmn/MSOURN-plugin/pom.xml +++ b/bpmn/MSOURN-plugin/pom.xml @@ -8,7 +8,7 @@ <version>0.0.4-SNAPSHOT</version> </parent> - <groupId>com.att.camunda.bpm.cockpit.plugin</groupId> + <groupId>org.openecomp.mso</groupId> <artifactId>cockpit-urnmap-plugin</artifactId> <packaging>jar</packaging> |