Skip to content

Commit 4ac1659

Browse files
Spring Operatorgregturn
Spring Operator
authored andcommitted
DATAREST-1351 - 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://www.pivotal.io migrated to: https://www.pivotal.io ([https](https://www.pivotal.io) 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: #307
1 parent 81fb3a2 commit 4ac1659

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: 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

Diff for: 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

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<name>Oliver Gierke</name>
4848
<email>ogierke at pivotal.io</email>
4949
<organization>Pivotal</organization>
50-
<organizationUrl>http://www.pivotal.io</organizationUrl>
50+
<organizationUrl>https://www.pivotal.io</organizationUrl>
5151
<roles>
5252
<role>Project Lead</role>
5353
</roles>
@@ -58,7 +58,7 @@
5858
<name>Greg Turnquist</name>
5959
<email>gturnquist at pivotal.io</email>
6060
<organization>Pivotal</organization>
61-
<organizationUrl>http://www.pivotal.io</organizationUrl>
61+
<organizationUrl>https://www.pivotal.io</organizationUrl>
6262
<roles>
6363
<role>Developer</role>
6464
</roles>

0 commit comments

Comments
 (0)