diff options
Diffstat (limited to 'bpmn/pom.xml')
-rw-r--r-- | bpmn/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bpmn/pom.xml b/bpmn/pom.xml index c7b914a276..1c9a7c8d8a 100644 --- a/bpmn/pom.xml +++ b/bpmn/pom.xml @@ -3,12 +3,12 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.openecomp</groupId> - <artifactId>so</artifactId> + <groupId>org.openecomp.so</groupId> + <artifactId>framework</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> - <groupId>org.openecomp.so</groupId> + <groupId>org.openecomp.so.framework</groupId> <artifactId>bpmn</artifactId> <name>BPMN Subsystem</name> <description>BPMN Subsystem for MSO</description> |