From: Lee, Tian (tl5884) Date: Fri, 1 Mar 2019 17:06:07 +0000 (+0000) Subject: Add missing distributionManagement section to poms X-Git-Tag: 1.4.2~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsearch-data-service.git;a=commitdiff_plain;h=82a366e562c5517a9b66fb647bfb699530e19ca3 Add missing distributionManagement section to poms Change-Id: I85d4c78abda0af32b9994b01f8abceaabe276e18 Issue-ID: AAI-2203 Signed-off-by: Lee, Tian (tl5884) --- 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