diff options
author | 2017-03-29 13:49:58 -0700 | |
---|---|---|
committer | 2017-03-29 13:49:58 -0700 | |
commit | 9c0d7495e8e2a0e6709c29c823aceab5fa01e84f (patch) | |
tree | e0029d7d9329c9365eb867e6c99ae05ad800537f | |
parent | ca926225fd6b5ba8e5145dcce1efa98091fe72a0 (diff) |
Update domain URLs from openecomp.org to onap.org
The openecomp.org namespace is deprecated in favor of the onap.org
namespace
Change-Id: Id3d9ee9b5af065a11943f43a0a904d751ee5e459
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rwxr-xr-x | pom.xml | 6 | ||||
-rwxr-xr-x | rootpom/pom.xml | 14 |
2 files changed, 10 insertions, 10 deletions
@@ -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> diff --git a/rootpom/pom.xml b/rootpom/pom.xml index d0cfe55..7a59501 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -13,14 +13,14 @@ <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> @@ -125,13 +125,13 @@ <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> |