From f8b2b83065d45a7b2403daac2faf6ebc3e37610e Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Mon, 23 Sep 2019 07:12:38 -0500 Subject: [PATCH] #54 - 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 But Review Recommended These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended. * http://www.springframework.org/schema/plugin/spring-plugin.xsd (404) with 1 occurrences migrated to: https://www.springframework.org/schema/plugin/spring-plugin.xsd ([https](https://www.springframework.org/schema/plugin/spring-plugin.xsd) result 404). ## 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.springframework.org/schema/beans/spring-beans.xsd with 1 occurrences migrated to: https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd) result 200). * http://maven.apache.org/maven-v4_0_0.xsd with 3 occurrences migrated to: https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd) result 301). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 6 occurrences * http://www.springframework.org/schema/beans with 2 occurrences * http://www.springframework.org/schema/plugin with 2 occurrences * http://www.w3.org/2001/XMLSchema-instance with 4 occurrences --- core/pom.xml | 2 +- core/src/test/resources/application-context.xml | 4 ++-- metadata/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index e773afa..fee25f1 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-plugin-core diff --git a/core/src/test/resources/application-context.xml b/core/src/test/resources/application-context.xml index fa672a7..9e7458d 100644 --- a/core/src/test/resources/application-context.xml +++ b/core/src/test/resources/application-context.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/plugin https://www.springframework.org/schema/plugin/spring-plugin.xsd"> diff --git a/metadata/pom.xml b/metadata/pom.xml index 1d97240..c80a204 100644 --- a/metadata/pom.xml +++ b/metadata/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-plugin-metadata diff --git a/pom.xml b/pom.xml index 050dc5c..7fa6a0c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.plugin spring-plugin