From: Pamela Dragosh Date: Sat, 11 Nov 2017 00:18:46 +0000 (-0500) Subject: Fix release job X-Git-Tag: v1.1.1^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F23187%2F2;p=policy%2Fcommon.git Fix release job Missing staging repo Issue-ID: POLICY-441 Change-Id: I7b74861d774685c5d0418fcde68fd0992dd58198 Signed-off-by: Pamela Dragosh --- diff --git a/pom.xml b/pom.xml index 248fde54..15bcef99 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,31 @@ + + + + ecomp-releases + Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-staging + Staging Repository + ${nexusproxy}/content/repositories/staging/ + + + ecomp-snapshots + Snapshots Repository + ${nexusproxy}/content/repositories/snapshots/ + + + ecomp-public + Public Repository + ${nexusproxy}/content/repositories/public/ + + + +