diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 12:59:31 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 12:59:31 -0700 |
commit | bad28c7b447d03e73f43f203a89a0ed5d425ee88 (patch) | |
tree | 3e819dba4aea64c23d1725221f563ed7291eb71b | |
parent | 209ddd73230bbe6e138d083ac021f500a8eab817 (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: I820ea58d439f15f79262f42094dcb9523d311129
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |