aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulienBe <jb379x@att.com>2017-02-06 05:09:37 -0800
committerJulienBe <jb379x@att.com>2017-02-06 07:26:01 -0800
commitebc6a7e0587c184a31d619322621c2a334ce1782 (patch)
tree46574e3ba08c4eecf06fecc826b771b51e3767b8
parent4d74e803e81b2e0579c5bc05dd48f100214f9233 (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>
-rw-r--r--bpmn/MSOCockpit/pom.xml2
-rw-r--r--bpmn/MSOURN-plugin/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/bpmn/MSOCockpit/pom.xml b/bpmn/MSOCockpit/pom.xml
index bac169d..cc5ecd7 100644
--- a/bpmn/MSOCockpit/pom.xml
+++ b/bpmn/MSOCockpit/pom.xml
@@ -52,7 +52,7 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>com.att.camunda.bpm.cockpit.plugin</groupId>
+ <groupId>org.openecomp.mso</groupId>
<artifactId>cockpit-urnmap-plugin</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/bpmn/MSOURN-plugin/pom.xml b/bpmn/MSOURN-plugin/pom.xml
index 48da51e..e94a1f7 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>