Another attempt to fix deploy problem

The top level pom will contain:
	<groupId>org.openecomp.so</groupId>
	<artifactId>so</artifactId>

Child modules will contain:
	<parent>
		<groupId>org.openecomp.so</groupId>
		<artifactId>so</artifactId>
		<version>1.1.0-SNAPSHOT</version>
	</parent>
	<groupId>org.openecomp.so</groupId>
	<artifactId>some-child-artifact</artifactId>

Note that the groupId for the direct child module will be
the same as the groupId for its parent.

Issue: SO-21
Change-Id: I1976819df459d92937c6a4780959c32599dc3e71
Signed-off-by: Rob Daugherty <rd472p@att.com>
diff --git a/pom.xml b/pom.xml
index a224fa0..fad299c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
 	 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.so</groupId>
-	<artifactId>so-parent</artifactId>
+	<artifactId>so</artifactId>
 	<packaging>pom</packaging>
 	<version>1.1.0-SNAPSHOT</version>
 	<name>MSO main project</name>