From 45ddb6cfc012a54c267318c222677d4d5633242f Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 6 Feb 2018 10:19:20 -0500 Subject: Fix distributionManagement section Incorrect URLs in distributionManagement section of poms fixed. Change-Id: I74f8fa93ca02c72185fd2017c4488bafba70fd00 Issue-ID: CCSDK-174 Signed-off-by: Dan Timoney --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 8c16f887..1b57dae4 100755 --- a/pom.xml +++ b/pom.xml @@ -13,11 +13,11 @@ ecomp-releases - http://mavencentral.it.att.com:8084/nexus/content/repositories/att-repository-releases/ + http://nexus.onap.org/content/repositories/releases ecomp-snapshots - http://mavencentral.it.att.com:8084/nexus/content/repositories/att-repository-snapshots/ + http://nexus.onap.org/content/repositories/snapshots -- cgit 1.2.3-korg