diff options
-rw-r--r-- | bpmn/MSOCockpit/pom.xml | 2 | ||||
-rw-r--r-- | bpmn/MSOURN-plugin/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bpmn/MSOCockpit/pom.xml b/bpmn/MSOCockpit/pom.xml index bac169d921..cc5ecd7bc9 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 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> |