Update domain URLs from openecomp.org to onap.org

The openecomp.org namespace is deprecated in favor of the onap.org
namespace

Change-Id: Icca272615a21c5c07d4c4341759752e758a45957
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
diff --git a/packages/deliveries/pom.xml b/packages/deliveries/pom.xml
index d3332ec..61236ed 100644
--- a/packages/deliveries/pom.xml
+++ b/packages/deliveries/pom.xml
@@ -16,7 +16,7 @@
 	<description>This project is responsible of the final packages</description>
 	<organization>
 		<name>OPENECOMP - MSO</name>
-		<url>http://www.openecomp.org/</url>
+		<url>http://www.onap.org/</url>
 	</organization>
 
 
@@ -76,4 +76,4 @@
 		</plugins>
 	</build>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml
index c31a775..274a00d 100644
--- a/packages/docker/pom.xml
+++ b/packages/docker/pom.xml
@@ -19,7 +19,7 @@
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 		<!-- If the maven profile "docker" is specified the parameter -Dmso.git.url=<MsoGitRepo> must be provided
-		     i.e: mvn clean install -P docker -Dmso.git.url=https://gerrit.openecomp.org/r-->
+		     i.e: mvn clean install -P docker -Dmso.git.url=https://gerrit.onap.org/r-->
 		<mso.git.url>${env.GIT_NO_PROJECT}</mso.git.url>
 	</properties>
 
diff --git a/pom.xml b/pom.xml
index 7e308c7..0f0ca27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 	</description>
 	<organization>
 		<name>OPENECOMP - MSO</name>
-		<url>http://www.openecomp.org/</url>
+		<url>http://www.onap.org/</url>
 	</organization>
 	<modules>
 		<module>common</module>
@@ -39,7 +39,7 @@
 		<!-- this is used for Chef mso-code cookbook -->
 		<swm.version>2.19.3-1</swm.version>
 		<evosuiteVersion>1.0.4-alpha2</evosuiteVersion>
-		<nexusproxy>https://nexus.openecomp.org</nexusproxy>
+		<nexusproxy>https://nexus.onap.org</nexusproxy>
 		<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
 		<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
                 <sitePath>/content/sites/site/org/openecomp/mso/${project.version}</sitePath>