From 95d61b1c8eb4a4f2ae26f1954f83501eb911d55e Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 10:48:00 -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://maven.apache.org/xsd/maven-4.0.0.xsd with 13 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). * http://www.spring.io with 1 occurrences migrated to: https://www.spring.io ([https](https://www.spring.io) result 301). * http://repo.spring.io/libs-milestone-local with 2 occurrences migrated to: https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302). * http://repo.spring.io/libs-release-local with 1 occurrences migrated to: https://repo.spring.io/libs-release-local ([https](https://repo.spring.io/libs-release-local) result 302). * http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to: https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302). * http://repo.spring.io/release with 1 occurrences migrated to: https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 26 occurrences * http://www.w3.org/2001/XMLSchema-instance with 13 occurrences --- double/pom.xml | 2 +- dynamic-source/pom.xml | 2 +- multi-io/pom.xml | 2 +- multibinder-differentsystems/pom.xml | 2 +- multibinder/pom.xml | 2 +- mvnw | 2 +- mvnw.cmd | 2 +- non-self-contained-aggregate-app/pom.xml | 2 +- pom.xml | 16 ++++++++-------- reactive-processor-kafka/pom.xml | 2 +- rxjava-processor/pom.xml | 2 +- sink/pom.xml | 2 +- source/pom.xml | 2 +- stream-listener/pom.xml | 2 +- transform/pom.xml | 2 +- 15 files changed, 22 insertions(+), 22 deletions(-) diff --git a/double/pom.xml b/double/pom.xml index e32f4f7..7736a28 100644 --- a/double/pom.xml +++ b/double/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-sample-double diff --git a/dynamic-source/pom.xml b/dynamic-source/pom.xml index fd3e30d..b481969 100644 --- a/dynamic-source/pom.xml +++ b/dynamic-source/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-sample-dynamic-source diff --git a/multi-io/pom.xml b/multi-io/pom.xml index 21d99d8..a298139 100644 --- a/multi-io/pom.xml +++ b/multi-io/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-sample-multi-io diff --git a/multibinder-differentsystems/pom.xml b/multibinder-differentsystems/pom.xml index c8fbc49..2aee3de 100644 --- a/multibinder-differentsystems/pom.xml +++ b/multibinder-differentsystems/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-sample-multibinder-differentsystems diff --git a/multibinder/pom.xml b/multibinder/pom.xml index f0c0afd..2150bec 100644 --- a/multibinder/pom.xml +++ b/multibinder/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-sample-multibinder diff --git a/mvnw b/mvnw index e351148..692a630 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 b0dc0e7..7ecd01d 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/non-self-contained-aggregate-app/pom.xml b/non-self-contained-aggregate-app/pom.xml index af11b16..7dda887 100644 --- a/non-self-contained-aggregate-app/pom.xml +++ b/non-self-contained-aggregate-app/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-sample-non-self-contained-aggregate-app diff --git a/pom.xml b/pom.xml index 94d2cb5..5a7f151 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.cloud spring-cloud-stream-samples @@ -8,7 +8,7 @@ https://github.com/spring-cloud/spring-cloud-stream-samples Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io org.springframework.cloud @@ -79,7 +79,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -90,7 +90,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false @@ -98,7 +98,7 @@ spring-releases Spring Releases - http://repo.spring.io/release + https://repo.spring.io/release false @@ -108,7 +108,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -119,7 +119,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false @@ -127,7 +127,7 @@ spring-releases Spring Releases - http://repo.spring.io/libs-release-local + https://repo.spring.io/libs-release-local false diff --git a/reactive-processor-kafka/pom.xml b/reactive-processor-kafka/pom.xml index a1118f5..90c736c 100644 --- a/reactive-processor-kafka/pom.xml +++ b/reactive-processor-kafka/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> spring-cloud-stream-samples org.springframework.cloud diff --git a/rxjava-processor/pom.xml b/rxjava-processor/pom.xml index f879c2d..0a7e87c 100644 --- a/rxjava-processor/pom.xml +++ b/rxjava-processor/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-sample-rxjava diff --git a/sink/pom.xml b/sink/pom.xml index 165b5ad..fd07588 100644 --- a/sink/pom.xml +++ b/sink/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-sample-sink diff --git a/source/pom.xml b/source/pom.xml index 4992a3e..1f0d9b0 100644 --- a/source/pom.xml +++ b/source/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-sample-source diff --git a/stream-listener/pom.xml b/stream-listener/pom.xml index c2f7b1a..5741801 100644 --- a/stream-listener/pom.xml +++ b/stream-listener/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-sample-stream-listener diff --git a/transform/pom.xml b/transform/pom.xml index a136a71..7219773 100644 --- a/transform/pom.xml +++ b/transform/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-sample-transform