From: Singal, Kapil (ks220y) Date: Mon, 17 May 2021 21:11:10 +0000 (-0400) Subject: Fixing oparent repository and pluginrepository section X-Git-Tag: 2.1.5~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1ab9dc7eceb1623093cbc06e0c341e44e5aeaaef;p=ccsdk%2Fparent.git Fixing oparent repository and pluginrepository section Issue-ID: CCSDK-3298 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I643db39d9e94793649e3a7b66bfeee6b7d3b7c49 --- diff --git a/oparent/pom.xml b/oparent/pom.xml index 75f1fac0..6c96a4b8 100755 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -153,7 +153,7 @@ onap-public - \${onap.nexus.public-url} + ${onap.nexus.public-url} true never @@ -165,7 +165,7 @@ onap-staging - \${onap.nexus.staging-url} + ${onap.nexus.staging-url} true never @@ -178,7 +178,7 @@ ecomp-release onap-repository-releases - \${onap.nexus.release-url} + ${onap.nexus.release-url} true never @@ -190,7 +190,7 @@ ecomp-snapshot onap-repository-snapshots - \${onap.nexus.snapshot-url} + ${onap.nexus.snapshot-url} false @@ -202,7 +202,7 @@ onap-public - \${onap.nexus.public-url} + ${onap.nexus.public-url} true @@ -212,7 +212,7 @@ onap-staging - \${onap.nexus.staging-url} + ${onap.nexus.staging-url} true @@ -222,7 +222,7 @@ onap-snapshot - \${onap.nexus.snapshot-url} + ${onap.nexus.snapshot-url} false