From 90c956f267351dc04d48ad0ec0622a6848c89bfa Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 29 Mar 2017 13:25:54 -0700 Subject: Point Nexus proxy to new URL The nexus.openecomp.org domain has been deprecated for nexus.onap.org Change-Id: I68155c4d87551c95383bc2a96c12eaa759b59117 Signed-off-by: Andrew Grimberg --- aai-schema/pom.xml | 8 ++++++-- annotations/pom.xml | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 65ca22d..8a11f12 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -11,6 +11,10 @@ aai-schema UTF-8 + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ @@ -103,12 +107,12 @@ ecomp-releases ECOMP Release Repository - https://nexus.openecomp.org/content/repositories/releases/ + ${nexusproxy}/${releaseNexusPath} ecomp-snapshots ECOMP Snapshot Repository - https://nexus.openecomp.org/content/repositories/snapshots/ + ${nexusproxy}/${snapshotNexusPath} ecomp-javadoc diff --git a/annotations/pom.xml b/annotations/pom.xml index 76e68f7..ae6215e 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -12,6 +12,10 @@ jar UTF-8 + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ @@ -94,12 +98,12 @@ ecomp-releases ECOMP Release Repository - https://nexus.openecomp.org/content/repositories/releases/ + ${nexusproxy}/${releaseNexusPath} ecomp-snapshots ECOMP Snapshot Repository - https://nexus.openecomp.org/content/repositories/snapshots/ + ${nexusproxy}/${snapshotNexusPath} ecomp-javadoc -- cgit 1.2.3-korg