From 6d776b1ed23c3b2ecc97d4edb02b0e7d4cb74f6b Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Thu, 21 Mar 2019 02:37:11 -0700 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/maven-4.0.0.xsd with 2 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 2 occurrences migrated to: https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd) result 301). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 8 occurrences * http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 with 2 occurrences * http://www.w3.org/2001/XMLSchema-instance with 5 occurrences Original pull request: #393. --- pom.xml | 2 +- spring-vault-core/pom.xml | 2 +- spring-vault-dependencies/pom.xml | 2 +- spring-vault-distribution/pom.xml | 2 +- spring-vault-distribution/src/assembly/docs.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 4bba4aef..f8e55fdc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.vault diff --git a/spring-vault-core/pom.xml b/spring-vault-core/pom.xml index 055175c8..ec1ce943 100644 --- a/spring-vault-core/pom.xml +++ b/spring-vault-core/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/spring-vault-dependencies/pom.xml b/spring-vault-dependencies/pom.xml index 3fba9822..7858d0d1 100644 --- a/spring-vault-dependencies/pom.xml +++ b/spring-vault-dependencies/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.vault diff --git a/spring-vault-distribution/pom.xml b/spring-vault-distribution/pom.xml index 31060b8a..1c9fa605 100644 --- a/spring-vault-distribution/pom.xml +++ b/spring-vault-distribution/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/spring-vault-distribution/src/assembly/docs.xml b/spring-vault-distribution/src/assembly/docs.xml index 713152f9..30bbfd09 100644 --- a/spring-vault-distribution/src/assembly/docs.xml +++ b/spring-vault-distribution/src/assembly/docs.xml @@ -1,5 +1,5 @@ - + docs dir