From 0f91624d1c9d670a43bc9e4f57538764168f5faf Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 12:07: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://maven.apache.org/maven-v4_0_0.xsd with 7 occurrences migrated to: https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd) result 301). * http://repo.spring.io/snapshot with 1 occurrences migrated to: https://repo.spring.io/snapshot ([https](https://repo.spring.io/snapshot) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 14 occurrences * http://www.w3.org/2001/XMLSchema-instance with 7 occurrences --- booking-faces/pom.xml | 2 +- booking-mvc/pom.xml | 2 +- booking-portlet-faces/pom.xml | 2 +- booking-portlet-mvc/pom.xml | 2 +- pom.xml | 4 ++-- primefaces-showcase/pom.xml | 2 +- webflow-showcase/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/booking-faces/pom.xml b/booking-faces/pom.xml index f0c4b4b..7d55d45 100644 --- a/booking-faces/pom.xml +++ b/booking-faces/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.webflow.samples booking-faces diff --git a/booking-mvc/pom.xml b/booking-mvc/pom.xml index a762437..be2e158 100644 --- a/booking-mvc/pom.xml +++ b/booking-mvc/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.webflow.samples booking-mvc diff --git a/booking-portlet-faces/pom.xml b/booking-portlet-faces/pom.xml index 195131a..ee4c569 100644 --- a/booking-portlet-faces/pom.xml +++ b/booking-portlet-faces/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.webflow.samples booking-portlet-faces diff --git a/booking-portlet-mvc/pom.xml b/booking-portlet-mvc/pom.xml index 84e5ad4..122c357 100644 --- a/booking-portlet-mvc/pom.xml +++ b/booking-portlet-mvc/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.webflow.samples booking-portlet-mvc diff --git a/pom.xml b/pom.xml index 053e02f..04b9cc7 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.webflow spring-webflow-samples @@ -51,7 +51,7 @@ spring Spring Repository - http://repo.spring.io/snapshot + https://repo.spring.io/snapshot diff --git a/primefaces-showcase/pom.xml b/primefaces-showcase/pom.xml index db12f97..2a2b11b 100644 --- a/primefaces-showcase/pom.xml +++ b/primefaces-showcase/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.webflow.samples primefaces-showcase diff --git a/webflow-showcase/pom.xml b/webflow-showcase/pom.xml index d4439e3..edb6f13 100644 --- a/webflow-showcase/pom.xml +++ b/webflow-showcase/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.springframework.webflow.samples webflow-showcase