From 10422732156d705fc536f84988ae3e54579829dc Mon Sep 17 00:00:00 2001 From: talig Date: Mon, 18 Nov 2019 09:00:31 +0200 Subject: Rename repository Ids in main pom (to fix deploy) Issue-ID: SDC-2541 Signed-off-by: talig Change-Id: Iee9d0709220470fc0a7adb18cdccee05f21a91ec --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 2177a84..fefb4cd 100644 --- a/pom.xml +++ b/pom.xml @@ -129,12 +129,12 @@ http://repo2.maven.org/maven2/ - onap-releases + ecomp-releases Release Repository ${nexus.proxy}/content/repositories/releases/ - onap-snapshots + ecomp-snapshots Snapshots Repository ${nexus.proxy}/content/repositories/snapshots/ @@ -142,17 +142,17 @@ - onap-releases + ecomp-releases Release Repository ${nexus.proxy}/content/repositories/${releases.path}/ - onap-snapshots + ecomp-snapshots Snapshot Repository ${nexus.proxy}/content/repositories/${snapshots.path}/ - onap-site + ecomp-site dav:${nexus.proxy}${sitePath} -- cgit 1.2.3-korg