From fc57da1ad4d81c7620471b2c1698b6729ab248d3 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 19 Mar 2019 20:23:07 -0500 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 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 4 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 8 occurrences * http://www.w3.org/2001/XMLSchema-instance with 4 occurrences --- customers-stores-ui/pom.xml | 2 +- pom.xml | 2 +- rest-microservices-customers/pom.xml | 2 +- rest-microservices-store/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/customers-stores-ui/pom.xml b/customers-stores-ui/pom.xml index 0596f8a..c0116b5 100644 --- a/customers-stores-ui/pom.xml +++ b/customers-stores-ui/pom.xml @@ -1,5 +1,5 @@ + 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/pom.xml b/pom.xml index 63fce9f..b54262b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ + 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/rest-microservices-customers/pom.xml b/rest-microservices-customers/pom.xml index 9adc106..1728ee6 100644 --- a/rest-microservices-customers/pom.xml +++ b/rest-microservices-customers/pom.xml @@ -1,5 +1,5 @@ + 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/rest-microservices-store/pom.xml b/rest-microservices-store/pom.xml index 7aa4ff4..77c5620 100644 --- a/rest-microservices-store/pom.xml +++ b/rest-microservices-store/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0