From 3beaa7608871016f7f0cc2aab57df9fb7bdb6291 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Mon, 11 Mar 2019 12:41:01 -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). * http://repo.spring.io/libs-milestone-local migrated to: https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302). * http://repo.spring.io/milestone migrated to: https://repo.spring.io/milestone ([https](https://repo.spring.io/milestone) result 302). * http://repo.spring.io/snapshot migrated to: https://repo.spring.io/snapshot ([https](https://repo.spring.io/snapshot) result 302). # Ignored These URLs were intentionally ignored. * http://localhost:7577/login * http://localhost:8080/uaa * http://localhost:9393/login * 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 --- batch/file-ingest/pom.xml | 4 ++-- dataflow-template-example/mvnw.cmd | 2 +- dataflow-zuul/mvnw.cmd | 2 +- javadsl/mvnw | 2 +- javadsl/mvnw.cmd | 2 +- javadsl/pom.xml | 2 +- .../spring-cloud-dataflow-prometheus-service-discovery/mvnw | 2 +- .../mvnw.cmd | 2 +- security-ldap-uaa-example/mvnw | 2 +- security-ldap-uaa-example/mvnw.cmd | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/batch/file-ingest/pom.xml b/batch/file-ingest/pom.xml index 4a61a84..007e59e 100644 --- a/batch/file-ingest/pom.xml +++ b/batch/file-ingest/pom.xml @@ -117,12 +117,12 @@ repository.spring.milestone Spring Milestone Repository - http://repo.spring.io/milestone + https://repo.spring.io/milestone repository.spring.snapshot Spring Snapshot Repository - http://repo.spring.io/snapshot + https://repo.spring.io/snapshot diff --git a/dataflow-template-example/mvnw.cmd b/dataflow-template-example/mvnw.cmd index 019bd74..86846ae 100644 --- a/dataflow-template-example/mvnw.cmd +++ b/dataflow-template-example/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/dataflow-zuul/mvnw.cmd b/dataflow-zuul/mvnw.cmd index 019bd74..86846ae 100644 --- a/dataflow-zuul/mvnw.cmd +++ b/dataflow-zuul/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/javadsl/mvnw b/javadsl/mvnw index 5bf251c..2d1e3cf 100755 --- a/javadsl/mvnw +++ b/javadsl/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/javadsl/mvnw.cmd b/javadsl/mvnw.cmd index 019bd74..86846ae 100644 --- a/javadsl/mvnw.cmd +++ b/javadsl/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/javadsl/pom.xml b/javadsl/pom.xml index aae8ab1..9b8f98b 100644 --- a/javadsl/pom.xml +++ b/javadsl/pom.xml @@ -57,7 +57,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false diff --git a/micrometer/spring-cloud-dataflow-prometheus-service-discovery/mvnw b/micrometer/spring-cloud-dataflow-prometheus-service-discovery/mvnw index 5bf251c..2d1e3cf 100755 --- a/micrometer/spring-cloud-dataflow-prometheus-service-discovery/mvnw +++ b/micrometer/spring-cloud-dataflow-prometheus-service-discovery/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/micrometer/spring-cloud-dataflow-prometheus-service-discovery/mvnw.cmd b/micrometer/spring-cloud-dataflow-prometheus-service-discovery/mvnw.cmd index 019bd74..86846ae 100644 --- a/micrometer/spring-cloud-dataflow-prometheus-service-discovery/mvnw.cmd +++ b/micrometer/spring-cloud-dataflow-prometheus-service-discovery/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/security-ldap-uaa-example/mvnw b/security-ldap-uaa-example/mvnw index 5bf251c..2d1e3cf 100755 --- a/security-ldap-uaa-example/mvnw +++ b/security-ldap-uaa-example/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/security-ldap-uaa-example/mvnw.cmd b/security-ldap-uaa-example/mvnw.cmd index 019bd74..86846ae 100644 --- a/security-ldap-uaa-example/mvnw.cmd +++ b/security-ldap-uaa-example/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