Skip to content

Commit 8a5e258

Browse files
spring-operatorschauder
authored andcommitted
DATAJDBC-336 - 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://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://projects.spring.io/spring-data-jdbc migrated to: https://projects.spring.io/spring-data-jdbc ([https](https://projects.spring.io/spring-data-jdbc) 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 Original pull request: #122.
1 parent 1764457 commit 8a5e258

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

mvnw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# "License"); you may not use this file except in compliance
99
# with the License. You may obtain a copy of the License at
1010
#
11-
# http://www.apache.org/licenses/LICENSE-2.0
11+
# https://www.apache.org/licenses/LICENSE-2.0
1212
#
1313
# Unless required by applicable law or agreed to in writing,
1414
# software distributed under the License is distributed on an

mvnw.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@REM "License"); you may not use this file except in compliance
88
@REM with the License. You may obtain a copy of the License at
99
@REM
10-
@REM http://www.apache.org/licenses/LICENSE-2.0
10+
@REM https://www.apache.org/licenses/LICENSE-2.0
1111
@REM
1212
@REM Unless required by applicable law or agreed to in writing,
1313
@REM software distributed under the License is distributed on an

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<name>Spring Data Relational Parent</name>
1212
<description>Parent module for Spring Data Relational repositories.</description>
13-
<url>http://projects.spring.io/spring-data-jdbc</url>
13+
<url>https://projects.spring.io/spring-data-jdbc</url>
1414

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

spring-data-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<name>Spring Data JDBC</name>
1111
<description>Spring Data module for JDBC repositories.</description>
12-
<url>http://projects.spring.io/spring-data-jdbc</url>
12+
<url>https://projects.spring.io/spring-data-jdbc</url>
1313

1414
<parent>
1515
<groupId>org.springframework.data</groupId>

0 commit comments

Comments
 (0)