aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 10:30:40 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-03-29 10:30:40 -0700
commit2c2cbd39ac5596458354a2dd386c585f3c550632 (patch)
tree2bff27436f518616d1211e06a41a4511d619712b
parent6bcda01a1021bf0f9c39499063dd49f1b79d4417 (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>
-rw-r--r--pom.xml2
-rw-r--r--vid/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 8a2841966..bbb8fd59d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<build.version>1.1.0-SNAPSHOT</build.version>
- <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>
diff --git a/vid/pom.xml b/vid/pom.xml
index 095dbdfa3..b236314a4 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>