From 9bc816f7708845e725956859457dfa079943d02f Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Sat, 16 Mar 2019 11:55:29 -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://github.com/spring-projects/spring-retry with 1 occurrences migrated to: https://github.com/spring-projects/spring-retry ([https](https://github.com/spring-projects/spring-retry) result 200). * http://www.apache.org/licenses/LICENSE-2.0.txt with 1 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt) result 200). * http://maven.apache.org/maven-v4_0_0.xsd with 1 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.springsource.com with 1 occurrences migrated to: https://www.springsource.com ([https](https://www.springsource.com) result 301). * http://www.springsource.org with 1 occurrences migrated to: https://www.springsource.org ([https](https://www.springsource.org) result 301). * http://www.springsource.com/download/community with 1 occurrences migrated to: https://www.springsource.com/download/community ([https](https://www.springsource.com/download/community) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 with 2 occurrences * http://www.w3.org/2001/XMLSchema-instance with 1 occurrences --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index eb135f1..13be995 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 org.springframework.retry spring-retry @@ -7,15 +7,15 @@ Spring Retry - http://www.springsource.org + https://www.springsource.org SpringSource - http://www.springsource.com + https://www.springsource.com Apache 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt jar @@ -99,7 +99,7 @@ - http://github.com/spring-projects/spring-retry + https://github.com/spring-projects/spring-retry scm:git:git://github.com/spring-projects/spring-retry.git scm:git:ssh://git@github.com/spring-projects/spring-retry.git HEAD @@ -115,7 +115,7 @@ - http://www.springsource.com/download/community + https://www.springsource.com/download/community spring-docs