summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 13:11:14 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 13:11:14 -0700
commite636a20c1e709da1c40dc3690571576f4e87860e (patch)
tree704a0daba4a35c684b07b6e61d1b7bfdc5516085
parentbd163afaa1e9ee6698b1f3c3eb9c3605f0c3d84d (diff)
Point Nexus proxy to new URL
The nexus.openecomp.org domain has been deprecated for nexus.onap.org Change-Id: I2af719c9cb6c4a511ce32ea7704da6f367a85800 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 7e4248aa6a..22d726ede2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,7 +180,7 @@
<sonar.inclusions>app/**/*.js,server-mock/**/*.js,src/**/*.js,src/main/**/*.java</sonar.inclusions>
<!--nexus-->
- <nexus.proxy>https://nexus.openecomp.org</nexus.proxy>
+ <nexus.proxy>https://nexus.onap.org</nexus.proxy>
<staging.profile.id>176c31dfe190a</staging.profile.id>
<!--maven-->
<maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>