From 676374cccaae2d320ffcd63fb8dd08658ed00cca Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 29 Mar 2017 13:33:00 -0700 Subject: Point Nexus proxy to new URL The nexus.openecomp.org domain has been deprecated for nexus.onap.org Change-Id: Iefb68e55fb5e7a4fcc384bac381c8be6a1a34d70 Signed-off-by: Andrew Grimberg --- dcae_dmaapbc_client/pom.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'dcae_dmaapbc_client/pom.xml') diff --git a/dcae_dmaapbc_client/pom.xml b/dcae_dmaapbc_client/pom.xml index b749912..b347ac1 100644 --- a/dcae_dmaapbc_client/pom.xml +++ b/dcae_dmaapbc_client/pom.xml @@ -17,6 +17,10 @@ UTF-8 true + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ @@ -24,13 +28,13 @@ ecomp-releases OpenECOMP - Release Repository - https://nexus.openecomp.org/content/repositories/releases/ + ${nexusproxy}/${releaseNexusPath} ecomp-snapshots OpenECOMP - Snapshot Repository - https://nexus.openecomp.org/content/repositories/snapshots/ + ${nexusproxy}/${snapshotNexusPath} @@ -64,7 +68,7 @@ 1.6.7 true - https://nexus.openecomp.org/ + ${nexusproxy} 176c31dfe190a ecomp-staging @@ -193,12 +197,12 @@ ecomp-releases OpenECOMP - Release Repository - https://nexus.openecomp.org/content/repositories/releases/ + ${nexusproxy}/${releaseNexusPath} ecomp-snapshots OpenECOMP - Snapshot Repository - https://nexus.openecomp.org/content/repositories/snapshots/ + ${nexusproxy}/${snapshotNexusPath} -- cgit 1.2.3-korg