From 40c860b514f0d23c059d054386a4ffdcf2b9f997 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 19 Mar 2019 22:24:02 -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/assembly-1.1.2.xsd with 1 occurrences migrated to: https://maven.apache.org/xsd/assembly-1.1.2.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.2.xsd) result 200). * http://maven.apache.org/xsd/component-1.1.2.xsd with 1 occurrences migrated to: https://maven.apache.org/xsd/component-1.1.2.xsd ([https](https://maven.apache.org/xsd/component-1.1.2.xsd) result 200). * http://maven.apache.org/xsd/maven-4.0.0.xsd with 5 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 10 occurrences * http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 with 2 occurrences * http://maven.apache.org/plugins/maven-assembly-plugin/component/1.1.2 with 2 occurrences * http://www.w3.org/2001/XMLSchema-instance with 7 occurrences --- bom-client/pom.xml | 2 +- bom/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 2 +- resources/pom.xml | 2 +- resources/src/main/resources/assemblies/resources.xml | 2 +- resources/src/main/resources/assemblies/static-resources.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bom-client/pom.xml b/bom-client/pom.xml index 0e8039afe..38cd9aec0 100644 --- a/bom-client/pom.xml +++ b/bom-client/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 spring-data-bom-client diff --git a/bom/pom.xml b/bom/pom.xml index 3b8a86566..094f015d7 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.data diff --git a/parent/pom.xml b/parent/pom.xml index f53ba3c86..efab523e9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1,5 +1,5 @@ - +