From 7745b8afc3ccd1c94a4d26e70eb6b8b63b56cd1d Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 13 Mar 2019 15:42:49 -0400 Subject: Fix parent release build Replaced maven properties with static values in nexus staging profile settings, which for some reason were not using maven properties settings properly. Change-Id: I8f8df8aedadb1da1612c9cecb16110257f4d493f Issue-ID: CCSDK-1155 Signed-off-by: Timoney, Dan (dt5972) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 05678e64..dcfca79d 100755 --- a/pom.xml +++ b/pom.xml @@ -45,8 +45,8 @@ true https://${onap.nexus.host} - ${onap.nexus.staging.profile-id} - ${onap.nexus.staging.server-id} + 176c31dfe190a + ecomp-staging -- cgit 1.2.3-korg