From: Dan Timoney Date: Wed, 25 Oct 2017 19:10:13 +0000 (-0400) Subject: Remove parameters from repository tags X-Git-Tag: v0.1.0^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F20601%2F1;p=ccsdk%2Fparent.git 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 --- 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