summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 13:00:47 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 13:00:47 -0700
commit9f849c235405ec3d264ab44a10fd627918440594 (patch)
tree268db16951b36719af2c82a4a4969aafeb9603e5
parent86c0dc671ae3f6d0e3f68de98bce7598110d62a0 (diff)
Point Nexus proxy to new URL
The nexus.openecomp.org domain has been deprecated for nexus.onap.org Change-Id: Ic8a41be795750e73805e90c0befb41b9d35f5a75 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 515c400..c309f0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <nexusproxy>https://nexus.openecomp.org</nexusproxy>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>