From 58beb739953b0d582ba9d65eb3a50fc24e190e3b Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Wed, 6 Mar 2019 00:03:26 -0600 Subject: [PATCH] URL Cleanup This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ## Fixed Success These URLs were fixed successfully. * http://repo.spring.io/milestone migrated to: https://repo.spring.io/milestone ([https](https://repo.spring.io/milestone) result 302). * http://repo.spring.io/snapshot migrated to: https://repo.spring.io/snapshot ([https](https://repo.spring.io/snapshot) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 * http://maven.apache.org/maven-v4_0_0.xsd * http://www.w3.org/2001/XMLSchema-instance --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index debdc6e..a3fec2e 100644 --- a/pom.xml +++ b/pom.xml @@ -55,12 +55,12 @@ spring-snapshot Spring Snapshot Repository - http://repo.spring.io/snapshot + https://repo.spring.io/snapshot spring-milestone Spring Milestone Repository - http://repo.spring.io/milestone + https://repo.spring.io/milestone -->