From 5236c7f7c8b1fff4e7aa8ea2f1a6f3756fe9a856 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 19 Mar 2019 21:24:53 -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/assembly-1.1.2.xsd with 6 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 9 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://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 18 occurrences * http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 with 12 occurrences * http://www.w3.org/2001/XMLSchema-instance with 15 occurrences --- .../partitioning-consumer-sample-kafka/pom.xml | 2 +- .../src/main/docker/assembly.xml | 2 +- .../partitioning-consumer-sample-rabbit/pom.xml | 2 +- .../src/main/docker/assembly.xml | 2 +- .../partitioning-producer-sample-kafka/pom.xml | 2 +- .../src/main/docker/assembly.xml | 2 +- .../partitioning-producer-sample-rabbit/pom.xml | 2 +- .../src/main/docker/assembly.xml | 2 +- custom-stream-apps/pom.xml | 14 +++++++------- .../uppercase-transformer-kafka/pom.xml | 2 +- .../src/main/docker/assembly.xml | 2 +- .../uppercase-transformer-rabbit/pom.xml | 2 +- .../src/main/docker/assembly.xml | 2 +- pom.xml | 2 +- spring-cloud-stream-acceptance-tests/pom.xml | 2 +- 15 files changed, 21 insertions(+), 21 deletions(-) diff --git a/custom-stream-apps/partitioning-consumer-sample-kafka/pom.xml b/custom-stream-apps/partitioning-consumer-sample-kafka/pom.xml index 54abe03..4084fca 100644 --- a/custom-stream-apps/partitioning-consumer-sample-kafka/pom.xml +++ b/custom-stream-apps/partitioning-consumer-sample-kafka/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 partitioning-consumer-sample-kafka diff --git a/custom-stream-apps/partitioning-consumer-sample-kafka/src/main/docker/assembly.xml b/custom-stream-apps/partitioning-consumer-sample-kafka/src/main/docker/assembly.xml index 7c83924..51be93c 100644 --- a/custom-stream-apps/partitioning-consumer-sample-kafka/src/main/docker/assembly.xml +++ b/custom-stream-apps/partitioning-consumer-sample-kafka/src/main/docker/assembly.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 https://maven.apache.org/xsd/assembly-1.1.2.xsd"> uppercase-transformer-kafka diff --git a/custom-stream-apps/partitioning-consumer-sample-rabbit/pom.xml b/custom-stream-apps/partitioning-consumer-sample-rabbit/pom.xml index 2498c2f..f72e181 100644 --- a/custom-stream-apps/partitioning-consumer-sample-rabbit/pom.xml +++ b/custom-stream-apps/partitioning-consumer-sample-rabbit/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 partitioning-consumer-sample-rabbit diff --git a/custom-stream-apps/partitioning-consumer-sample-rabbit/src/main/docker/assembly.xml b/custom-stream-apps/partitioning-consumer-sample-rabbit/src/main/docker/assembly.xml index 01f2e26..5bb07ad 100644 --- a/custom-stream-apps/partitioning-consumer-sample-rabbit/src/main/docker/assembly.xml +++ b/custom-stream-apps/partitioning-consumer-sample-rabbit/src/main/docker/assembly.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 https://maven.apache.org/xsd/assembly-1.1.2.xsd"> uppercase-transformer-kafka diff --git a/custom-stream-apps/partitioning-producer-sample-kafka/pom.xml b/custom-stream-apps/partitioning-producer-sample-kafka/pom.xml index d01eb6c..a2ca7e0 100644 --- a/custom-stream-apps/partitioning-producer-sample-kafka/pom.xml +++ b/custom-stream-apps/partitioning-producer-sample-kafka/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 partitioning-producer-sample-kafka diff --git a/custom-stream-apps/partitioning-producer-sample-kafka/src/main/docker/assembly.xml b/custom-stream-apps/partitioning-producer-sample-kafka/src/main/docker/assembly.xml index edf4e7b..3498a9e 100644 --- a/custom-stream-apps/partitioning-producer-sample-kafka/src/main/docker/assembly.xml +++ b/custom-stream-apps/partitioning-producer-sample-kafka/src/main/docker/assembly.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 https://maven.apache.org/xsd/assembly-1.1.2.xsd"> uppercase-transformer-kafka diff --git a/custom-stream-apps/partitioning-producer-sample-rabbit/pom.xml b/custom-stream-apps/partitioning-producer-sample-rabbit/pom.xml index f1009dc..16846e7 100644 --- a/custom-stream-apps/partitioning-producer-sample-rabbit/pom.xml +++ b/custom-stream-apps/partitioning-producer-sample-rabbit/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 partitioning-producer-sample-rabbit diff --git a/custom-stream-apps/partitioning-producer-sample-rabbit/src/main/docker/assembly.xml b/custom-stream-apps/partitioning-producer-sample-rabbit/src/main/docker/assembly.xml index 3f016f9..92e12d5 100644 --- a/custom-stream-apps/partitioning-producer-sample-rabbit/src/main/docker/assembly.xml +++ b/custom-stream-apps/partitioning-producer-sample-rabbit/src/main/docker/assembly.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 https://maven.apache.org/xsd/assembly-1.1.2.xsd"> uppercase-transformer-kafka diff --git a/custom-stream-apps/pom.xml b/custom-stream-apps/pom.xml index 5fb6bcf..70d40e4 100644 --- a/custom-stream-apps/pom.xml +++ b/custom-stream-apps/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 io.spring.cloud.stream.acceptance @@ -75,7 +75,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -86,7 +86,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false @@ -94,7 +94,7 @@ spring-releases Spring Releases - http://repo.spring.io/release + https://repo.spring.io/release false @@ -104,7 +104,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -115,7 +115,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false @@ -123,7 +123,7 @@ spring-releases Spring Releases - http://repo.spring.io/libs-release-local + https://repo.spring.io/libs-release-local false diff --git a/custom-stream-apps/uppercase-transformer-kafka/pom.xml b/custom-stream-apps/uppercase-transformer-kafka/pom.xml index 7c3e2a4..f86d0dc 100644 --- a/custom-stream-apps/uppercase-transformer-kafka/pom.xml +++ b/custom-stream-apps/uppercase-transformer-kafka/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 uppercase-transformer-kafka diff --git a/custom-stream-apps/uppercase-transformer-kafka/src/main/docker/assembly.xml b/custom-stream-apps/uppercase-transformer-kafka/src/main/docker/assembly.xml index 6484aac..288d41e 100644 --- a/custom-stream-apps/uppercase-transformer-kafka/src/main/docker/assembly.xml +++ b/custom-stream-apps/uppercase-transformer-kafka/src/main/docker/assembly.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 https://maven.apache.org/xsd/assembly-1.1.2.xsd"> uppercase-transformer-kafka diff --git a/custom-stream-apps/uppercase-transformer-rabbit/pom.xml b/custom-stream-apps/uppercase-transformer-rabbit/pom.xml index 41f2440..b2fe770 100644 --- a/custom-stream-apps/uppercase-transformer-rabbit/pom.xml +++ b/custom-stream-apps/uppercase-transformer-rabbit/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 uppercase-transformer-rabbit diff --git a/custom-stream-apps/uppercase-transformer-rabbit/src/main/docker/assembly.xml b/custom-stream-apps/uppercase-transformer-rabbit/src/main/docker/assembly.xml index ea2e2b4..9b1da47 100644 --- a/custom-stream-apps/uppercase-transformer-rabbit/src/main/docker/assembly.xml +++ b/custom-stream-apps/uppercase-transformer-rabbit/src/main/docker/assembly.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 https://maven.apache.org/xsd/assembly-1.1.2.xsd"> uppercase-transformer-kafka diff --git a/pom.xml b/pom.xml index 2aa7574..dd19415 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-acceptance-tests-parent diff --git a/spring-cloud-stream-acceptance-tests/pom.xml b/spring-cloud-stream-acceptance-tests/pom.xml index c2a5b96..14d33d9 100644 --- a/spring-cloud-stream-acceptance-tests/pom.xml +++ b/spring-cloud-stream-acceptance-tests/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-stream-acceptance-tests