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) --- springboot/pom.xml | 4 ++-- springboot/springboot1/pom.xml | 4 ++-- springboot/springboot2/pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'springboot') diff --git a/springboot/pom.xml b/springboot/pom.xml index a0c8f0af..3d3737f0 100755 --- a/springboot/pom.xml +++ b/springboot/pom.xml @@ -20,11 +20,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 diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index e2c50d03..e3e21b85 100755 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -593,11 +593,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 diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index d8b8dfef..7de3866b 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -593,11 +593,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