From 965ca75f824058c2f75e63b629db7ed887bdf99d Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Mon, 18 Mar 2019 11:43:03 -0700 Subject: [PATCH] #51 - URL cleanups. 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://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). * 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). * http://www.pivotal.io with 1 occurrences migrated to: https://www.pivotal.io ([https](https://www.pivotal.io) result 301). * http://www.spring.io with 1 occurrences migrated to: https://www.spring.io ([https](https://www.spring.io) result 301). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 6 occurrences * http://www.w3.org/2001/XMLSchema-instance with 3 occurrences --- core/pom.xml | 2 +- metadata/pom.xml | 2 +- pom.xml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 60cf402..e610293 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 spring-plugin-core diff --git a/metadata/pom.xml b/metadata/pom.xml index 754ccef..d08325d 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 e0835e2..af26789 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.plugin spring-plugin @@ -10,7 +10,7 @@ Pivotal Software, Inc. - http://www.spring.io + https://www.spring.io 2008-2017 https://github.com/spring-projects/spring-plugin @@ -18,7 +18,7 @@ Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Copyright 2010 the original author or authors. @@ -26,7 +26,7 @@ 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 "AS IS" BASIS, @@ -54,7 +54,7 @@ Oliver Gierke ogierke@pivotal.io Pivotal - http://www.pivotal.io + https://www.pivotal.io Project lead