From: Dan Timoney Date: Thu, 30 Jan 2020 16:16:25 +0000 (-0500) Subject: Upgrade oparent version for sonarcloud X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=83b1669c0ec3139557172946f98dab1fd337f028;p=ccsdk%2Fplatform%2Fplugins.git 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 --- 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 + + +