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) --- springboot/springboot2/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'springboot/springboot2') diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index a6d64bec..8e2533b0 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -343,8 +343,8 @@ true https://${onap.nexus.host} - ${onap.nexus.staging.profile-id} - ${onap.nexus.staging.server-id} + 176c31dfe190a + ecomp-staging -- cgit