summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 13:46:39 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 13:46:39 -0700
commit4a9ad636190bb70f4d6a7bda61fe99fc503b6e40 (patch)
treea20bcf654510d3dd64a7117f200c3f7d43337095
parent9d393e71244bba4b2fda800e0c643e02f3c82719 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ff06ddc..01a907f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>