diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 13:51:39 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 13:51:39 -0700 |
commit | d748694a42d95e4c9ada8f450ff407e43b588687 (patch) | |
tree | 0a89146225633fe6b290aba727bd0e9dddab837b /pom.xml | |
parent | aff623df95cfd0f55c0f5cf6447f6eb2d3a6e32a (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: Icca272615a21c5c07d4c4341759752e758a45957
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ </description> <organization> <name>OPENECOMP - MSO</name> - <url>http://www.openecomp.org/</url> + <url>http://www.onap.org/</url> </organization> <modules> <module>common</module> @@ -39,7 +39,7 @@ <!-- this is used for Chef mso-code cookbook --> <swm.version>2.19.3-1</swm.version> <evosuiteVersion>1.0.4-alpha2</evosuiteVersion> - <nexusproxy>https://nexus.openecomp.org</nexusproxy> + <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <sitePath>/content/sites/site/org/openecomp/mso/${project.version}</sitePath> |