Update domain URLs from openecomp.org to onap.org 25/2725/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 29 Mar 2017 20:49:58 +0000 (13:49 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 29 Mar 2017 20:49:58 +0000 (13:49 -0700)
The openecomp.org namespace is deprecated in favor of the onap.org
namespace

Change-Id: Id3d9ee9b5af065a11943f43a0a904d751ee5e459
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
pom.xml
rootpom/pom.xml

diff --git a/pom.xml b/pom.xml
index eb1ec7e..4469f9a 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
        <artifactId>sdnc-core</artifactId>
 
        <name>SDN-C Core Components</name>
-       <url>https://wiki.openecomp.org</url>
+       <url>https://wiki.onap.org</url>
        <description>The SDN-C core components contains the SLI, dblib and root pom</description>
 
        <parent>
@@ -21,7 +21,7 @@
 
        <issueManagement>
                <system>JIRA</system>
-               <url>http://jira.openecomp.org/</url>
+               <url>http://jira.onap.org/</url>
        </issueManagement>
 
 
@@ -34,7 +34,7 @@
 
        <ciManagement>
                <system>Jenkins</system>
-               <url>https://jenkins.openecomp.org/</url>
+               <url>https://jenkins.onap.org/</url>
        </ciManagement>
 
 
index d0cfe55..7a59501 100755 (executable)
 
        <properties>
 
-               <openecomp.nexus.host>nexus.openecomp.org</openecomp.nexus.host>
+               <openecomp.nexus.host>nexus.onap.org</openecomp.nexus.host>
                <openecomp.nexus.port>443</openecomp.nexus.port>
-               <openecomp.nexus.release-url>https://nexus.openecomp.org/content/repositories/releases/</openecomp.nexus.release-url>
-               <openecomp.nexus.snapshot-url>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.snapshot-url>
-               <openecomp.nexus.public-url>https://nexus.openecomp.org/content/groups/public/</openecomp.nexus.public-url>
+               <openecomp.nexus.release-url>https://nexus.onap.org/content/repositories/releases/</openecomp.nexus.release-url>
+               <openecomp.nexus.snapshot-url>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.snapshot-url>
+               <openecomp.nexus.public-url>https://nexus.onap.org/content/groups/public/</openecomp.nexus.public-url>
                <openecomp.nexus.staging.server-id>ecomp-staging</openecomp.nexus.staging.server-id>
                <openecomp.nexus.staging.profile-id>176c31dfe190a</openecomp.nexus.staging.profile-id>
-               <openecomp.git.host>gerrit.openecomp.org</openecomp.git.host>
+               <openecomp.git.host>gerrit.onap.org</openecomp.git.host>
                <openecomp.git.port>443</openecomp.git.port>
                <openecomp.git.project>sdnc</openecomp.git.project>
                <openecomp.git.protocol>https</openecomp.git.protocol>
 
 
        <name>SDNC Root</name>
-       <url>http://wiki.openecomp.org</url>
+       <url>http://wiki.onap.org</url>
        <description>Root POM to be used for all SDNC projects</description>
 
 
        <issueManagement>
                <system>JIRA</system>
-               <url>https://jira.openecomp.org/</url>
+               <url>https://jira.onap.org/</url>
        </issueManagement>
 
        <reporting>