Point Nexus proxy to new URL

The nexus.openecomp.org domain has been deprecated for nexus.onap.org

Change-Id: I2af719c9cb6c4a511ce32ea7704da6f367a85800
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
diff --git a/pom.xml b/pom.xml
index 7e4248a..22d726e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,7 +180,7 @@
 		<sonar.inclusions>app/**/*.js,server-mock/**/*.js,src/**/*.js,src/main/**/*.java</sonar.inclusions>
 
 		<!--nexus-->
-		<nexus.proxy>https://nexus.openecomp.org</nexus.proxy>
+		<nexus.proxy>https://nexus.onap.org</nexus.proxy>
 		<staging.profile.id>176c31dfe190a</staging.profile.id>
 		<!--maven-->
 		<maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>