From 303313b63442c7b1081ad4e25b9a5d9fa52ec414 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Mon, 11 Mar 2019 12:48:37 -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://www.apache.org/licenses/LICENSE-2.0 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 * http://maven.apache.org/xsd/maven-4.0.0.xsd * http://www.w3.org/2001/XMLSchema-instance --- mvnw | 2 +- mvnw.cmd | 2 +- spring-cloud-task-samples/batch-events/mvnw | 2 +- spring-cloud-task-samples/batch-events/mvnw.cmd | 2 +- spring-cloud-task-samples/batch-job/mvnw | 2 +- spring-cloud-task-samples/batch-job/mvnw.cmd | 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 | 2 +- spring-cloud-task-samples/multiple-datasources/mvnw | 2 +- spring-cloud-task-samples/multiple-datasources/mvnw.cmd | 2 +- spring-cloud-task-samples/partitioned-batch-job/mvnw | 2 +- spring-cloud-task-samples/partitioned-batch-job/mvnw.cmd | 2 +- spring-cloud-task-samples/task-events/mvnw | 2 +- spring-cloud-task-samples/task-events/mvnw.cmd | 2 +- spring-cloud-task-samples/taskprocessor/mvnw | 2 +- spring-cloud-task-samples/taskprocessor/mvnw.cmd | 2 +- spring-cloud-task-samples/tasksink/mvnw | 2 +- spring-cloud-task-samples/tasksink/mvnw.cmd | 2 +- 19 files changed, 19 insertions(+), 19 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/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-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/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 82d1a0da..66d26ff0 100644 --- a/spring-cloud-task-samples/jpa-sample/pom.xml +++ b/spring-cloud-task-samples/jpa-sample/pom.xml @@ -6,7 +6,7 @@ ~ 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, 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/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/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/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/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