From 6fab5e65eae28616299ff351de21319e56d8d90b Mon Sep 17 00:00:00 2001 From: Spring Operator Date: Tue, 5 Mar 2019 23:37:53 -0600 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 fixed successfully. * http://projects.spring.io/spring-data-r2dbc migrated to: https://projects.spring.io/spring-data-r2dbc ([https](https://projects.spring.io/spring-data-r2dbc) result 301). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 * http://maven.apache.org/xsd/maven-4.0.0.xsd * http://www.w3.org/2001/XMLSchema-instance --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2f3b6ed..f50708c 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ Spring Data R2DBC Spring Data module for R2DBC. - http://projects.spring.io/spring-data-r2dbc + https://projects.spring.io/spring-data-r2dbc org.springframework.data.build