From 83b1669c0ec3139557172946f98dab1fd337f028 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 30 Jan 2020 11:16:25 -0500 Subject: [PATCH] Upgrade oparent version for sonarcloud Update oparent version to 3.0.0-SNAPSHOT to support sonarcloud migration. Note: also had to add repositories and pluginRepositories tags so that snapshot version of oparent could be used, since version of oparent that supports sonarcloud is not yet released. Change-Id: I9de4320f1fad554bbd6fcc8f7ab3c9975f7929ac Issue-ID: CCSDK-1948 Signed-off-by: Dan Timoney --- pom.xml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ddea89f..e484d52 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ limitations under the License. org.onap.oparent oparent - 2.0.0 + 3.0.0-SNAPSHOT org.onap.ccsdk.platform plugins @@ -54,4 +54,27 @@ limitations under the License. + + + ecomp-releases + https://nexus.onap.org/content/repositories/releases + + + ecomp-snapshots + https://nexus.onap.org/content/repositories/snapshots + + + + + + + ecomp-releases + https://nexus.onap.org/content/repositories/releases + + + ecomp-snapshots + https://nexus.onap.org/content/repositories/snapshots + + + -- 2.16.6