Skip to content

Commit 6fab5e6

Browse files
spring-operatormp911de
authored andcommitted
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
1 parent 3695222 commit 6fab5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<name>Spring Data R2DBC</name>
1313
<description>Spring Data module for R2DBC.</description>
14-
<url>http://projects.spring.io/spring-data-r2dbc</url>
14+
<url>https://projects.spring.io/spring-data-r2dbc</url>
1515

1616
<parent>
1717
<groupId>org.springframework.data.build</groupId>

0 commit comments

Comments
 (0)