From 94f20f0ae571354b2103700230a7e581f83049e0 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Mon, 18 Mar 2019 00:12:36 -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://docs.spring.io/spring/docs/current/javadoc-api/ with 1 occurrences migrated to: https://docs.spring.io/spring/docs/current/javadoc-api/ ([https](https://docs.spring.io/spring/docs/current/javadoc-api/) 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://projects.spring.io/spring-vault/ with 2 occurrences migrated to: https://projects.spring.io/spring-vault/ ([https](https://projects.spring.io/spring-vault/) result 200). * http://www.apache.org/licenses/LICENSE-2.0 with 5 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) 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). * http://www.spring.io with 2 occurrences migrated to: https://www.spring.io ([https](https://www.spring.io) result 301). * http://docs.oracle.com/javase/6/docs/api with 1 occurrences migrated to: https://docs.oracle.com/javase/6/docs/api ([https](https://docs.oracle.com/javase/6/docs/api) result 302). * http://repo.spring.io/libs-milestone-local with 1 occurrences migrated to: https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302). # 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 Original pull request: gh-#389. --- mvnw | 2 +- mvnw.cmd | 2 +- pom.xml | 16 ++++++++-------- spring-vault-core/pom.xml | 2 +- spring-vault-dependencies/pom.xml | 8 ++++---- spring-vault-distribution/pom.xml | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/mvnw b/mvnw index a1ba1bf5..02217b1e 100755 --- a/mvnw +++ b/mvnw @@ -8,7 +8,7 @@ # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an diff --git a/mvnw.cmd b/mvnw.cmd index 2b934e89..4b98b78c 100644 --- a/mvnw.cmd +++ b/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM http://www.apache.org/licenses/LICENSE-2.0 +@REM https://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an diff --git a/pom.xml b/pom.xml index c84c08ab..2f643496 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.vault @@ -10,7 +10,7 @@ Parent project for Spring Vault pom - http://projects.spring.io/spring-vault/ + https://projects.spring.io/spring-vault/ spring-vault-dependencies @@ -31,7 +31,7 @@ Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io @@ -65,7 +65,7 @@ Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Copyright 2016 the original author or authors. @@ -73,7 +73,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -355,7 +355,7 @@ repo.spring.io Spring Milestone Repository - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local @@ -616,8 +616,8 @@ true -Xdoclint:none - http://docs.spring.io/spring/docs/current/javadoc-api/ - http://docs.oracle.com/javase/6/docs/api + https://docs.spring.io/spring/docs/current/javadoc-api/ + https://docs.oracle.com/javase/6/docs/api diff --git a/spring-vault-core/pom.xml b/spring-vault-core/pom.xml index 8774fc64..3cd573c3 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 27ccd9cf..756ce0c2 100644 --- a/spring-vault-dependencies/pom.xml +++ b/spring-vault-dependencies/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.vault @@ -10,13 +10,13 @@ spring-vault-dependencies Spring Vault Dependencies - http://projects.spring.io/spring-vault/ + https://projects.spring.io/spring-vault/ 2016 Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io @@ -50,7 +50,7 @@ Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 diff --git a/spring-vault-distribution/pom.xml b/spring-vault-distribution/pom.xml index 6c3b6f3f..4df1f588 100644 --- a/spring-vault-distribution/pom.xml +++ b/spring-vault-distribution/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0