From 71ad1e56e9b3e15c7cf9c3e091b52d8c7c4b77f6 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Wed, 27 Mar 2019 07:28:36 -0700 Subject: [PATCH] URL Cleanup (#7) 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 switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * http://maven.apache.org/xsd/maven-4.0.0.xsd with 3 occurrences migrated to: https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 6 occurrences * http://www.w3.org/2001/XMLSchema-instance with 3 occurrences --- pom.xml | 2 +- spring-session-data-mongodb-reactive-boot/pom.xml | 2 +- spring-session-data-mongodb-traditional-boot/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4401830..dbf859d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.session.data.mongodb diff --git a/spring-session-data-mongodb-reactive-boot/pom.xml b/spring-session-data-mongodb-reactive-boot/pom.xml index 5355e29..f956c8b 100644 --- a/spring-session-data-mongodb-reactive-boot/pom.xml +++ b/spring-session-data-mongodb-reactive-boot/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 diff --git a/spring-session-data-mongodb-traditional-boot/pom.xml b/spring-session-data-mongodb-traditional-boot/pom.xml index 9f8a08a..6c9d7bf 100644 --- a/spring-session-data-mongodb-traditional-boot/pom.xml +++ b/spring-session-data-mongodb-traditional-boot/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0