From 98d374f70f1aec0d68766a74ab379d95922663b6 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 3 Oct 2018 19:47:28 -0400 Subject: Fix distributionManagement urls Update distributionManagement urls to use https instead of http Change-Id: I209e96ba0b6f46ad0780ec93d3bfc823650c648b Issue-ID: SDNC-471 Signed-off-by: Timoney, Dan (dt5972) --- odlparent/bundle-parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odlparent/bundle-parent') diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml index 0861c6bf..9411f7e9 100755 --- a/odlparent/bundle-parent/pom.xml +++ b/odlparent/bundle-parent/pom.xml @@ -755,11 +755,11 @@ ecomp-releases - http://nexus.onap.org/content/repositories/releases + https://nexus.onap.org/content/repositories/releases ecomp-snapshots - http://nexus.onap.org/content/repositories/snapshots + https://nexus.onap.org/content/repositories/snapshots -- cgit 1.2.3-korg