From b8781e89b9d3772b4509f4326ee2e54c21ebfafd Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 11:17:20 -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 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). * http://projects.spring.io/spring-data-jdbc with 2 occurrences migrated to: https://projects.spring.io/spring-data-jdbc ([https](https://projects.spring.io/spring-data-jdbc) result 301). # 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 | 4 ++-- spring-data-jdbc/pom.xml | 4 ++-- spring-data-relational/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7019e86c0f..dae39e9000 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 @@ -11,7 +11,7 @@ Spring Data Relational Parent Parent module for Spring Data Relational repositories. - http://projects.spring.io/spring-data-jdbc + https://projects.spring.io/spring-data-jdbc org.springframework.data.build diff --git a/spring-data-jdbc/pom.xml b/spring-data-jdbc/pom.xml index 3e0c29cc6e..ecd2e2649c 100644 --- a/spring-data-jdbc/pom.xml +++ b/spring-data-jdbc/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 @@ -9,7 +9,7 @@ Spring Data JDBC Spring Data module for JDBC repositories. - http://projects.spring.io/spring-data-jdbc + https://projects.spring.io/spring-data-jdbc org.springframework.data diff --git a/spring-data-relational/pom.xml b/spring-data-relational/pom.xml index 3d17698f9e..4a3a4cf3d5 100644 --- a/spring-data-relational/pom.xml +++ b/spring-data-relational/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