From 9fea1c8b286fc0c37872b56662f541d1d6da90fe Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 25 Oct 2017 15:10:13 -0400 Subject: Remove parameters from repository tags Use of parameters in url tag of repository tag seems to cause issues when resolving parent poms. Replaced those with explicit values. Change-Id: I01e0633cb2afc4900ce9a573ade00814e458adca Issue-ID: CCSDK-80 Signed-off-by: Dan Timoney --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index c2ff0b61..0851d22a 100755 --- a/pom.xml +++ b/pom.xml @@ -429,7 +429,7 @@ onap-public - ${onap.nexus.public-url} + https://nexus.onap.org/content/groups/public true never @@ -441,7 +441,7 @@ onap-staging - ${onap.nexus.staging-url} + https://nexus.onap.org/content/groups/staging true never @@ -454,7 +454,7 @@ ecomp-release onap-repository-releases - ${onap.nexus.release-url} + https://nexus.onap.org/content/repositories/releases true never @@ -466,7 +466,7 @@ ecomp-snapshot onap-repository-snapshots - ${onap.nexus.snapshot-url} + https://nexus.onap.org/content/repositories/snapshots false @@ -477,7 +477,7 @@ opendaylight-mirror opendaylight-mirror - ${opendaylight.nexus.public-url} + https://nexus.opendaylight.org/content/repositories/public/ true never @@ -489,7 +489,7 @@ opendaylight-snapshot opendaylight-snapshot - ${opendaylight.nexus.snapshot-url} + https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/ false -- cgit 1.2.3-korg