From ef3f82bfd957fe807ab47d42e2e1770ac484998e Mon Sep 17 00:00:00 2001 From: ChrisRoijens <72918417+ChrisRoijens@users.noreply.github.com> Date: Wed, 9 Dec 2020 09:35:08 +0100 Subject: [PATCH] Update pom.xml spring.io only allows https. --- spring-boot-samples/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index 6c91aac926f1..67ef0abc2f59 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -192,7 +192,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/snapshot + https://repo.spring.io/snapshot true @@ -200,7 +200,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/milestone + https://repo.spring.io/milestone false @@ -210,7 +210,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/snapshot + https://repo.spring.io/snapshot true @@ -218,7 +218,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/milestone + https://repo.spring.io/milestone false @@ -226,7 +226,7 @@ spring-releases Spring Releases - http://repo.spring.io/release + https://repo.spring.io/release false