Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit 2ee9d40

Browse files
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 But Review Recommended These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended. * http://repo.spring.io/libs-release (ReadTimeoutException) migrated to: https://repo.spring.io/libs-release ([https](https://repo.spring.io/libs-release) result ReadTimeoutException). ## 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://maven.apache.org migrated to: https://maven.apache.org ([https](https://maven.apache.org) result 200). * http://repo.springsource.org/libs-milestone migrated to: https://repo.springsource.org/libs-milestone ([https](https://repo.springsource.org/libs-milestone) 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 9bd087f commit 2ee9d40

File tree

5 files changed

+7
-7
lines changed
  • map-reduce-java
    • customer_first_and_last_order_dates
    • taxpaid_by_postalcode
  • spring-data-jdbc/spring-jdbc-topten-business-zipcode
  • spring-hadoop-wordcount-gphd
  • spring-hadoop

5 files changed

+7
-7
lines changed

map-reduce-java/customer_first_and_last_order_dates/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>1.0</version>
88
<packaging>jar</packaging>
99
<name>customer_first_and_last_order_dates</name>
10-
<url>http://maven.apache.org</url>
10+
<url>https://maven.apache.org</url>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
</properties>
@@ -28,7 +28,7 @@
2828
<repository>
2929
<id>org.springsource.maven.milestone</id>
3030
<name>SpringSource Maven Milestone Repository</name>
31-
<url>http://repo.springsource.org/libs-milestone</url>
31+
<url>https://repo.springsource.org/libs-milestone</url>
3232
</repository>
3333
</repositories>
3434
<dependencies>

map-reduce-java/taxpaid_by_postalcode/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<packaging>jar</packaging>
99

1010
<name>taxpaid_by_postalcode</name>
11-
<url>http://maven.apache.org</url>
11+
<url>https://maven.apache.org</url>
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -17,7 +17,7 @@
1717
<repository>
1818
<id>org.springsource.maven.milestone</id>
1919
<name>SpringSource Maven Milestone Repository</name>
20-
<url>http://repo.springsource.org/libs-milestone</url>
20+
<url>https://repo.springsource.org/libs-milestone</url>
2121
</repository>
2222
</repositories>
2323
<dependencies>

spring-data-jdbc/spring-jdbc-topten-business-zipcode/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<packaging>jar</packaging>
99

1010
<name>spring-jdbc-topten-business-zipcode</name>
11-
<url>http://maven.apache.org</url>
11+
<url>https://maven.apache.org</url>
1212

1313
<properties>
1414
<maven.test.failure.ignore>true</maven.test.failure.ignore>

spring-hadoop-wordcount-gphd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<repository>
1818
<id>spring-releases</id>
1919
<name>SpringSource Releases</name>
20-
<url>http://repo.spring.io/libs-release</url>
20+
<url>https://repo.spring.io/libs-release</url>
2121
</repository>
2222
</repositories>
2323

spring-hadoop/pom.xml

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

1010
<name>spring-hadoop</name>
1111

12-
<url>http://maven.apache.org</url>
12+
<url>https://maven.apache.org</url>
1313

1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)