summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Rose <DR695H@list.att.com>2017-03-31 14:31:09 +0000
committerGerrit Code Review <gerrit@onap.org>2017-03-31 14:31:09 +0000
commit7148c77c3c67012ec1460f56f2899d6d80609a11 (patch)
tree2ad4e3dcb67e79c3e39d58aa8936ceaf5472f289
parent02e8d4573c1efc16029bed1bf3949bc7a78b1cd9 (diff)
parent9f849c235405ec3d264ab44a10fd627918440594 (diff)
Merge "Point Nexus proxy to new URL"
-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>