diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 13:48:01 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 13:48:01 -0700 |
commit | 052a0b5a91863d29bac74ff240fe2b23785cee42 (patch) | |
tree | a1226f6772cad71275b52cc6ead8cf73f9c7e0ce | |
parent | 7d8ae59e27a97e036250b5180b658f37c80f58d6 (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: Ibf70067ce86f91abe8b02f54160745de11a8cf26
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rwxr-xr-x | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,13 +14,13 @@ <artifactId>sdnc-plugins</artifactId> <name>SDN-C Java Plugins</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> <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> |