From 5148dabe5a780c5d011e945353f8beeb76fd5391 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 10:48:14 -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 But Review Recommended These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended. * http://packages.confluent.io/maven/ (404) with 4 occurrences migrated to: https://packages.confluent.io/maven/ ([https](https://packages.confluent.io/maven/) result 404). ## 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 43 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 66 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) 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 86 occurrences * http://www.w3.org/2001/XMLSchema-instance with 43 occurrences --- kafka-streams-samples/kafka-streams-aggregate/mvnw | 2 +- .../kafka-streams-aggregate/mvnw.cmd | 2 +- .../kafka-streams-aggregate/pom.xml | 2 +- kafka-streams-samples/kafka-streams-branching/mvnw | 2 +- .../kafka-streams-branching/mvnw.cmd | 2 +- .../kafka-streams-branching/pom.xml | 2 +- .../kafka-streams-dlq-sample/mvnw | 2 +- .../kafka-streams-dlq-sample/mvnw.cmd | 2 +- .../kafka-streams-dlq-sample/pom.xml | 2 +- .../kafka-streams-interactive-query-advanced/mvnw | 2 +- .../mvnw.cmd | 2 +- .../pom.xml | 4 ++-- .../kafka-streams-interactive-query-basic/mvnw | 2 +- .../kafka-streams-interactive-query-basic/pom.xml | 2 +- .../kafka-streams-message-channel/mvnw | 2 +- .../kafka-streams-message-channel/mvnw.cmd | 2 +- .../kafka-streams-message-channel/pom.xml | 2 +- .../kafka-streams-product-tracker/mvnw | 2 +- .../kafka-streams-product-tracker/pom.xml | 2 +- .../kafka-streams-table-join/mvnw | 2 +- .../kafka-streams-table-join/mvnw.cmd | 2 +- .../kafka-streams-table-join/pom.xml | 2 +- .../kafka-streams-word-count/mvnw | 2 +- .../kafka-streams-word-count/mvnw.cmd | 2 +- .../kafka-streams-word-count/pom.xml | 2 +- kafka-streams-samples/pom.xml | 2 +- kinesis-samples/kinesis-produce-consume/mvnw | 2 +- kinesis-samples/kinesis-produce-consume/mvnw.cmd | 2 +- kinesis-samples/kinesis-produce-consume/pom.xml | 2 +- kinesis-samples/pom.xml | 2 +- multi-io-samples/multi-io/mvnw | 2 +- multi-io-samples/multi-io/mvnw.cmd | 2 +- multi-io-samples/multi-io/pom.xml | 2 +- multi-io-samples/pom.xml | 2 +- multibinder-samples/multibinder-kafka-rabbit/mvnw | 2 +- .../multibinder-kafka-rabbit/mvnw.cmd | 2 +- .../multibinder-kafka-rabbit/pom.xml | 2 +- .../multibinder-two-kafka-clusters/mvnw | 2 +- .../multibinder-two-kafka-clusters/mvnw.cmd | 2 +- .../multibinder-two-kafka-clusters/pom.xml | 2 +- multibinder-samples/pom.xml | 2 +- mvnw | 2 +- mvnw.cmd | 2 +- pom.xml | 14 +++++++------- processor-samples/polled-consumer/mvnw | 2 +- processor-samples/polled-consumer/mvnw.cmd | 2 +- processor-samples/polled-consumer/pom.xml | 2 +- processor-samples/pom.xml | 2 +- processor-samples/reactive-processor/mvnw | 2 +- processor-samples/reactive-processor/mvnw.cmd | 2 +- processor-samples/reactive-processor/pom.xml | 2 +- processor-samples/sensor-average-reactive/mvnw | 2 +- processor-samples/sensor-average-reactive/mvnw.cmd | 2 +- processor-samples/sensor-average-reactive/pom.xml | 2 +- processor-samples/streamlistener-basic/mvnw | 2 +- processor-samples/streamlistener-basic/mvnw.cmd | 2 +- processor-samples/streamlistener-basic/pom.xml | 2 +- processor-samples/uppercase-transformer/mvnw | 2 +- processor-samples/uppercase-transformer/mvnw.cmd | 2 +- processor-samples/uppercase-transformer/pom.xml | 2 +- samples-acceptance-tests/mvnw | 2 +- samples-acceptance-tests/mvnw.cmd | 2 +- samples-acceptance-tests/pom.xml | 2 +- schema-registry-samples/pom.xml | 2 +- .../consumer-confluent/mvnw | 2 +- .../consumer-confluent/mvnw.cmd | 2 +- .../consumer-confluent/pom.xml | 4 ++-- .../schema-registry-confluent/mvnw | 2 +- .../schema-registry-confluent/mvnw.cmd | 2 +- .../schema-registry-confluent/pom.xml | 2 +- .../producer1-confluent/mvnw | 2 +- .../producer1-confluent/mvnw.cmd | 2 +- .../producer1-confluent/pom.xml | 4 ++-- .../producer2-confluent/mvnw | 2 +- .../producer2-confluent/mvnw.cmd | 2 +- .../producer2-confluent/pom.xml | 4 ++-- .../schema-registry-vanilla/consumer/mvnw | 2 +- .../schema-registry-vanilla/consumer/mvnw.cmd | 2 +- .../schema-registry-vanilla/consumer/pom.xml | 2 +- .../schema-registry-vanilla/mvnw | 2 +- .../schema-registry-vanilla/mvnw.cmd | 2 +- .../schema-registry-vanilla/pom.xml | 2 +- .../schema-registry-vanilla/producer1/mvnw | 2 +- .../schema-registry-vanilla/producer1/mvnw.cmd | 2 +- .../schema-registry-vanilla/producer1/pom.xml | 2 +- .../schema-registry-vanilla/producer2/mvnw | 2 +- .../schema-registry-vanilla/producer2/mvnw.cmd | 2 +- .../schema-registry-vanilla/producer2/pom.xml | 2 +- .../schema-registry-vanilla/registry/mvnw | 2 +- .../schema-registry-vanilla/registry/mvnw.cmd | 2 +- .../schema-registry-vanilla/registry/pom.xml | 2 +- sink-samples/jdbc-sink/mvnw | 2 +- sink-samples/jdbc-sink/mvnw.cmd | 2 +- sink-samples/jdbc-sink/pom.xml | 2 +- sink-samples/pom.xml | 2 +- source-samples/dynamic-destination-source/mvnw | 2 +- source-samples/dynamic-destination-source/mvnw.cmd | 2 +- source-samples/dynamic-destination-source/pom.xml | 2 +- source-samples/jdbc-source/mvnw | 2 +- source-samples/jdbc-source/mvnw.cmd | 2 +- source-samples/jdbc-source/pom.xml | 2 +- source-samples/pom.xml | 2 +- testing-samples/pom.xml | 2 +- testing-samples/test-embedded-kafka/mvnw | 2 +- testing-samples/test-embedded-kafka/mvnw.cmd | 2 +- testing-samples/test-embedded-kafka/pom.xml | 2 +- testing-samples/testing-demo/mvnw | 2 +- testing-samples/testing-demo/mvnw.cmd | 2 +- testing-samples/testing-demo/pom.xml | 2 +- 109 files changed, 119 insertions(+), 119 deletions(-) diff --git a/kafka-streams-samples/kafka-streams-aggregate/mvnw b/kafka-streams-samples/kafka-streams-aggregate/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-aggregate/mvnw +++ b/kafka-streams-samples/kafka-streams-aggregate/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/kafka-streams-samples/kafka-streams-aggregate/mvnw.cmd b/kafka-streams-samples/kafka-streams-aggregate/mvnw.cmd index 019bd74..86846ae 100644 --- a/kafka-streams-samples/kafka-streams-aggregate/mvnw.cmd +++ b/kafka-streams-samples/kafka-streams-aggregate/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/kafka-streams-samples/kafka-streams-aggregate/pom.xml b/kafka-streams-samples/kafka-streams-aggregate/pom.xml index e58f0de..afe3c98 100644 --- a/kafka-streams-samples/kafka-streams-aggregate/pom.xml +++ b/kafka-streams-samples/kafka-streams-aggregate/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 kafka-streams-aggregate diff --git a/kafka-streams-samples/kafka-streams-branching/mvnw b/kafka-streams-samples/kafka-streams-branching/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-branching/mvnw +++ b/kafka-streams-samples/kafka-streams-branching/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/kafka-streams-samples/kafka-streams-branching/mvnw.cmd b/kafka-streams-samples/kafka-streams-branching/mvnw.cmd index 019bd74..86846ae 100644 --- a/kafka-streams-samples/kafka-streams-branching/mvnw.cmd +++ b/kafka-streams-samples/kafka-streams-branching/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/kafka-streams-samples/kafka-streams-branching/pom.xml b/kafka-streams-samples/kafka-streams-branching/pom.xml index dd48b73..7389fa3 100644 --- a/kafka-streams-samples/kafka-streams-branching/pom.xml +++ b/kafka-streams-samples/kafka-streams-branching/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 kafka-streams-branching diff --git a/kafka-streams-samples/kafka-streams-dlq-sample/mvnw b/kafka-streams-samples/kafka-streams-dlq-sample/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-dlq-sample/mvnw +++ b/kafka-streams-samples/kafka-streams-dlq-sample/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/kafka-streams-samples/kafka-streams-dlq-sample/mvnw.cmd b/kafka-streams-samples/kafka-streams-dlq-sample/mvnw.cmd index 019bd74..86846ae 100644 --- a/kafka-streams-samples/kafka-streams-dlq-sample/mvnw.cmd +++ b/kafka-streams-samples/kafka-streams-dlq-sample/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/kafka-streams-samples/kafka-streams-dlq-sample/pom.xml b/kafka-streams-samples/kafka-streams-dlq-sample/pom.xml index 5b1c801..b76bc02 100644 --- a/kafka-streams-samples/kafka-streams-dlq-sample/pom.xml +++ b/kafka-streams-samples/kafka-streams-dlq-sample/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 kafka-streams-dlq-sample diff --git a/kafka-streams-samples/kafka-streams-interactive-query-advanced/mvnw b/kafka-streams-samples/kafka-streams-interactive-query-advanced/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-interactive-query-advanced/mvnw +++ b/kafka-streams-samples/kafka-streams-interactive-query-advanced/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/kafka-streams-samples/kafka-streams-interactive-query-advanced/mvnw.cmd b/kafka-streams-samples/kafka-streams-interactive-query-advanced/mvnw.cmd index 019bd74..86846ae 100644 --- a/kafka-streams-samples/kafka-streams-interactive-query-advanced/mvnw.cmd +++ b/kafka-streams-samples/kafka-streams-interactive-query-advanced/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/kafka-streams-samples/kafka-streams-interactive-query-advanced/pom.xml b/kafka-streams-samples/kafka-streams-interactive-query-advanced/pom.xml index 9927ad8..65ade2a 100644 --- a/kafka-streams-samples/kafka-streams-interactive-query-advanced/pom.xml +++ b/kafka-streams-samples/kafka-streams-interactive-query-advanced/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 kafka-streams-interactive-query-advanced @@ -86,7 +86,7 @@ confluent - http://packages.confluent.io/maven/ + https://packages.confluent.io/maven/ diff --git a/kafka-streams-samples/kafka-streams-interactive-query-basic/mvnw b/kafka-streams-samples/kafka-streams-interactive-query-basic/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-interactive-query-basic/mvnw +++ b/kafka-streams-samples/kafka-streams-interactive-query-basic/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/kafka-streams-samples/kafka-streams-interactive-query-basic/pom.xml b/kafka-streams-samples/kafka-streams-interactive-query-basic/pom.xml index 5a762ed..46c740f 100644 --- a/kafka-streams-samples/kafka-streams-interactive-query-basic/pom.xml +++ b/kafka-streams-samples/kafka-streams-interactive-query-basic/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 kafka-streams-interactive-query-basic diff --git a/kafka-streams-samples/kafka-streams-message-channel/mvnw b/kafka-streams-samples/kafka-streams-message-channel/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-message-channel/mvnw +++ b/kafka-streams-samples/kafka-streams-message-channel/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/kafka-streams-samples/kafka-streams-message-channel/mvnw.cmd b/kafka-streams-samples/kafka-streams-message-channel/mvnw.cmd index 019bd74..86846ae 100644 --- a/kafka-streams-samples/kafka-streams-message-channel/mvnw.cmd +++ b/kafka-streams-samples/kafka-streams-message-channel/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/kafka-streams-samples/kafka-streams-message-channel/pom.xml b/kafka-streams-samples/kafka-streams-message-channel/pom.xml index a09387d..6a70a1b 100644 --- a/kafka-streams-samples/kafka-streams-message-channel/pom.xml +++ b/kafka-streams-samples/kafka-streams-message-channel/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 kafka-streams-message-channel diff --git a/kafka-streams-samples/kafka-streams-product-tracker/mvnw b/kafka-streams-samples/kafka-streams-product-tracker/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-product-tracker/mvnw +++ b/kafka-streams-samples/kafka-streams-product-tracker/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/kafka-streams-samples/kafka-streams-product-tracker/pom.xml b/kafka-streams-samples/kafka-streams-product-tracker/pom.xml index 42cf0b5..8f89ce1 100644 --- a/kafka-streams-samples/kafka-streams-product-tracker/pom.xml +++ b/kafka-streams-samples/kafka-streams-product-tracker/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 kafka-streams-product-tracker diff --git a/kafka-streams-samples/kafka-streams-table-join/mvnw b/kafka-streams-samples/kafka-streams-table-join/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-table-join/mvnw +++ b/kafka-streams-samples/kafka-streams-table-join/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/kafka-streams-samples/kafka-streams-table-join/mvnw.cmd b/kafka-streams-samples/kafka-streams-table-join/mvnw.cmd index 019bd74..86846ae 100644 --- a/kafka-streams-samples/kafka-streams-table-join/mvnw.cmd +++ b/kafka-streams-samples/kafka-streams-table-join/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/kafka-streams-samples/kafka-streams-table-join/pom.xml b/kafka-streams-samples/kafka-streams-table-join/pom.xml index 35d7027..eaaff63 100644 --- a/kafka-streams-samples/kafka-streams-table-join/pom.xml +++ b/kafka-streams-samples/kafka-streams-table-join/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 kafka-streams-table-join diff --git a/kafka-streams-samples/kafka-streams-word-count/mvnw b/kafka-streams-samples/kafka-streams-word-count/mvnw index 5bf251c..2d1e3cf 100755 --- a/kafka-streams-samples/kafka-streams-word-count/mvnw +++ b/kafka-streams-samples/kafka-streams-word-count/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/kafka-streams-samples/kafka-streams-word-count/mvnw.cmd b/kafka-streams-samples/kafka-streams-word-count/mvnw.cmd index 019bd74..86846ae 100644 --- a/kafka-streams-samples/kafka-streams-word-count/mvnw.cmd +++ b/kafka-streams-samples/kafka-streams-word-count/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/kafka-streams-samples/kafka-streams-word-count/pom.xml b/kafka-streams-samples/kafka-streams-word-count/pom.xml index 20dc5c3..2d08ac1 100644 --- a/kafka-streams-samples/kafka-streams-word-count/pom.xml +++ b/kafka-streams-samples/kafka-streams-word-count/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 kafka-streams-word-count diff --git a/kafka-streams-samples/pom.xml b/kafka-streams-samples/pom.xml index d716dfc..a3b014e 100644 --- a/kafka-streams-samples/pom.xml +++ b/kafka-streams-samples/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring.cloud.stream.samples kafka-streams-samples diff --git a/kinesis-samples/kinesis-produce-consume/mvnw b/kinesis-samples/kinesis-produce-consume/mvnw index 6efc7bd..0ce08e9 100755 --- a/kinesis-samples/kinesis-produce-consume/mvnw +++ b/kinesis-samples/kinesis-produce-consume/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/kinesis-samples/kinesis-produce-consume/mvnw.cmd b/kinesis-samples/kinesis-produce-consume/mvnw.cmd index b0dc0e7..7ecd01d 100755 --- a/kinesis-samples/kinesis-produce-consume/mvnw.cmd +++ b/kinesis-samples/kinesis-produce-consume/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/kinesis-samples/kinesis-produce-consume/pom.xml b/kinesis-samples/kinesis-produce-consume/pom.xml index a72e1fe..1f2afe4 100644 --- a/kinesis-samples/kinesis-produce-consume/pom.xml +++ b/kinesis-samples/kinesis-produce-consume/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 kinesis-produce-consume diff --git a/kinesis-samples/pom.xml b/kinesis-samples/pom.xml index bb59b81..5a06a5c 100644 --- a/kinesis-samples/pom.xml +++ b/kinesis-samples/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring.cloud.stream.samples kinesis-samples diff --git a/multi-io-samples/multi-io/mvnw b/multi-io-samples/multi-io/mvnw index 6efc7bd..0ce08e9 100755 --- a/multi-io-samples/multi-io/mvnw +++ b/multi-io-samples/multi-io/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/multi-io-samples/multi-io/mvnw.cmd b/multi-io-samples/multi-io/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/multi-io-samples/multi-io/mvnw.cmd +++ b/multi-io-samples/multi-io/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/multi-io-samples/multi-io/pom.xml b/multi-io-samples/multi-io/pom.xml index 678bf43..235df58 100644 --- a/multi-io-samples/multi-io/pom.xml +++ b/multi-io-samples/multi-io/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 multi-io diff --git a/multi-io-samples/pom.xml b/multi-io-samples/pom.xml index f2c00d7..179bb65 100644 --- a/multi-io-samples/pom.xml +++ b/multi-io-samples/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring.cloud.stream.samples multi-io-samples diff --git a/multibinder-samples/multibinder-kafka-rabbit/mvnw b/multibinder-samples/multibinder-kafka-rabbit/mvnw index 6efc7bd..0ce08e9 100755 --- a/multibinder-samples/multibinder-kafka-rabbit/mvnw +++ b/multibinder-samples/multibinder-kafka-rabbit/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/multibinder-samples/multibinder-kafka-rabbit/mvnw.cmd b/multibinder-samples/multibinder-kafka-rabbit/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/multibinder-samples/multibinder-kafka-rabbit/mvnw.cmd +++ b/multibinder-samples/multibinder-kafka-rabbit/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/multibinder-samples/multibinder-kafka-rabbit/pom.xml b/multibinder-samples/multibinder-kafka-rabbit/pom.xml index 5a38533..ed8e911 100644 --- a/multibinder-samples/multibinder-kafka-rabbit/pom.xml +++ b/multibinder-samples/multibinder-kafka-rabbit/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 multibinder-kafka-rabbit diff --git a/multibinder-samples/multibinder-two-kafka-clusters/mvnw b/multibinder-samples/multibinder-two-kafka-clusters/mvnw index 6efc7bd..0ce08e9 100755 --- a/multibinder-samples/multibinder-two-kafka-clusters/mvnw +++ b/multibinder-samples/multibinder-two-kafka-clusters/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/multibinder-samples/multibinder-two-kafka-clusters/mvnw.cmd b/multibinder-samples/multibinder-two-kafka-clusters/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/multibinder-samples/multibinder-two-kafka-clusters/mvnw.cmd +++ b/multibinder-samples/multibinder-two-kafka-clusters/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/multibinder-samples/multibinder-two-kafka-clusters/pom.xml b/multibinder-samples/multibinder-two-kafka-clusters/pom.xml index fd134ee..2d0a2c9 100644 --- a/multibinder-samples/multibinder-two-kafka-clusters/pom.xml +++ b/multibinder-samples/multibinder-two-kafka-clusters/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 multibinder-two-kafka-clusters diff --git a/multibinder-samples/pom.xml b/multibinder-samples/pom.xml index 4f64a45..f219da0 100644 --- a/multibinder-samples/pom.xml +++ b/multibinder-samples/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring.cloud.stream.samples multibinder-samples diff --git a/mvnw b/mvnw index 6efc7bd..0ce08e9 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/pom.xml b/pom.xml index e1326c5..8368c66 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring.cloud.stream.samples @@ -69,7 +69,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -80,7 +80,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false @@ -88,7 +88,7 @@ spring-releases Spring Releases - http://repo.spring.io/release + https://repo.spring.io/release false @@ -98,7 +98,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -109,7 +109,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false @@ -117,7 +117,7 @@ spring-releases Spring Releases - http://repo.spring.io/libs-release-local + https://repo.spring.io/libs-release-local false diff --git a/processor-samples/polled-consumer/mvnw b/processor-samples/polled-consumer/mvnw index 6efc7bd..0ce08e9 100755 --- a/processor-samples/polled-consumer/mvnw +++ b/processor-samples/polled-consumer/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/processor-samples/polled-consumer/mvnw.cmd b/processor-samples/polled-consumer/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/processor-samples/polled-consumer/mvnw.cmd +++ b/processor-samples/polled-consumer/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/processor-samples/polled-consumer/pom.xml b/processor-samples/polled-consumer/pom.xml index 02d9077..fae1de1 100644 --- a/processor-samples/polled-consumer/pom.xml +++ b/processor-samples/polled-consumer/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 polled-consumer diff --git a/processor-samples/pom.xml b/processor-samples/pom.xml index 218bb03..def2bef 100644 --- a/processor-samples/pom.xml +++ b/processor-samples/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring.cloud.stream.samples processor-samples diff --git a/processor-samples/reactive-processor/mvnw b/processor-samples/reactive-processor/mvnw index 6efc7bd..0ce08e9 100755 --- a/processor-samples/reactive-processor/mvnw +++ b/processor-samples/reactive-processor/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/processor-samples/reactive-processor/mvnw.cmd b/processor-samples/reactive-processor/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/processor-samples/reactive-processor/mvnw.cmd +++ b/processor-samples/reactive-processor/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/processor-samples/reactive-processor/pom.xml b/processor-samples/reactive-processor/pom.xml index 0c39c63..5ee5f0a 100644 --- a/processor-samples/reactive-processor/pom.xml +++ b/processor-samples/reactive-processor/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 reactive-processor diff --git a/processor-samples/sensor-average-reactive/mvnw b/processor-samples/sensor-average-reactive/mvnw index 6efc7bd..0ce08e9 100755 --- a/processor-samples/sensor-average-reactive/mvnw +++ b/processor-samples/sensor-average-reactive/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/processor-samples/sensor-average-reactive/mvnw.cmd b/processor-samples/sensor-average-reactive/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/processor-samples/sensor-average-reactive/mvnw.cmd +++ b/processor-samples/sensor-average-reactive/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/processor-samples/sensor-average-reactive/pom.xml b/processor-samples/sensor-average-reactive/pom.xml index a11b45a..ff38f7f 100644 --- a/processor-samples/sensor-average-reactive/pom.xml +++ b/processor-samples/sensor-average-reactive/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 sensor-average-reactive diff --git a/processor-samples/streamlistener-basic/mvnw b/processor-samples/streamlistener-basic/mvnw index 6efc7bd..0ce08e9 100755 --- a/processor-samples/streamlistener-basic/mvnw +++ b/processor-samples/streamlistener-basic/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/processor-samples/streamlistener-basic/mvnw.cmd b/processor-samples/streamlistener-basic/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/processor-samples/streamlistener-basic/mvnw.cmd +++ b/processor-samples/streamlistener-basic/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/processor-samples/streamlistener-basic/pom.xml b/processor-samples/streamlistener-basic/pom.xml index 02d12cb..23139d7 100644 --- a/processor-samples/streamlistener-basic/pom.xml +++ b/processor-samples/streamlistener-basic/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 streamlistener-basic diff --git a/processor-samples/uppercase-transformer/mvnw b/processor-samples/uppercase-transformer/mvnw index 6efc7bd..0ce08e9 100755 --- a/processor-samples/uppercase-transformer/mvnw +++ b/processor-samples/uppercase-transformer/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/processor-samples/uppercase-transformer/mvnw.cmd b/processor-samples/uppercase-transformer/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/processor-samples/uppercase-transformer/mvnw.cmd +++ b/processor-samples/uppercase-transformer/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/processor-samples/uppercase-transformer/pom.xml b/processor-samples/uppercase-transformer/pom.xml index 5d61171..405160d 100644 --- a/processor-samples/uppercase-transformer/pom.xml +++ b/processor-samples/uppercase-transformer/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 uppercase-transformer diff --git a/samples-acceptance-tests/mvnw b/samples-acceptance-tests/mvnw index 6efc7bd..0ce08e9 100755 --- a/samples-acceptance-tests/mvnw +++ b/samples-acceptance-tests/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/samples-acceptance-tests/mvnw.cmd b/samples-acceptance-tests/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/samples-acceptance-tests/mvnw.cmd +++ b/samples-acceptance-tests/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/samples-acceptance-tests/pom.xml b/samples-acceptance-tests/pom.xml index 0e6541d..411b7a5 100644 --- a/samples-acceptance-tests/pom.xml +++ b/samples-acceptance-tests/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 samples-acceptance-tests diff --git a/schema-registry-samples/pom.xml b/schema-registry-samples/pom.xml index 2ef013b..7740b63 100644 --- a/schema-registry-samples/pom.xml +++ b/schema-registry-samples/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring.cloud.stream.samples schema-registry-samples diff --git a/schema-registry-samples/schema-registry-confluent/consumer-confluent/mvnw b/schema-registry-samples/schema-registry-confluent/consumer-confluent/mvnw index 6efc7bd..0ce08e9 100755 --- a/schema-registry-samples/schema-registry-confluent/consumer-confluent/mvnw +++ b/schema-registry-samples/schema-registry-confluent/consumer-confluent/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/schema-registry-samples/schema-registry-confluent/consumer-confluent/mvnw.cmd b/schema-registry-samples/schema-registry-confluent/consumer-confluent/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/schema-registry-samples/schema-registry-confluent/consumer-confluent/mvnw.cmd +++ b/schema-registry-samples/schema-registry-confluent/consumer-confluent/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/schema-registry-samples/schema-registry-confluent/consumer-confluent/pom.xml b/schema-registry-samples/schema-registry-confluent/consumer-confluent/pom.xml index 5d61e8f..b1ccbe3 100644 --- a/schema-registry-samples/schema-registry-confluent/consumer-confluent/pom.xml +++ b/schema-registry-samples/schema-registry-confluent/consumer-confluent/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 consumer-confluent @@ -101,7 +101,7 @@ confluent - http://packages.confluent.io/maven/ + https://packages.confluent.io/maven/ diff --git a/schema-registry-samples/schema-registry-confluent/mvnw b/schema-registry-samples/schema-registry-confluent/mvnw index 5bf251c..2d1e3cf 100755 --- a/schema-registry-samples/schema-registry-confluent/mvnw +++ b/schema-registry-samples/schema-registry-confluent/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/schema-registry-samples/schema-registry-confluent/mvnw.cmd b/schema-registry-samples/schema-registry-confluent/mvnw.cmd index 019bd74..86846ae 100644 --- a/schema-registry-samples/schema-registry-confluent/mvnw.cmd +++ b/schema-registry-samples/schema-registry-confluent/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/schema-registry-samples/schema-registry-confluent/pom.xml b/schema-registry-samples/schema-registry-confluent/pom.xml index a494f1e..b322cd2 100644 --- a/schema-registry-samples/schema-registry-confluent/pom.xml +++ b/schema-registry-samples/schema-registry-confluent/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring.cloud.stream.samples schema-registry-confluent diff --git a/schema-registry-samples/schema-registry-confluent/producer1-confluent/mvnw b/schema-registry-samples/schema-registry-confluent/producer1-confluent/mvnw index 6efc7bd..0ce08e9 100755 --- a/schema-registry-samples/schema-registry-confluent/producer1-confluent/mvnw +++ b/schema-registry-samples/schema-registry-confluent/producer1-confluent/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/schema-registry-samples/schema-registry-confluent/producer1-confluent/mvnw.cmd b/schema-registry-samples/schema-registry-confluent/producer1-confluent/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/schema-registry-samples/schema-registry-confluent/producer1-confluent/mvnw.cmd +++ b/schema-registry-samples/schema-registry-confluent/producer1-confluent/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/schema-registry-samples/schema-registry-confluent/producer1-confluent/pom.xml b/schema-registry-samples/schema-registry-confluent/producer1-confluent/pom.xml index 22813f2..e6a7782 100644 --- a/schema-registry-samples/schema-registry-confluent/producer1-confluent/pom.xml +++ b/schema-registry-samples/schema-registry-confluent/producer1-confluent/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 producer1-confluent @@ -100,7 +100,7 @@ confluent - http://packages.confluent.io/maven/ + https://packages.confluent.io/maven/ diff --git a/schema-registry-samples/schema-registry-confluent/producer2-confluent/mvnw b/schema-registry-samples/schema-registry-confluent/producer2-confluent/mvnw index 6efc7bd..0ce08e9 100755 --- a/schema-registry-samples/schema-registry-confluent/producer2-confluent/mvnw +++ b/schema-registry-samples/schema-registry-confluent/producer2-confluent/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/schema-registry-samples/schema-registry-confluent/producer2-confluent/mvnw.cmd b/schema-registry-samples/schema-registry-confluent/producer2-confluent/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/schema-registry-samples/schema-registry-confluent/producer2-confluent/mvnw.cmd +++ b/schema-registry-samples/schema-registry-confluent/producer2-confluent/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/schema-registry-samples/schema-registry-confluent/producer2-confluent/pom.xml b/schema-registry-samples/schema-registry-confluent/producer2-confluent/pom.xml index d07c387..7db744f 100644 --- a/schema-registry-samples/schema-registry-confluent/producer2-confluent/pom.xml +++ b/schema-registry-samples/schema-registry-confluent/producer2-confluent/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 producer2-confluent @@ -100,7 +100,7 @@ confluent - http://packages.confluent.io/maven/ + https://packages.confluent.io/maven/ diff --git a/schema-registry-samples/schema-registry-vanilla/consumer/mvnw b/schema-registry-samples/schema-registry-vanilla/consumer/mvnw index 6efc7bd..0ce08e9 100755 --- a/schema-registry-samples/schema-registry-vanilla/consumer/mvnw +++ b/schema-registry-samples/schema-registry-vanilla/consumer/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/schema-registry-samples/schema-registry-vanilla/consumer/mvnw.cmd b/schema-registry-samples/schema-registry-vanilla/consumer/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/schema-registry-samples/schema-registry-vanilla/consumer/mvnw.cmd +++ b/schema-registry-samples/schema-registry-vanilla/consumer/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/schema-registry-samples/schema-registry-vanilla/consumer/pom.xml b/schema-registry-samples/schema-registry-vanilla/consumer/pom.xml index cb15923..8ee7772 100644 --- a/schema-registry-samples/schema-registry-vanilla/consumer/pom.xml +++ b/schema-registry-samples/schema-registry-vanilla/consumer/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 consumer diff --git a/schema-registry-samples/schema-registry-vanilla/mvnw b/schema-registry-samples/schema-registry-vanilla/mvnw index 5bf251c..2d1e3cf 100755 --- a/schema-registry-samples/schema-registry-vanilla/mvnw +++ b/schema-registry-samples/schema-registry-vanilla/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/schema-registry-samples/schema-registry-vanilla/mvnw.cmd b/schema-registry-samples/schema-registry-vanilla/mvnw.cmd index 019bd74..86846ae 100644 --- a/schema-registry-samples/schema-registry-vanilla/mvnw.cmd +++ b/schema-registry-samples/schema-registry-vanilla/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/schema-registry-samples/schema-registry-vanilla/pom.xml b/schema-registry-samples/schema-registry-vanilla/pom.xml index dc758c7..a61b362 100644 --- a/schema-registry-samples/schema-registry-vanilla/pom.xml +++ b/schema-registry-samples/schema-registry-vanilla/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring.cloud.stream.samples schema-registry-vanilla diff --git a/schema-registry-samples/schema-registry-vanilla/producer1/mvnw b/schema-registry-samples/schema-registry-vanilla/producer1/mvnw index 6efc7bd..0ce08e9 100755 --- a/schema-registry-samples/schema-registry-vanilla/producer1/mvnw +++ b/schema-registry-samples/schema-registry-vanilla/producer1/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/schema-registry-samples/schema-registry-vanilla/producer1/mvnw.cmd b/schema-registry-samples/schema-registry-vanilla/producer1/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/schema-registry-samples/schema-registry-vanilla/producer1/mvnw.cmd +++ b/schema-registry-samples/schema-registry-vanilla/producer1/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/schema-registry-samples/schema-registry-vanilla/producer1/pom.xml b/schema-registry-samples/schema-registry-vanilla/producer1/pom.xml index 1a02917..3a3ff2a 100644 --- a/schema-registry-samples/schema-registry-vanilla/producer1/pom.xml +++ b/schema-registry-samples/schema-registry-vanilla/producer1/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 producer1 diff --git a/schema-registry-samples/schema-registry-vanilla/producer2/mvnw b/schema-registry-samples/schema-registry-vanilla/producer2/mvnw index 6efc7bd..0ce08e9 100755 --- a/schema-registry-samples/schema-registry-vanilla/producer2/mvnw +++ b/schema-registry-samples/schema-registry-vanilla/producer2/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/schema-registry-samples/schema-registry-vanilla/producer2/mvnw.cmd b/schema-registry-samples/schema-registry-vanilla/producer2/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/schema-registry-samples/schema-registry-vanilla/producer2/mvnw.cmd +++ b/schema-registry-samples/schema-registry-vanilla/producer2/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/schema-registry-samples/schema-registry-vanilla/producer2/pom.xml b/schema-registry-samples/schema-registry-vanilla/producer2/pom.xml index 6ddcb95..160f407 100644 --- a/schema-registry-samples/schema-registry-vanilla/producer2/pom.xml +++ b/schema-registry-samples/schema-registry-vanilla/producer2/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 producer2 diff --git a/schema-registry-samples/schema-registry-vanilla/registry/mvnw b/schema-registry-samples/schema-registry-vanilla/registry/mvnw index 5bf251c..2d1e3cf 100755 --- a/schema-registry-samples/schema-registry-vanilla/registry/mvnw +++ b/schema-registry-samples/schema-registry-vanilla/registry/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/schema-registry-samples/schema-registry-vanilla/registry/mvnw.cmd b/schema-registry-samples/schema-registry-vanilla/registry/mvnw.cmd index 019bd74..86846ae 100644 --- a/schema-registry-samples/schema-registry-vanilla/registry/mvnw.cmd +++ b/schema-registry-samples/schema-registry-vanilla/registry/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/schema-registry-samples/schema-registry-vanilla/registry/pom.xml b/schema-registry-samples/schema-registry-vanilla/registry/pom.xml index c7ca211..cff4c8a 100644 --- a/schema-registry-samples/schema-registry-vanilla/registry/pom.xml +++ b/schema-registry-samples/schema-registry-vanilla/registry/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 registry diff --git a/sink-samples/jdbc-sink/mvnw b/sink-samples/jdbc-sink/mvnw index 6efc7bd..0ce08e9 100755 --- a/sink-samples/jdbc-sink/mvnw +++ b/sink-samples/jdbc-sink/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/sink-samples/jdbc-sink/mvnw.cmd b/sink-samples/jdbc-sink/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/sink-samples/jdbc-sink/mvnw.cmd +++ b/sink-samples/jdbc-sink/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/sink-samples/jdbc-sink/pom.xml b/sink-samples/jdbc-sink/pom.xml index 92039af..0192f72 100644 --- a/sink-samples/jdbc-sink/pom.xml +++ b/sink-samples/jdbc-sink/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 jdbc-sink diff --git a/sink-samples/pom.xml b/sink-samples/pom.xml index 02670e6..d19e015 100644 --- a/sink-samples/pom.xml +++ b/sink-samples/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring.cloud.stream.samples sink-samples diff --git a/source-samples/dynamic-destination-source/mvnw b/source-samples/dynamic-destination-source/mvnw index 6efc7bd..0ce08e9 100755 --- a/source-samples/dynamic-destination-source/mvnw +++ b/source-samples/dynamic-destination-source/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/source-samples/dynamic-destination-source/mvnw.cmd b/source-samples/dynamic-destination-source/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/source-samples/dynamic-destination-source/mvnw.cmd +++ b/source-samples/dynamic-destination-source/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/source-samples/dynamic-destination-source/pom.xml b/source-samples/dynamic-destination-source/pom.xml index 9161aa1..c2115c1 100644 --- a/source-samples/dynamic-destination-source/pom.xml +++ b/source-samples/dynamic-destination-source/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 dynamic-destination-source diff --git a/source-samples/jdbc-source/mvnw b/source-samples/jdbc-source/mvnw index 6efc7bd..0ce08e9 100755 --- a/source-samples/jdbc-source/mvnw +++ b/source-samples/jdbc-source/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/source-samples/jdbc-source/mvnw.cmd b/source-samples/jdbc-source/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/source-samples/jdbc-source/mvnw.cmd +++ b/source-samples/jdbc-source/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/source-samples/jdbc-source/pom.xml b/source-samples/jdbc-source/pom.xml index e48b9a6..50df24d 100644 --- a/source-samples/jdbc-source/pom.xml +++ b/source-samples/jdbc-source/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 jdbc-source diff --git a/source-samples/pom.xml b/source-samples/pom.xml index e465746..0a40ad6 100644 --- a/source-samples/pom.xml +++ b/source-samples/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring.cloud.stream.samples source-samples diff --git a/testing-samples/pom.xml b/testing-samples/pom.xml index 745c2da..7ee4da5 100644 --- a/testing-samples/pom.xml +++ b/testing-samples/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring.cloud.stream.samples testing-samples diff --git a/testing-samples/test-embedded-kafka/mvnw b/testing-samples/test-embedded-kafka/mvnw index 6efc7bd..0ce08e9 100755 --- a/testing-samples/test-embedded-kafka/mvnw +++ b/testing-samples/test-embedded-kafka/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/testing-samples/test-embedded-kafka/mvnw.cmd b/testing-samples/test-embedded-kafka/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/testing-samples/test-embedded-kafka/mvnw.cmd +++ b/testing-samples/test-embedded-kafka/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/testing-samples/test-embedded-kafka/pom.xml b/testing-samples/test-embedded-kafka/pom.xml index 3e89112..b2cb779 100644 --- a/testing-samples/test-embedded-kafka/pom.xml +++ b/testing-samples/test-embedded-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 test-embedded-kafka diff --git a/testing-samples/testing-demo/mvnw b/testing-samples/testing-demo/mvnw index 6efc7bd..0ce08e9 100755 --- a/testing-samples/testing-demo/mvnw +++ b/testing-samples/testing-demo/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/testing-samples/testing-demo/mvnw.cmd b/testing-samples/testing-demo/mvnw.cmd index b0dc0e7..7ecd01d 100644 --- a/testing-samples/testing-demo/mvnw.cmd +++ b/testing-samples/testing-demo/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/testing-samples/testing-demo/pom.xml b/testing-samples/testing-demo/pom.xml index 152228b..4263981 100644 --- a/testing-samples/testing-demo/pom.xml +++ b/testing-samples/testing-demo/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 testing-demo