From 953d2ce12f05f26444fbb3bf21011f538f729868 Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Mon, 18 Mar 2019 11:43:30 -0700 Subject: [PATCH] #50 - 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 fixed successfully. * http://www.apache.org/licenses/LICENSE-2.0 migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). * http://www.pivotal.io migrated to: https://www.pivotal.io ([https](https://www.pivotal.io) result 301). * http://www.spring.io 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 * http://maven.apache.org/maven-v4_0_0.xsd * http://www.w3.org/2001/XMLSchema-instance --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 61ed9dc..a6973a9 100644 --- a/pom.xml +++ b/pom.xml @@ -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, @@ -56,7 +56,7 @@ Oliver Gierke ogierke@pivotal.io Pivotal - http://www.pivotal.io + https://www.pivotal.io Project lead