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/pom.xml b/pom.xml
index 6802489..055279b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,8 +1,8 @@
 <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">
 	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.openecomp</groupId>
-	<artifactId>so</artifactId>
+	<groupId>org.openecomp.so</groupId>
+	<artifactId>framework</artifactId>
 	<packaging>pom</packaging>
 	<version>1.1.0-SNAPSHOT</version>
 	<name>MSO main project</name>