Point Nexus proxy to new URL 65/2665/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 29 Mar 2017 17:30:40 +0000 (10:30 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 29 Mar 2017 17:30:40 +0000 (10:30 -0700)
The nexus.openecomp.org domain has been deprecated for nexus.onap.org

Change-Id: Ia5b0fcf8b6382383c9b8f174a5576ff96910c186
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
pom.xml
vid/pom.xml

diff --git a/pom.xml b/pom.xml
index 8a28419..bbb8fd5 100644 (file)
--- 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>
index 095dbdf..b236314 100644 (file)
@@ -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>