From b0f647c450536ab965a65fa4180eb7d9d2567bbe Mon Sep 17 00:00:00 2001 From: pavlia <61180231+pavlia@users.noreply.github.com> Date: Tue, 12 May 2020 17:27:00 +0300 Subject: [PATCH 1/2] Change http to https spring.io doesn't support https anymore --- spring-boot-samples/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index 6c91aac926f1..38bdc47b3700 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -11,10 +11,10 @@ pom Spring Boot Samples Spring Boot Samples - http://projects.spring.io/spring-boot/ + https://projects.spring.io/spring-boot/ Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io ${basedir}/.. From 3d8b164bbc32b9b39b648bd6151514c84db65b2f Mon Sep 17 00:00:00 2001 From: pavlia <61180231+pavlia@users.noreply.github.com> Date: Tue, 12 May 2020 17:34:43 +0300 Subject: [PATCH 2/2] Change from http to https spring.io doesn't support http anymore --- spring-boot-samples/spring-boot-sample-atmosphere/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml b/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml index b58bf66a5ba1..fbe3111dec17 100644 --- a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml +++ b/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml @@ -10,10 +10,10 @@ spring-boot-sample-atmosphere Spring Boot Atmosphere Sample Spring Boot Atmosphere Sample - http://projects.spring.io/spring-boot/ + https://projects.spring.io/spring-boot/ Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io ${basedir}/../..