From 77440c219109e098a3b0a5cf0077bb3a4efeb5f3 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 10:52: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 18 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 19 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 36 occurrences * http://www.w3.org/2001/XMLSchema-instance with 18 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/jpa-sample/mvnw | 2 +- spring-cloud-task-samples/jpa-sample/mvnw.cmd | 2 +- spring-cloud-task-samples/jpa-sample/pom.xml | 4 ++-- spring-cloud-task-samples/multiple-datasources/mvnw | 2 +- spring-cloud-task-samples/multiple-datasources/mvnw.cmd | 2 +- spring-cloud-task-samples/multiple-datasources/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 +- 36 files changed, 37 insertions(+), 37 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 65b09b4f..8f938533 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 3d479e3f..53f7e47f 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 60229c90..ec267168 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 76352fe7..3546d35c 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 d0bb129c..42e2ca56 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 2.1.2.BUILD-SNAPSHOT diff --git a/spring-cloud-task-docs/pom.xml b/spring-cloud-task-docs/pom.xml index cffd30ad..f55543fa 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 b418c4ce..5cb8b673 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 1eb3e131..acbcdd40 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 4c6e4b75..ee497e22 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/jpa-sample/mvnw b/spring-cloud-task-samples/jpa-sample/mvnw index a1ba1bf5..02217b1e 100755 --- a/spring-cloud-task-samples/jpa-sample/mvnw +++ b/spring-cloud-task-samples/jpa-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/spring-cloud-task-samples/jpa-sample/mvnw.cmd b/spring-cloud-task-samples/jpa-sample/mvnw.cmd index 2b934e89..4b98b78c 100644 --- a/spring-cloud-task-samples/jpa-sample/mvnw.cmd +++ b/spring-cloud-task-samples/jpa-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/spring-cloud-task-samples/jpa-sample/pom.xml b/spring-cloud-task-samples/jpa-sample/pom.xml index 47e8d4ec..ffee8368 100644 --- a/spring-cloud-task-samples/jpa-sample/pom.xml +++ b/spring-cloud-task-samples/jpa-sample/pom.xml @@ -6,14 +6,14 @@ ~ 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 "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. - --> + --> 4.0.0 io.spring.cloud diff --git a/spring-cloud-task-samples/multiple-datasources/mvnw b/spring-cloud-task-samples/multiple-datasources/mvnw index a1ba1bf5..02217b1e 100755 --- a/spring-cloud-task-samples/multiple-datasources/mvnw +++ b/spring-cloud-task-samples/multiple-datasources/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/multiple-datasources/mvnw.cmd b/spring-cloud-task-samples/multiple-datasources/mvnw.cmd index 2b934e89..4b98b78c 100644 --- a/spring-cloud-task-samples/multiple-datasources/mvnw.cmd +++ b/spring-cloud-task-samples/multiple-datasources/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/multiple-datasources/pom.xml b/spring-cloud-task-samples/multiple-datasources/pom.xml index 0b105f1e..a463d635 100644 --- a/spring-cloud-task-samples/multiple-datasources/pom.xml +++ b/spring-cloud-task-samples/multiple-datasources/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 617b858f..82647998 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 678626d9..a64a0e01 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 f641a432..42dbf807 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 79e9974d..d7052fee 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 2a05591a..e78e411e 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 b7250b07..95d2fad2 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 c7e856b2..844fb01d 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