From bfb8b37ee790a8e2bca5c7a7d90e73b7dbd880c7 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 08:14:44 -0700 Subject: [PATCH] URL Cleanup (#17) 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 35 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 70 occurrences * http://www.w3.org/2001/XMLSchema-instance with 35 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 +- 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 +- 37 files changed, 37 insertions(+), 37 deletions(-) diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index ac02b92..a752a12 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 19c7a11..1b97bd8 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 d3990bf..5cf0281 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 c15c1c1..2c0f520 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 9dd5b5f..03a8785 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 26023ba..1ef5703 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 a7edf59..05b644c 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 fbc43a1..0a3bd4d 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 3137db6..75d6661 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 99e2728..707b4be 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 0ae725f..dfab608 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 54f47b1..9fc0bb2 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 a85db8a..19cf3fc 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 b906cfb..d8a55a3 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 2ce29fa..f63589e 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 de0cc65..71c6d25 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 d7d6247..2a3e25f 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 4061925..836aa65 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 ff75008..416f3e7 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 0a24872..d286f2e 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 e077a95..c3836bb 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 1532c6b..466cc25 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 d0b8d54..0cb24bc 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 5e0b49b..2b538e9 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 a39e65b..b407ee0 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 fcc0481..3e19435 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 2b45721..f6e8f05 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/turbine-amqp/pom.xml b/turbine-amqp/pom.xml index 5cff013..ddd00c3 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 1dba844..fc797fe 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 3bb1754..6dd34d5 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 4eb5d64..01e3199 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 c5fb1ad..9bea56d 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 eb86e68..8b7e56e 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 557f58f..1aa6408 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 35290cc..78367c7 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