Failed to deploy so artifacts in nexus

More problems encountered since mso repos were renamed.

We now have found that this declaration in the top-level so pom
causes the deploy to fail with a 403 Forbidden error:

        <groupId>org.openecomp</groupId>
        <artifactId>so</artifactId>

We are changing this to:

        <groupId>org.openecomp.so</groupId>
        <artifactId>framework</artifactId>

Issue: SO-21
Change-Id: I4e21d689c73c5071bde725127bb81482ce3d91f9
Signed-off-by: Rob Daugherty <rd472p@att.com>
diff --git a/bpmn/MSORESTClient/pom.xml b/bpmn/MSORESTClient/pom.xml
index e17a58f..f92c0c9 100644
--- a/bpmn/MSORESTClient/pom.xml
+++ b/bpmn/MSORESTClient/pom.xml
@@ -4,12 +4,12 @@
 	<modelVersion>4.0.0</modelVersion>

 	

 	<parent>

-		<groupId>org.openecomp.so</groupId>

+		<groupId>org.openecomp.so.framework</groupId>

         <artifactId>bpmn</artifactId>

 		<version>1.1.0-SNAPSHOT</version>
 	</parent>

 	

-	<groupId>org.openecomp.so</groupId>

+	<groupId>org.openecomp.so.framework</groupId>

 	<artifactId>MSORESTClient</artifactId>

 	

 	<packaging>jar</packaging>