From 82a366e562c5517a9b66fb647bfb699530e19ca3 Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Fri, 1 Mar 2019 17:06:07 +0000 Subject: [PATCH] Add missing distributionManagement section to poms Change-Id: I85d4c78abda0af32b9994b01f8abceaabe276e18 Issue-ID: AAI-2203 Signed-off-by: Lee, Tian (tl5884) --- elasticsearch-sg/pom.xml | 17 +++++++++++++++++ pom.xml | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml index cd24333..b3dba83 100644 --- a/elasticsearch-sg/pom.xml +++ b/elasticsearch-sg/pom.xml @@ -30,6 +30,10 @@ 1.4.0-SNAPSHOT pom + + https://nexus.onap.org + + @@ -78,4 +82,17 @@ + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 3eb4543..f7c542e 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,10 @@ elasticsearch-sg + + https://nexus.onap.org + + @@ -48,4 +52,17 @@ + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + + \ No newline at end of file -- 2.16.6