Skip to content

Commit 69558ee

Browse files
Spring Operatorodrotbohm
Spring Operator
authored andcommitted
#878 - 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://maven.apache.org/xsd/maven-4.0.0.xsd with 1 occurrences migrated to: https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200). * http://www.apache.org/licenses/LICENSE-2.0 with 4 occurrences migrated to: https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200). * http://static.springframework.org/spring/docs/4.1.x/javadoc-api (301) with 1 occurrences migrated to: https://docs.spring.io/spring/docs/4.1.x/javadoc-api ([https](https://static.springframework.org/spring/docs/4.1.x/javadoc-api) result 301). * http://github.com/SpringSource/spring-hateoas with 1 occurrences migrated to: https://github.com/SpringSource/spring-hateoas ([https](https://github.com/SpringSource/spring-hateoas) result 301). * http://www.spring.io with 1 occurrences migrated to: https://www.spring.io ([https](https://www.spring.io) result 301). * http://docs.oracle.com/javase/6/docs/api with 1 occurrences migrated to: https://docs.oracle.com/javase/6/docs/api ([https](https://docs.oracle.com/javase/6/docs/api) result 302). * http://repo.spring.io/libs-snapshot with 1 occurrences migrated to: https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) 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
1 parent a6f3be0 commit 69558ee

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>org.springframework.hateoas</groupId>
66
<artifactId>spring-hateoas</artifactId>
77
<version>1.0.0.BUILD-SNAPSHOT</version>
88

99
<name>Spring HATEOAS</name>
10-
<url>http://github.com/SpringSource/spring-hateoas</url>
10+
<url>https://github.com/SpringSource/spring-hateoas</url>
1111
<description>
1212
Library to support implementing representations for
1313
hyper-text driven REST web services.
@@ -17,7 +17,7 @@
1717

1818
<organization>
1919
<name>Pivotal, Inc.</name>
20-
<url>http://www.spring.io</url>
20+
<url>https://www.spring.io</url>
2121
</organization>
2222

2323
<developers>
@@ -46,15 +46,15 @@
4646
<licenses>
4747
<license>
4848
<name>Apache License, Version 2.0</name>
49-
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
49+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
5050
<comments>
5151
Copyright 2011 the original author or authors.
5252

5353
Licensed under the Apache License, Version 2.0 (the "License");
5454
you may not use this file except in compliance with the License.
5555
You may obtain a copy of the License at
5656

57-
http://www.apache.org/licenses/LICENSE-2.0
57+
https://www.apache.org/licenses/LICENSE-2.0
5858

5959
Unless required by applicable law or agreed to in writing, software
6060
distributed under the License is distributed on an "AS IS" BASIS,
@@ -93,7 +93,7 @@
9393
<repositories>
9494
<repository>
9595
<id>spring-libs-snapshot</id>
96-
<url>http://repo.spring.io/libs-snapshot</url>
96+
<url>https://repo.spring.io/libs-snapshot</url>
9797
</repository>
9898
</repositories>
9999
</profile>
@@ -627,8 +627,8 @@
627627
<additionalparam>-Xdoclint:none</additionalparam>
628628
<stylesheetfile>${shared.resources}/javadoc/spring-javadoc.css</stylesheetfile>
629629
<links>
630-
<link>http://static.springframework.org/spring/docs/4.1.x/javadoc-api</link>
631-
<link>http://docs.oracle.com/javase/6/docs/api</link>
630+
<link>https://docs.spring.io/spring/docs/4.1.x/javadoc-api</link>
631+
<link>https://docs.oracle.com/javase/6/docs/api</link>
632632
</links>
633633
</configuration>
634634
</plugin>

0 commit comments

Comments
 (0)