Fix the maven groupId of BPMN Cockpit 17/5417/4
authorJulienBe <jb379x@att.com>
Mon, 6 Feb 2017 13:09:37 +0000 (05:09 -0800)
committerJulienBe <jb379x@att.com>
Mon, 6 Feb 2017 15:26:01 +0000 (07:26 -0800)
Change-Id: Icf233b27421878e3b4a65705ee202f517ef6a78c
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Signed-off-by: JulienBe <jb379x@att.com>
bpmn/MSOCockpit/pom.xml
bpmn/MSOURN-plugin/pom.xml

index bac169d..cc5ecd7 100644 (file)
@@ -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>
index 48da51e..e94a1f7 100644 (file)
@@ -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>