From ea995143d669dc5957e75f5fb0c07bd3ae024abc Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 10:44:19 -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://docs.spring.io/spring-framework/docs/ with 1 occurrences migrated to: https://docs.spring.io/spring-framework/docs/ ([https](https://docs.spring.io/spring-framework/docs/) result 200). * http://docs.spring.io/spring-shell/docs/current/api/ with 1 occurrences migrated to: https://docs.spring.io/spring-shell/docs/current/api/ ([https](https://docs.spring.io/spring-shell/docs/current/api/) result 200). * http://maven.apache.org/xsd/maven-4.0.0.xsd with 14 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://www.apache.org/licenses/LICENSE-2.0 with 2 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 28 occurrences * http://www.w3.org/2001/XMLSchema-instance with 14 occurrences --- mvnw | 2 +- mvnw.cmd | 2 +- pom.xml | 2 +- spring-cloud-stream-binder-test/pom.xml | 2 +- spring-cloud-stream-codec/pom.xml | 2 +- spring-cloud-stream-core-docs/pom.xml | 6 +++--- spring-cloud-stream-integration-tests/pom.xml | 2 +- spring-cloud-stream-metrics/pom.xml | 2 +- spring-cloud-stream-reactive/pom.xml | 2 +- spring-cloud-stream-rxjava/pom.xml | 2 +- spring-cloud-stream-schema-server/pom.xml | 2 +- spring-cloud-stream-schema/pom.xml | 2 +- spring-cloud-stream-test-support-internal/pom.xml | 2 +- spring-cloud-stream-test-support/pom.xml | 2 +- spring-cloud-stream-tools/pom.xml | 2 +- spring-cloud-stream/pom.xml | 2 +- 16 files changed, 18 insertions(+), 18 deletions(-) diff --git a/mvnw b/mvnw index 0a7dac221..d0275e2cc 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 fc8302432..eb9a292a7 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 99e583924..89962207e 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 spring-cloud-stream-parent 1.3.4.BUILD-SNAPSHOT diff --git a/spring-cloud-stream-binder-test/pom.xml b/spring-cloud-stream-binder-test/pom.xml index bc43e30d6..6492aaa74 100644 --- a/spring-cloud-stream-binder-test/pom.xml +++ b/spring-cloud-stream-binder-test/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-binder-test diff --git a/spring-cloud-stream-codec/pom.xml b/spring-cloud-stream-codec/pom.xml index 873bc6d24..ad302d24d 100644 --- a/spring-cloud-stream-codec/pom.xml +++ b/spring-cloud-stream-codec/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-codec diff --git a/spring-cloud-stream-core-docs/pom.xml b/spring-cloud-stream-core-docs/pom.xml index 0deb91a3c..2331bf883 100644 --- a/spring-cloud-stream-core-docs/pom.xml +++ b/spring-cloud-stream-core-docs/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.cloud @@ -76,8 +76,8 @@ true ${basedir}/src/main/javadoc/spring-javadoc.css - http://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/ - http://docs.spring.io/spring-shell/docs/current/api/ + https://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/ + https://docs.spring.io/spring-shell/docs/current/api/ diff --git a/spring-cloud-stream-integration-tests/pom.xml b/spring-cloud-stream-integration-tests/pom.xml index de3e57b86..1ff81a287 100644 --- a/spring-cloud-stream-integration-tests/pom.xml +++ b/spring-cloud-stream-integration-tests/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-integration-tests diff --git a/spring-cloud-stream-metrics/pom.xml b/spring-cloud-stream-metrics/pom.xml index a03c3aa9d..abc245d74 100644 --- a/spring-cloud-stream-metrics/pom.xml +++ b/spring-cloud-stream-metrics/pom.xml @@ -2,7 +2,7 @@ + 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.cloud diff --git a/spring-cloud-stream-reactive/pom.xml b/spring-cloud-stream-reactive/pom.xml index a67e44172..e0bb572ce 100644 --- a/spring-cloud-stream-reactive/pom.xml +++ b/spring-cloud-stream-reactive/pom.xml @@ -1,5 +1,5 @@ - + org.springframework.cloud spring-cloud-stream-parent diff --git a/spring-cloud-stream-rxjava/pom.xml b/spring-cloud-stream-rxjava/pom.xml index 9efeabf00..07028b755 100644 --- a/spring-cloud-stream-rxjava/pom.xml +++ b/spring-cloud-stream-rxjava/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-rxjava diff --git a/spring-cloud-stream-schema-server/pom.xml b/spring-cloud-stream-schema-server/pom.xml index 3a0530dcf..0d3879a11 100644 --- a/spring-cloud-stream-schema-server/pom.xml +++ b/spring-cloud-stream-schema-server/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 spring-cloud-stream-schema-server diff --git a/spring-cloud-stream-schema/pom.xml b/spring-cloud-stream-schema/pom.xml index 7bd878b1c..de7b13669 100644 --- a/spring-cloud-stream-schema/pom.xml +++ b/spring-cloud-stream-schema/pom.xml @@ -1,5 +1,5 @@ - + spring-cloud-stream-parent org.springframework.cloud diff --git a/spring-cloud-stream-test-support-internal/pom.xml b/spring-cloud-stream-test-support-internal/pom.xml index 41741b5a1..fc4a1a5eb 100644 --- a/spring-cloud-stream-test-support-internal/pom.xml +++ b/spring-cloud-stream-test-support-internal/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.cloud diff --git a/spring-cloud-stream-test-support/pom.xml b/spring-cloud-stream-test-support/pom.xml index ce770efe6..cabbba364 100644 --- a/spring-cloud-stream-test-support/pom.xml +++ b/spring-cloud-stream-test-support/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.cloud diff --git a/spring-cloud-stream-tools/pom.xml b/spring-cloud-stream-tools/pom.xml index 8d45063e4..9a4a882b7 100644 --- a/spring-cloud-stream-tools/pom.xml +++ b/spring-cloud-stream-tools/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.cloud diff --git a/spring-cloud-stream/pom.xml b/spring-cloud-stream/pom.xml index 225102ed4..8301933a1 100644 --- a/spring-cloud-stream/pom.xml +++ b/spring-cloud-stream/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream