From: Pamela Dragosh Date: Sat, 11 Nov 2017 01:07:52 +0000 (-0500) Subject: Fix release process X-Git-Tag: v1.1.1^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d78b530526c7cb0add7a750a6d33defb0a3398f3;p=policy%2Fdrools-pdp.git Fix release process Missing staging repo Issue-ID: POLICY-441 Change-Id: I09aeda29fe3838cf6f4cd2ed01009af541b1566d Signed-off-by: Pamela Dragosh --- diff --git a/pom.xml b/pom.xml index 8ed414b9..7a5b29ab 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,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/ + + + +