diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 13:45:50 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 13:45:50 -0700 |
commit | 14beb23b711683e82e4cd1870ea0b2403ae404cf (patch) | |
tree | 49f03ab2c5b88948e38319db773dd71fc6d76cd6 | |
parent | 2167449810788b9b70cb4bc6d0b7e56cdbd41ed4 (diff) |
Point Nexus proxy to new URL
The nexus.openecomp.org domain has been deprecated for nexus.onap.org
Change-Id: I3fa2113c45f81ff7b72c7b1c4fb682a1cc80ce4b
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ </jacoco.ut.execution.data.file> <dependency.locations.enabled>false</dependency.locations.enabled> - <nexusproxy>https://nexus.openecomp.org</nexusproxy> + <nexusproxy>https://nexus.onap.org</nexusproxy> </properties> <dependencyManagement> |