diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 13:46:39 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 13:46:39 -0700 |
commit | 4a9ad636190bb70f4d6a7bda61fe99fc503b6e40 (patch) | |
tree | a20bcf654510d3dd64a7117f200c3f7d43337095 | |
parent | 9d393e71244bba4b2fda800e0c643e02f3c82719 (diff) |
Point Nexus proxy to new URL
The nexus.openecomp.org domain has been deprecated for nexus.onap.org
Change-Id: Iae5b67b7894fa2cf8f0fd7459ba3fe2a200a2290
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ <properties> <checkstyle.config.location>google_checks.xml</checkstyle.config.location> - <nexusproxy>https://nexus.openecomp.org</nexusproxy> + <nexusproxy>https://nexus.onap.org</nexusproxy> <!-- Sonar Properties --> <sonar.language>java</sonar.language> <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> |