From 1d482eb04f4c37aa3202d9a4c40260902100ee96 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 19 Mar 2019 21:18: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://maven.apache.org/xsd/maven-4.0.0.xsd with 9 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). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 18 occurrences * http://www.hazelcast.com/schema/config with 2 occurrences * http://www.w3.org/2001/XMLSchema-instance with 10 occurrences --- docs/pom.xml | 2 +- pom.xml | 2 +- spring-cloud-cluster-autoconfigure/pom.xml | 2 +- spring-cloud-cluster-core/pom.xml | 2 +- spring-cloud-cluster-dependencies/pom.xml | 2 +- spring-cloud-cluster-etcd/pom.xml | 2 +- spring-cloud-cluster-hazelcast/pom.xml | 2 +- spring-cloud-cluster-redis/pom.xml | 2 +- spring-cloud-cluster-zookeeper/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index 625381c..92933e0 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.cloud spring-cloud-cluster-docs diff --git a/pom.xml b/pom.xml index c4536a0..98cdd58 100644 --- a/pom.xml +++ b/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 spring-cloud-cluster pom diff --git a/spring-cloud-cluster-autoconfigure/pom.xml b/spring-cloud-cluster-autoconfigure/pom.xml index b8e944b..aad6df1 100644 --- a/spring-cloud-cluster-autoconfigure/pom.xml +++ b/spring-cloud-cluster-autoconfigure/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 spring-cloud-cluster-autoconfigure diff --git a/spring-cloud-cluster-core/pom.xml b/spring-cloud-cluster-core/pom.xml index b233d7a..9915f80 100644 --- a/spring-cloud-cluster-core/pom.xml +++ b/spring-cloud-cluster-core/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 spring-cloud-cluster-core diff --git a/spring-cloud-cluster-dependencies/pom.xml b/spring-cloud-cluster-dependencies/pom.xml index ba0747c..d5e70f3 100644 --- a/spring-cloud-cluster-dependencies/pom.xml +++ b/spring-cloud-cluster-dependencies/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 spring-cloud-dependencies-parent diff --git a/spring-cloud-cluster-etcd/pom.xml b/spring-cloud-cluster-etcd/pom.xml index 5880d26..d5d3a39 100644 --- a/spring-cloud-cluster-etcd/pom.xml +++ b/spring-cloud-cluster-etcd/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 spring-cloud-cluster-etcd diff --git a/spring-cloud-cluster-hazelcast/pom.xml b/spring-cloud-cluster-hazelcast/pom.xml index 95eb154..77e6763 100644 --- a/spring-cloud-cluster-hazelcast/pom.xml +++ b/spring-cloud-cluster-hazelcast/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 spring-cloud-cluster-hazelcast diff --git a/spring-cloud-cluster-redis/pom.xml b/spring-cloud-cluster-redis/pom.xml index de3f912..99e04f2 100644 --- a/spring-cloud-cluster-redis/pom.xml +++ b/spring-cloud-cluster-redis/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 spring-cloud-cluster-redis diff --git a/spring-cloud-cluster-zookeeper/pom.xml b/spring-cloud-cluster-zookeeper/pom.xml index 70d3384..8a2b3ed 100644 --- a/spring-cloud-cluster-zookeeper/pom.xml +++ b/spring-cloud-cluster-zookeeper/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 spring-cloud-cluster-zookeeper