From 6a3b304747764ada8ce5721c073a0a37d71149e5 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 21 Feb 2017 20:08:15 -0500 Subject: [STAGING] Staging properties Define properties for staging configuration Change-Id: Id9a573cb3243f7936570a02fd02224acbcad7fa1 Signed-off-by: Dan Timoney --- pom.xml | 6 +++--- rootpom/pom.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 752fc5d..33fdbab 100755 --- a/pom.xml +++ b/pom.xml @@ -163,9 +163,9 @@ 1.6.7 true - https://nexus.openecomp.org - 176c31dfe190a - ecomp-staging + https://${openecomp.nexus.host} + ${openecomp.nexus.staging.profile-id} + ${openecomp.nexus.staging.server-id} diff --git a/rootpom/pom.xml b/rootpom/pom.xml index c73b094..a6723de 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -695,9 +695,9 @@ 1.6.7 true - https://nexus.openecomp.org - 176c31dfe190a - ecomp-staging + https://${openecomp.nexus.host} + ${openecomp.nexus.staging.profile-id} + ${openecomp.nexus.staging.server-id} -- cgit 1.2.3-korg