From: Andrew Grimberg Date: Wed, 15 Feb 2017 11:39:18 +0000 (-0800) Subject: Move Nexus URL base to a property X-Git-Tag: v1.1.0~449 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c6aecd46703503ac2b46b7dbe1781977a96ea5aa;p=so.git 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 --- 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