From 3dc4a5c6a7a1797556bef7733cf9311227aebca7 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Mon, 11 Mar 2019 22:07:54 -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://projects.spring.io/spring-boot/ migrated to: https://projects.spring.io/spring-boot/ ([https](https://projects.spring.io/spring-boot/) result 200). * http://www.apache.org/licenses/LICENSE-2.0 migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). * http://www.spring.io migrated to: https://www.spring.io ([https](https://www.spring.io) result 301). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 * http://maven.apache.org/xsd/maven-4.0.0.xsd * http://www.w3.org/2001/XMLSchema-instance --- boot-flyway-v1/mvnw | 2 +- boot-flyway-v1/mvnw.cmd | 2 +- boot-flyway-v1/pom.xml | 4 ++-- boot-flyway-v2-bad/mvnw | 2 +- boot-flyway-v2-bad/mvnw.cmd | 2 +- boot-flyway-v2-bad/pom.xml | 4 ++-- boot-flyway-v2/mvnw | 2 +- boot-flyway-v2/mvnw.cmd | 2 +- boot-flyway-v2/pom.xml | 4 ++-- boot-flyway-v3/mvnw | 2 +- boot-flyway-v3/mvnw.cmd | 2 +- boot-flyway-v3/pom.xml | 4 ++-- boot-flyway-v4/mvnw | 2 +- boot-flyway-v4/mvnw.cmd | 2 +- boot-flyway-v4/pom.xml | 4 ++-- mvnw | 2 +- mvnw.cmd | 2 +- 17 files changed, 22 insertions(+), 22 deletions(-) diff --git a/boot-flyway-v1/mvnw b/boot-flyway-v1/mvnw index fc7efd1..63fcc8f 100755 --- a/boot-flyway-v1/mvnw +++ b/boot-flyway-v1/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/boot-flyway-v1/mvnw.cmd b/boot-flyway-v1/mvnw.cmd index 0010480..66e928b 100644 --- a/boot-flyway-v1/mvnw.cmd +++ b/boot-flyway-v1/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/boot-flyway-v1/pom.xml b/boot-flyway-v1/pom.xml index 58ba276..9813504 100644 --- a/boot-flyway-v1/pom.xml +++ b/boot-flyway-v1/pom.xml @@ -11,10 +11,10 @@ Spring Boot Flyway Sample 1.0.0-SNAPSHOT Spring Boot Flyway Sample - http://projects.spring.io/spring-boot/ + https://projects.spring.io/spring-boot/ Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io ${basedir}/../.. diff --git a/boot-flyway-v2-bad/mvnw b/boot-flyway-v2-bad/mvnw index fc7efd1..63fcc8f 100755 --- a/boot-flyway-v2-bad/mvnw +++ b/boot-flyway-v2-bad/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/boot-flyway-v2-bad/mvnw.cmd b/boot-flyway-v2-bad/mvnw.cmd index 0010480..66e928b 100644 --- a/boot-flyway-v2-bad/mvnw.cmd +++ b/boot-flyway-v2-bad/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/boot-flyway-v2-bad/pom.xml b/boot-flyway-v2-bad/pom.xml index 93d3a8d..f80d13e 100644 --- a/boot-flyway-v2-bad/pom.xml +++ b/boot-flyway-v2-bad/pom.xml @@ -11,10 +11,10 @@ Spring Boot Flyway Sample 2.0.0.BAD-SNAPSHOT Spring Boot Flyway Sample - http://projects.spring.io/spring-boot/ + https://projects.spring.io/spring-boot/ Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io ${basedir}/../.. diff --git a/boot-flyway-v2/mvnw b/boot-flyway-v2/mvnw index fc7efd1..63fcc8f 100755 --- a/boot-flyway-v2/mvnw +++ b/boot-flyway-v2/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/boot-flyway-v2/mvnw.cmd b/boot-flyway-v2/mvnw.cmd index 0010480..66e928b 100644 --- a/boot-flyway-v2/mvnw.cmd +++ b/boot-flyway-v2/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/boot-flyway-v2/pom.xml b/boot-flyway-v2/pom.xml index 53f4d73..0b81ff7 100644 --- a/boot-flyway-v2/pom.xml +++ b/boot-flyway-v2/pom.xml @@ -11,10 +11,10 @@ Spring Boot Flyway Sample 2.0.0-SNAPSHOT Spring Boot Flyway Sample - http://projects.spring.io/spring-boot/ + https://projects.spring.io/spring-boot/ Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io ${basedir}/../.. diff --git a/boot-flyway-v3/mvnw b/boot-flyway-v3/mvnw index fc7efd1..63fcc8f 100755 --- a/boot-flyway-v3/mvnw +++ b/boot-flyway-v3/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/boot-flyway-v3/mvnw.cmd b/boot-flyway-v3/mvnw.cmd index 0010480..66e928b 100644 --- a/boot-flyway-v3/mvnw.cmd +++ b/boot-flyway-v3/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/boot-flyway-v3/pom.xml b/boot-flyway-v3/pom.xml index 867aba6..15e1ce2 100644 --- a/boot-flyway-v3/pom.xml +++ b/boot-flyway-v3/pom.xml @@ -11,10 +11,10 @@ Spring Boot Flyway Sample 3.0.0 Spring Boot Flyway Sample - http://projects.spring.io/spring-boot/ + https://projects.spring.io/spring-boot/ Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io ${basedir}/../.. diff --git a/boot-flyway-v4/mvnw b/boot-flyway-v4/mvnw index fc7efd1..63fcc8f 100755 --- a/boot-flyway-v4/mvnw +++ b/boot-flyway-v4/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/boot-flyway-v4/mvnw.cmd b/boot-flyway-v4/mvnw.cmd index 0010480..66e928b 100644 --- a/boot-flyway-v4/mvnw.cmd +++ b/boot-flyway-v4/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/boot-flyway-v4/pom.xml b/boot-flyway-v4/pom.xml index 274a4a2..e189b68 100644 --- a/boot-flyway-v4/pom.xml +++ b/boot-flyway-v4/pom.xml @@ -11,10 +11,10 @@ Spring Boot Flyway Sample 4.0.0 Spring Boot Flyway Sample - http://projects.spring.io/spring-boot/ + https://projects.spring.io/spring-boot/ Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io ${basedir}/../.. diff --git a/mvnw b/mvnw index fc7efd1..63fcc8f 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 0010480..66e928b 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