Skip to content

Commit 4a30b8f

Browse files
Spring Operatorgregturn
Spring Operator
authored andcommitted
URL Cleanup (pgjdbc#84)
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://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://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/ migrated to: https://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/ ([https](https://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/) result 200). # 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 624b6c0 commit 4a30b8f

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
~ you may not use this file except in compliance with the License.
66
~ You may obtain a copy of the License at
77
~
8-
~ http://www.apache.org/licenses/LICENSE-2.0
8+
~ https://www.apache.org/licenses/LICENSE-2.0
99
~
1010
~ Unless required by applicable law or agreed to in writing, software
1111
~ distributed under the License is distributed on an "AS IS" BASIS,
@@ -202,7 +202,7 @@
202202
</excludePackageNames>
203203
<links>
204204
<link>https://projectreactor.io/docs/core/release/api/</link>
205-
<link>http://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/</link>
205+
<link>https://www.reactive-streams.org/reactive-streams-1.0.2-javadoc/</link>
206206
</links>
207207
</configuration>
208208
<executions>

0 commit comments

Comments
 (0)