More pom changes needed since repos were renamed

I hope this will fix the daily jenkins builds.

Issue: SO-65
Change-Id: Iee8e975dd894e7bd937bab0ae033188f133f5fce
Signed-off-by: Rob Daugherty <rd472p@att.com>
diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml
index ab5a353..c37d68a 100644
--- a/packages/docker/pom.xml
+++ b/packages/docker/pom.xml
@@ -22,8 +22,8 @@
 		     i.e: mvn clean install -P docker -Dmso.git.url=https://gerrit.openecomp.org/r-->
 		<mso.chef.git.url.prefix>${env.GIT_NO_PROJECT}</mso.chef.git.url.prefix>
 		<mso.chef.git.branchname>master</mso.chef.git.branchname>
-		<mso.chef.git.url.suffix.chef.repo>mso/chef-repo</mso.chef.git.url.suffix.chef.repo>
-		<mso.chef.git.url.suffix.chef.config>mso/mso-config</mso.chef.git.url.suffix.chef.config>
+		<mso.chef.git.url.suffix.chef.repo>so/chef-repo</mso.chef.git.url.suffix.chef.repo>
+		<mso.chef.git.url.suffix.chef.config>so/so-config</mso.chef.git.url.suffix.chef.config>
 		<mso.project.version>${project.version}</mso.project.version>
 	</properties>
 
diff --git a/pom.xml b/pom.xml
index 5b7ab42..6802489 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
 		<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
 		<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
 		<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
-		<sitePath>/content/sites/site/org/onap/mso/${project.version}</sitePath>
+		<sitePath>/content/sites/site/org/onap/so/${project.version}</sitePath>
 		<maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
 	</properties>
 	<distributionManagement>