From b1ad6370fc1eacb999582388a5b2e4ebc61c7c9f Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Wed, 20 Mar 2019 08:23:26 -0700 Subject: [PATCH] #107 - 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). * http://maven.apache.org/maven-v4_0_0.xsd with 3 occurrences migrated to: https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd) result 301). * http://www.spring.io with 2 occurrences migrated to: https://www.spring.io ([https](https://www.spring.io) result 301). * http://www.spring.io/spring-data with 1 occurrences migrated to: https://www.spring.io/spring-data ([https](https://www.spring.io/spring-data) result 301). * http://oss.sonatype.org/content/repositories/snapshots with 1 occurrences migrated to: https://oss.sonatype.org/content/repositories/snapshots ([https](https://oss.sonatype.org/content/repositories/snapshots) result 302). * http://repo.spring.io/libs-snapshot with 3 occurrences migrated to: https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 14 occurrences * http://www.w3.org/2001/XMLSchema-instance with 7 occurrences Original pull request: #106 --- benchmark/commons/pom.xml | 2 +- benchmark/mongodb/pom.xml | 2 +- benchmark/pom.xml | 2 +- benchmark/support/pom.xml | 2 +- release-tools/pom.xml | 4 ++-- release-tools/src/test/resources/parent-pom.xml | 10 +++++----- release-tools/src/test/resources/sample-pom.xml | 6 +++--- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/benchmark/commons/pom.xml b/benchmark/commons/pom.xml index 10c0a65..deb65fc 100644 --- a/benchmark/commons/pom.xml +++ b/benchmark/commons/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/benchmark/mongodb/pom.xml b/benchmark/mongodb/pom.xml index 04ee597..fe197b8 100644 --- a/benchmark/mongodb/pom.xml +++ b/benchmark/mongodb/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 52bbe6c..00f55cd 100644 --- a/benchmark/pom.xml +++ b/benchmark/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 diff --git a/benchmark/support/pom.xml b/benchmark/support/pom.xml index 945ef80..5227f64 100644 --- a/benchmark/support/pom.xml +++ b/benchmark/support/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 diff --git a/release-tools/pom.xml b/release-tools/pom.xml index 112893b..4955fe4 100644 --- a/release-tools/pom.xml +++ b/release-tools/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 org.springframework.data.build spring-data-release-cli @@ -169,7 +169,7 @@ spring-libs-snapshot - http://repo.spring.io/libs-snapshot + https://repo.spring.io/libs-snapshot diff --git a/release-tools/src/test/resources/parent-pom.xml b/release-tools/src/test/resources/parent-pom.xml index 610ce8d..dc9b366 100644 --- a/release-tools/src/test/resources/parent-pom.xml +++ b/release-tools/src/test/resources/parent-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">