diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 13:37:31 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 13:37:31 -0700 |
commit | 0205f9029e2f56f58a3fcfbc8b9151731a5ce773 (patch) | |
tree | c775ea98b5764bc86e9433dc850b5013b039ee1d | |
parent | 3ce6fca95e0f1485c0188934d908e3c6dfd9bc39 (diff) |
Point Nexus proxy to new URL
The nexus.openecomp.org domain has been deprecated for nexus.onap.org
Change-Id: I4e440c8229c87ce8a921e6ae5e7ca2666b4606ed
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ <dependency.locations.enabled>false</dependency.locations.enabled> <!-- <sonar.host.url>http://localhost:9000</sonar.host.url> --> <!-- <maven.test.skip>true</maven.test.skip> --> - <nexusproxy>https://nexus.openecomp.org</nexusproxy> + <nexusproxy>https://nexus.onap.org</nexusproxy> </properties> <pluginRepositories> |