Skip to content

Commit 5de511e

Browse files
spring-operatorgregturn
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). 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://repo.spring.io/libs-snapshot migrated to: https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) result 302). 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 7ad639c commit 5de511e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

mvnw

+1-1
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

+1-1
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
<licenses>
3131
<license>
3232
<name>Apache License, Version 2.0</name>
33-
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
33+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
3434
<comments>
3535
Copyright 2017 the original author or authors.
3636

3737
Licensed under the Apache License, Version 2.0 (the "License");
3838
you may not use this file except in compliance with the License.
3939
You may obtain a copy of the License at
4040

41-
http://www.apache.org/licenses/LICENSE-2.0
41+
https://www.apache.org/licenses/LICENSE-2.0
4242

4343
Unless required by applicable law or agreed to in writing, software
4444
distributed under the License is distributed on an "AS IS" BASIS,
@@ -86,7 +86,7 @@
8686
<repositories>
8787
<repository>
8888
<id>spring-libs-snapshot</id>
89-
<url>http://repo.spring.io/libs-snapshot</url>
89+
<url>https://repo.spring.io/libs-snapshot</url>
9090
</repository>
9191
</repositories>
9292
</profile>
@@ -99,7 +99,7 @@
9999
<repositories>
100100
<repository>
101101
<id>spring-libs-snapshot</id>
102-
<url>http://repo.spring.io/libs-snapshot</url>
102+
<url>https://repo.spring.io/libs-snapshot</url>
103103
</repository>
104104
</repositories>
105105
</profile>

0 commit comments

Comments
 (0)