diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 12:37:38 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 12:37:38 -0700 |
commit | 85f9327c0464fbd7fce84ed64d62ac2cea6b92a1 (patch) | |
tree | c8d1738cb3a016d0c55716443d8e97097d374325 | |
parent | 2f8e4d0c778ce07a1da90a7aefa65467cd572286 (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: I28fe5014fd1c443fa8c68b58008e2a4c242cb7c5
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Former-commit-id: e37d52d7152711e8638ffea320d35e6d74cc8c82
-rwxr-xr-x | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,13 +15,13 @@ <version>1.1.0-SNAPSHOT</version> <name>SDN-C OAM</name> - <url>https://wiki.openecomp.org</url> + <url>https://wiki.onap.org</url> <description>The SDN-C OAM component contains the components needed to operate, administer and maintain the SDN-C platform.</description> <issueManagement> <system>JIRA</system> - <url>https://jira.openecomp.org/</url> + <url>https://jira.onap.org/</url> </issueManagement> <scm> @@ -33,7 +33,7 @@ <ciManagement> <system>Jenkins</system> - <url>https://jenkins.openecomp.org/</url> + <url>https://jenkins.onap.org/</url> </ciManagement> <distributionManagement> |