From 82a1bf40d4b2d625a05835ab2f226bec85a7d010 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 08:15:00 -0700 Subject: [PATCH] URL Cleanup (#16) 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 36 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 2 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 72 occurrences * http://www.w3.org/2001/XMLSchema-instance with 36 occurrences --- bootstrap/pom.xml | 2 +- bus/pom.xml | 2 +- config-client-decrypt/pom.xml | 2 +- config-client/pom.xml | 2 +- config-retry/pom.xml | 2 +- configserver-bootstrap/pom.xml | 2 +- configserver-eureka/pom.xml | 2 +- configserver/pom.xml | 2 +- eureka-client/pom.xml | 2 +- eureka-first/pom.xml | 2 +- eureka-noweb/pom.xml | 2 +- eureka-server/pom.xml | 2 +- feign-eager-instantiation/pom.xml | 2 +- feign-eureka/pom.xml | 2 +- feign-hystrix/pom.xml | 2 +- feign/pom.xml | 2 +- hystrix-amqp/pom.xml | 2 +- hystrix/pom.xml | 2 +- mvnw | 2 +- mvnw.cmd | 2 +- netflix-sidecar/pom.xml | 2 +- noweb/pom.xml | 2 +- oauth2-ribbon/pom.xml | 2 +- oauth2-zuul/pom.xml | 2 +- pom.xml | 2 +- ribbon-default-config/pom.xml | 2 +- ribbon-eureka/pom.xml | 2 +- sleuth/pom.xml | 2 +- stream-bus/pom.xml | 2 +- tomcat-7.x/pom.xml | 2 +- turbine-amqp/pom.xml | 2 +- turbine/pom.xml | 2 +- vanilla/pom.xml | 2 +- zipkin/pom.xml | 2 +- zuul-config-discovery/pom.xml | 2 +- zuul-proxy-eureka/pom.xml | 2 +- zuul-proxy/pom.xml | 2 +- zuul/pom.xml | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index 557d02b..275052c 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/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 org.springframework.cloud.sample diff --git a/bus/pom.xml b/bus/pom.xml index d961e40..7d9083c 100644 --- a/bus/pom.xml +++ b/bus/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 org.springframework.cloud.sample diff --git a/config-client-decrypt/pom.xml b/config-client-decrypt/pom.xml index c229c4f..fc2f944 100644 --- a/config-client-decrypt/pom.xml +++ b/config-client-decrypt/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 org.springframework.cloud.sample diff --git a/config-client/pom.xml b/config-client/pom.xml index 88e6c84..b441730 100644 --- a/config-client/pom.xml +++ b/config-client/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 org.springframework.cloud.sample diff --git a/config-retry/pom.xml b/config-retry/pom.xml index 2db1c74..b043ffe 100644 --- a/config-retry/pom.xml +++ b/config-retry/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 org.springframework.cloud.sample diff --git a/configserver-bootstrap/pom.xml b/configserver-bootstrap/pom.xml index 37332be..0c237df 100644 --- a/configserver-bootstrap/pom.xml +++ b/configserver-bootstrap/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 org.springframework.cloud.sample diff --git a/configserver-eureka/pom.xml b/configserver-eureka/pom.xml index c734163..e6f4c51 100644 --- a/configserver-eureka/pom.xml +++ b/configserver-eureka/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 org.springframework.cloud.sample diff --git a/configserver/pom.xml b/configserver/pom.xml index 710c68c..b5341a1 100644 --- a/configserver/pom.xml +++ b/configserver/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 org.springframework.cloud.sample diff --git a/eureka-client/pom.xml b/eureka-client/pom.xml index f90a825..e415d3d 100644 --- a/eureka-client/pom.xml +++ b/eureka-client/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 org.springframework.cloud.sample diff --git a/eureka-first/pom.xml b/eureka-first/pom.xml index 124b108..914c96f 100644 --- a/eureka-first/pom.xml +++ b/eureka-first/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 org.springframework.cloud.sample diff --git a/eureka-noweb/pom.xml b/eureka-noweb/pom.xml index 08f15cb..d2e6989 100644 --- a/eureka-noweb/pom.xml +++ b/eureka-noweb/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 org.springframework.cloud.sample diff --git a/eureka-server/pom.xml b/eureka-server/pom.xml index dbef972..3e5e4a9 100644 --- a/eureka-server/pom.xml +++ b/eureka-server/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 org.springframework.cloud.sample diff --git a/feign-eager-instantiation/pom.xml b/feign-eager-instantiation/pom.xml index bcb5ff3..899c872 100644 --- a/feign-eager-instantiation/pom.xml +++ b/feign-eager-instantiation/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 org.springframework.cloud.sample diff --git a/feign-eureka/pom.xml b/feign-eureka/pom.xml index 1737e14..de96c7a 100644 --- a/feign-eureka/pom.xml +++ b/feign-eureka/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 org.springframework.cloud.sample diff --git a/feign-hystrix/pom.xml b/feign-hystrix/pom.xml index ac74438..570ee43 100644 --- a/feign-hystrix/pom.xml +++ b/feign-hystrix/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 org.springframework.cloud.sample diff --git a/feign/pom.xml b/feign/pom.xml index 7494113..53005ed 100644 --- a/feign/pom.xml +++ b/feign/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 org.springframework.cloud.sample diff --git a/hystrix-amqp/pom.xml b/hystrix-amqp/pom.xml index 7384fb6..85868b7 100644 --- a/hystrix-amqp/pom.xml +++ b/hystrix-amqp/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 org.springframework.cloud.sample diff --git a/hystrix/pom.xml b/hystrix/pom.xml index 724f38e..86f155a 100644 --- a/hystrix/pom.xml +++ b/hystrix/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 org.springframework.cloud.sample diff --git a/mvnw b/mvnw index 0a7dac2..d0275e2 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 fc83024..eb9a292 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/netflix-sidecar/pom.xml b/netflix-sidecar/pom.xml index 1ab2f6d..6a7fbea 100644 --- a/netflix-sidecar/pom.xml +++ b/netflix-sidecar/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 org.springframework.cloud.sample diff --git a/noweb/pom.xml b/noweb/pom.xml index 2d89e17..efdcc74 100644 --- a/noweb/pom.xml +++ b/noweb/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 org.springframework.cloud.sample diff --git a/oauth2-ribbon/pom.xml b/oauth2-ribbon/pom.xml index dbbf72c..e74fff6 100644 --- a/oauth2-ribbon/pom.xml +++ b/oauth2-ribbon/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 org.springframework.cloud.sample diff --git a/oauth2-zuul/pom.xml b/oauth2-zuul/pom.xml index 29449ee..fe364aa 100644 --- a/oauth2-zuul/pom.xml +++ b/oauth2-zuul/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 org.springframework.cloud.sample diff --git a/pom.xml b/pom.xml index c63855f..78c0593 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.boot diff --git a/ribbon-default-config/pom.xml b/ribbon-default-config/pom.xml index 50e7b3b..e54b3ef 100644 --- a/ribbon-default-config/pom.xml +++ b/ribbon-default-config/pom.xml @@ -1,4 +1,4 @@ - + 4.0.0 diff --git a/ribbon-eureka/pom.xml b/ribbon-eureka/pom.xml index 1e9b069..efdeb6e 100644 --- a/ribbon-eureka/pom.xml +++ b/ribbon-eureka/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 org.springframework.cloud.sample diff --git a/sleuth/pom.xml b/sleuth/pom.xml index c842c4c..4307c84 100644 --- a/sleuth/pom.xml +++ b/sleuth/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 org.springframework.cloud.sample diff --git a/stream-bus/pom.xml b/stream-bus/pom.xml index ffe5ef1..730a5f0 100644 --- a/stream-bus/pom.xml +++ b/stream-bus/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 org.springframework.cloud.sample diff --git a/tomcat-7.x/pom.xml b/tomcat-7.x/pom.xml index 0ef6bc0..f3224d1 100644 --- a/tomcat-7.x/pom.xml +++ b/tomcat-7.x/pom.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.springframework.cloud.sample diff --git a/turbine-amqp/pom.xml b/turbine-amqp/pom.xml index 9cf2238..1344925 100644 --- a/turbine-amqp/pom.xml +++ b/turbine-amqp/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 org.springframework.cloud.sample diff --git a/turbine/pom.xml b/turbine/pom.xml index 3cdb967..8801b88 100644 --- a/turbine/pom.xml +++ b/turbine/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 org.springframework.cloud.sample diff --git a/vanilla/pom.xml b/vanilla/pom.xml index c2fc169..b863479 100644 --- a/vanilla/pom.xml +++ b/vanilla/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 org.springframework.cloud.sample diff --git a/zipkin/pom.xml b/zipkin/pom.xml index 8b3bcb2..2d1dbef 100644 --- a/zipkin/pom.xml +++ b/zipkin/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 org.springframework.cloud.sample diff --git a/zuul-config-discovery/pom.xml b/zuul-config-discovery/pom.xml index d1f74c8..9ddfdd1 100755 --- a/zuul-config-discovery/pom.xml +++ b/zuul-config-discovery/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 org.springframework.cloud.sample diff --git a/zuul-proxy-eureka/pom.xml b/zuul-proxy-eureka/pom.xml index 2d46479..f150d7b 100644 --- a/zuul-proxy-eureka/pom.xml +++ b/zuul-proxy-eureka/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 org.springframework.cloud.sample diff --git a/zuul-proxy/pom.xml b/zuul-proxy/pom.xml index 33f61d5..adb4679 100644 --- a/zuul-proxy/pom.xml +++ b/zuul-proxy/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 org.springframework.cloud.sample diff --git a/zuul/pom.xml b/zuul/pom.xml index 20cf1db..db7db4f 100644 --- a/zuul/pom.xml +++ b/zuul/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 org.springframework.cloud.sample