Fix artifact group IDs (org.openecomp.so)

Since the repositories were renamed from "mso" to "so" the
artifact group IDs in the poms must be updated to match.

Issue: SO-39
Change-Id: I617fe738a77d0f6c1d1cc0ac9474fb753f4e234c
Signed-off-by: Rob Daugherty <rd472p@att.com>
diff --git a/bpmn/MSOMockServer/pom.xml b/bpmn/MSOMockServer/pom.xml
index 268f392..34f7a23 100644
--- a/bpmn/MSOMockServer/pom.xml
+++ b/bpmn/MSOMockServer/pom.xml
@@ -1,12 +1,12 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<parent>
-        <groupId>org.openecomp.mso</groupId>
+        <groupId>org.openecomp.so</groupId>
         <artifactId>bpmn</artifactId>
 		<version>1.1.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.openecomp.mso</groupId>
+	<groupId>org.openecomp.so</groupId>
 	<artifactId>MSOMockServer</artifactId>
 	<packaging>war</packaging>