From f9f14c6ad21aa33d172eea0e4e479dcb902769d9 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 20 Jul 2017 15:42:01 -0400 Subject: Fix server ids Server ids are ecomp-*, not onap-* in the Jenkins settings Issue: CCSDK-6 Change-Id: I60f510f3c8eae10e7e63dda7ab83f2bdab8a08bb Signed-off-by: Dan Timoney --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index ba5ad9fd..b79e9139 100755 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ - onap-release + ecomp-release onap-repository-releases ${onap.nexus.release-url} @@ -56,7 +56,7 @@ - onap-snapshot + ecomp-snapshot onap-repository-snapshots ${onap.nexus.snapshot-url} @@ -94,12 +94,12 @@ - onap-releases + ecomp-releases onap-repository-releases ${onap.nexus.release-url} - onap-snapshots + ecomp-snapshots onap-repository-snapshots ${onap.nexus.snapshot-url} -- cgit 1.2.3-korg