From c6aecd46703503ac2b46b7dbe1781977a96ea5aa Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 15 Feb 2017 03:39:18 -0800 Subject: Move Nexus URL base to a property Move the Nexus URL base to a property and fix up all the references to use the new property. This way it is easier to make sure that all URLs are referencing the correct Nexus URL Change-Id: Icabcac4d6b3c968f57678022c0802e394882d826 Signed-off-by: Andrew Grimberg --- pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 8eaef44fcd..d63b51cba4 100644 --- a/pom.xml +++ b/pom.xml @@ -39,17 +39,18 @@ 2.19.3-1 1.0.4-alpha2 + https://nexus.openecomp.org ecomp-releases MSO Release Repository - https://nexus.openecomp.org/content/repositories/releases/ + ${nexusproxy}/content/repositories/releases/ ecomp-snapshots MSO Snapshot Repository - https://nexus.openecomp.org/content/repositories/snapshots/ + ${nexusproxy}/content/repositories/snapshots/ ecomp-javadoc @@ -109,12 +110,12 @@ ecomp-releases MSO Release Repository - https://nexus.openecomp.org/content/repositories/releases/ + ${nexusproxy}/content/repositories/releases/ ecomp-staging MSO Staging Repository - https://nexus.openecomp.org/content/repositories/staging/ + ${nexusproxy}/content/repositories/staging/ @@ -162,7 +163,7 @@ 1.6.7 true - http://nexus.openecomp.org/ + ${nexusproxy} 176c31dfe190a ecomp-staging -- cgit 1.2.3-korg