diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 10:30:40 -0700 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-03-29 10:30:40 -0700 |
commit | 2c2cbd39ac5596458354a2dd386c585f3c550632 (patch) | |
tree | 2bff27436f518616d1211e06a41a4511d619712b /vid | |
parent | 6bcda01a1021bf0f9c39499063dd49f1b79d4417 (diff) |
Point Nexus proxy to new URL
The nexus.openecomp.org domain has been deprecated for nexus.onap.org
Change-Id: Ia5b0fcf8b6382383c9b8f174a5576ff96910c186
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'vid')
-rw-r--r-- | vid/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid/pom.xml b/vid/pom.xml index 095dbdfa..b236314a 100644 --- a/vid/pom.xml +++ b/vid/pom.xml @@ -25,7 +25,7 @@ <skiptests>true</skiptests> <!-- this should be commented for local debugging --> <!-- <deployenv>local</deployenv> --> - <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> |