From 4d734db277b1552a515dddc9a1d89f2bb475988c Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 10:50:12 -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 16 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 14 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 32 occurrences * http://www.w3.org/2001/XMLSchema-instance with 16 occurrences --- mvnw | 2 +- mvnw.cmd | 2 +- pom.xml | 2 +- spring-cloud-starter-task/pom.xml | 2 +- spring-cloud-task-batch/pom.xml | 2 +- spring-cloud-task-core/pom.xml | 2 +- spring-cloud-task-dependencies/pom.xml | 2 +- spring-cloud-task-docs/pom.xml | 2 +- spring-cloud-task-integration-tests/pom.xml | 2 +- spring-cloud-task-samples/batch-events/mvnw | 2 +- spring-cloud-task-samples/batch-events/mvnw.cmd | 2 +- spring-cloud-task-samples/batch-events/pom.xml | 2 +- spring-cloud-task-samples/batch-job/mvnw | 2 +- spring-cloud-task-samples/batch-job/mvnw.cmd | 2 +- spring-cloud-task-samples/batch-job/pom.xml | 2 +- spring-cloud-task-samples/partitioned-batch-job/mvnw | 2 +- spring-cloud-task-samples/partitioned-batch-job/mvnw.cmd | 2 +- spring-cloud-task-samples/partitioned-batch-job/pom.xml | 2 +- spring-cloud-task-samples/pom.xml | 2 +- spring-cloud-task-samples/task-events/mvnw | 2 +- spring-cloud-task-samples/task-events/mvnw.cmd | 2 +- spring-cloud-task-samples/task-events/pom.xml | 2 +- spring-cloud-task-samples/taskprocessor/mvnw | 2 +- spring-cloud-task-samples/taskprocessor/mvnw.cmd | 2 +- spring-cloud-task-samples/taskprocessor/pom.xml | 2 +- spring-cloud-task-samples/tasksink/mvnw | 2 +- spring-cloud-task-samples/tasksink/mvnw.cmd | 2 +- spring-cloud-task-samples/tasksink/pom.xml | 2 +- spring-cloud-task-samples/timestamp/pom.xml | 2 +- spring-cloud-task-stream/pom.xml | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/mvnw b/mvnw index 0a7dac22..d0275e2c 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 0d49a2de..de330db7 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 86739c36..3d0f2fa0 100755 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/spring-cloud-starter-task/pom.xml b/spring-cloud-starter-task/pom.xml index 2003356d..e64bb495 100644 --- a/spring-cloud-starter-task/pom.xml +++ b/spring-cloud-starter-task/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/spring-cloud-task-batch/pom.xml b/spring-cloud-task-batch/pom.xml index e753517c..05a80a19 100644 --- a/spring-cloud-task-batch/pom.xml +++ b/spring-cloud-task-batch/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/spring-cloud-task-core/pom.xml b/spring-cloud-task-core/pom.xml index 3cde1f61..5114479b 100755 --- a/spring-cloud-task-core/pom.xml +++ b/spring-cloud-task-core/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/spring-cloud-task-dependencies/pom.xml b/spring-cloud-task-dependencies/pom.xml index 1c75ecd4..9264ebaa 100644 --- a/spring-cloud-task-dependencies/pom.xml +++ b/spring-cloud-task-dependencies/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-task-dependencies 1.1.3.BUILD-SNAPSHOT diff --git a/spring-cloud-task-docs/pom.xml b/spring-cloud-task-docs/pom.xml index c9c93e35..dd1288f6 100644 --- a/spring-cloud-task-docs/pom.xml +++ b/spring-cloud-task-docs/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.cloud diff --git a/spring-cloud-task-integration-tests/pom.xml b/spring-cloud-task-integration-tests/pom.xml index 8b6c808e..e8fea9ef 100644 --- a/spring-cloud-task-integration-tests/pom.xml +++ b/spring-cloud-task-integration-tests/pom.xml @@ -1,5 +1,5 @@ - + spring-cloud-task-parent org.springframework.cloud diff --git a/spring-cloud-task-samples/batch-events/mvnw b/spring-cloud-task-samples/batch-events/mvnw index a1ba1bf5..02217b1e 100755 --- a/spring-cloud-task-samples/batch-events/mvnw +++ b/spring-cloud-task-samples/batch-events/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/spring-cloud-task-samples/batch-events/mvnw.cmd b/spring-cloud-task-samples/batch-events/mvnw.cmd index 2b934e89..4b98b78c 100644 --- a/spring-cloud-task-samples/batch-events/mvnw.cmd +++ b/spring-cloud-task-samples/batch-events/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/spring-cloud-task-samples/batch-events/pom.xml b/spring-cloud-task-samples/batch-events/pom.xml index eff7c63b..34c92db1 100644 --- a/spring-cloud-task-samples/batch-events/pom.xml +++ b/spring-cloud-task-samples/batch-events/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 io.spring.cloud diff --git a/spring-cloud-task-samples/batch-job/mvnw b/spring-cloud-task-samples/batch-job/mvnw index a1ba1bf5..02217b1e 100755 --- a/spring-cloud-task-samples/batch-job/mvnw +++ b/spring-cloud-task-samples/batch-job/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/spring-cloud-task-samples/batch-job/mvnw.cmd b/spring-cloud-task-samples/batch-job/mvnw.cmd index 2b934e89..4b98b78c 100644 --- a/spring-cloud-task-samples/batch-job/mvnw.cmd +++ b/spring-cloud-task-samples/batch-job/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/spring-cloud-task-samples/batch-job/pom.xml b/spring-cloud-task-samples/batch-job/pom.xml index 45eedd05..ff6aeb13 100644 --- a/spring-cloud-task-samples/batch-job/pom.xml +++ b/spring-cloud-task-samples/batch-job/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 io.spring.cloud diff --git a/spring-cloud-task-samples/partitioned-batch-job/mvnw b/spring-cloud-task-samples/partitioned-batch-job/mvnw index a1ba1bf5..02217b1e 100755 --- a/spring-cloud-task-samples/partitioned-batch-job/mvnw +++ b/spring-cloud-task-samples/partitioned-batch-job/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/spring-cloud-task-samples/partitioned-batch-job/mvnw.cmd b/spring-cloud-task-samples/partitioned-batch-job/mvnw.cmd index 2b934e89..4b98b78c 100644 --- a/spring-cloud-task-samples/partitioned-batch-job/mvnw.cmd +++ b/spring-cloud-task-samples/partitioned-batch-job/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/spring-cloud-task-samples/partitioned-batch-job/pom.xml b/spring-cloud-task-samples/partitioned-batch-job/pom.xml index 7629d424..e3245167 100644 --- a/spring-cloud-task-samples/partitioned-batch-job/pom.xml +++ b/spring-cloud-task-samples/partitioned-batch-job/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 io.spring.cloud diff --git a/spring-cloud-task-samples/pom.xml b/spring-cloud-task-samples/pom.xml index b35d5b43..eaa17dc1 100644 --- a/spring-cloud-task-samples/pom.xml +++ b/spring-cloud-task-samples/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/spring-cloud-task-samples/task-events/mvnw b/spring-cloud-task-samples/task-events/mvnw index a1ba1bf5..02217b1e 100755 --- a/spring-cloud-task-samples/task-events/mvnw +++ b/spring-cloud-task-samples/task-events/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/spring-cloud-task-samples/task-events/mvnw.cmd b/spring-cloud-task-samples/task-events/mvnw.cmd index 2b934e89..4b98b78c 100644 --- a/spring-cloud-task-samples/task-events/mvnw.cmd +++ b/spring-cloud-task-samples/task-events/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/spring-cloud-task-samples/task-events/pom.xml b/spring-cloud-task-samples/task-events/pom.xml index 8d51353a..0a20679e 100644 --- a/spring-cloud-task-samples/task-events/pom.xml +++ b/spring-cloud-task-samples/task-events/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 io.spring.cloud diff --git a/spring-cloud-task-samples/taskprocessor/mvnw b/spring-cloud-task-samples/taskprocessor/mvnw index a1ba1bf5..02217b1e 100755 --- a/spring-cloud-task-samples/taskprocessor/mvnw +++ b/spring-cloud-task-samples/taskprocessor/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/spring-cloud-task-samples/taskprocessor/mvnw.cmd b/spring-cloud-task-samples/taskprocessor/mvnw.cmd index 2b934e89..4b98b78c 100644 --- a/spring-cloud-task-samples/taskprocessor/mvnw.cmd +++ b/spring-cloud-task-samples/taskprocessor/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/spring-cloud-task-samples/taskprocessor/pom.xml b/spring-cloud-task-samples/taskprocessor/pom.xml index 97fec4af..f3adf13f 100644 --- a/spring-cloud-task-samples/taskprocessor/pom.xml +++ b/spring-cloud-task-samples/taskprocessor/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 io.spring.cloud diff --git a/spring-cloud-task-samples/tasksink/mvnw b/spring-cloud-task-samples/tasksink/mvnw index a1ba1bf5..02217b1e 100755 --- a/spring-cloud-task-samples/tasksink/mvnw +++ b/spring-cloud-task-samples/tasksink/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/spring-cloud-task-samples/tasksink/mvnw.cmd b/spring-cloud-task-samples/tasksink/mvnw.cmd index 2b934e89..4b98b78c 100644 --- a/spring-cloud-task-samples/tasksink/mvnw.cmd +++ b/spring-cloud-task-samples/tasksink/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/spring-cloud-task-samples/tasksink/pom.xml b/spring-cloud-task-samples/tasksink/pom.xml index c7ecf422..7b091baa 100644 --- a/spring-cloud-task-samples/tasksink/pom.xml +++ b/spring-cloud-task-samples/tasksink/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 io.spring.cloud diff --git a/spring-cloud-task-samples/timestamp/pom.xml b/spring-cloud-task-samples/timestamp/pom.xml index d7938007..c3e461b0 100644 --- a/spring-cloud-task-samples/timestamp/pom.xml +++ b/spring-cloud-task-samples/timestamp/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 diff --git a/spring-cloud-task-stream/pom.xml b/spring-cloud-task-stream/pom.xml index 22726416..63f6ef3d 100644 --- a/spring-cloud-task-stream/pom.xml +++ b/spring-cloud-task-stream/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-cloud-task-stream