Update domain URLs from openecomp.org to onap.org

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

Change-Id: I820ea58d439f15f79262f42094dcb9523d311129
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
diff --git a/pom.xml b/pom.xml
index 70fab51..ece7873 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,13 +14,13 @@
 	<artifactId>sdnc-northbound</artifactId>
 
 	<name>SDN-C Northbound APIs</name>
-	<url>https://wiki.openecomp.org</url>
+	<url>https://wiki.onap.org</url>
 	<description>The SDN-C Northbound APIs repo contains code for northbound API adaptors, typically MD-SAL applications</description>
 
 
 	<issueManagement>
 		<system>JIRA</system>
-		<url>https://jira.openecomp.org/</url>
+		<url>https://jira.onap.org/</url>
 	</issueManagement>
 
 
@@ -33,7 +33,7 @@
 
 	<ciManagement>
 		<system>Jenkins</system>
-		<url>https://jenkins.openecomp.org/</url>
+		<url>https://jenkins.onap.org/</url>
 	</ciManagement>
 
 	<distributionManagement>