Skip to content

Commit f5d6947

Browse files
Spring Operatorchristophstrobl
Spring Operator
authored andcommitted
DATAMONGO-2231 - 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.gopivotal.com (302) migrated to: https://pivotal.io ([https](https://www.gopivotal.com) result 200). * 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://projects.spring.io/spring-data-mongodb migrated to: https://projects.spring.io/spring-data-mongodb ([https](https://projects.spring.io/spring-data-mongodb) result 301). * http://www.pivotal.io migrated to: https://www.pivotal.io ([https](https://www.pivotal.io) result 301). * http://repo.mongodb.org/apt/debian migrated to: https://repo.mongodb.org/apt/debian ([https](https://repo.mongodb.org/apt/debian) result 302). # Ignored These URLs were intentionally ignored. * http://maven.apache.org/POM/4.0.0 * http://maven.apache.org/maven-v4_0_0.xsd * http://maven.apache.org/xsd/maven-4.0.0.xsd * http://www.w3.org/2001/XMLSchema-instance Original Pull Request: #658
1 parent 78fc2e0 commit f5d6947

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

ci/11-jdk/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y apt-transport-https
44

55
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 9DA31620334BD75D9DCB49F368818C72E52529D4
66

7-
RUN echo "deb http://repo.mongodb.org/apt/debian stretch/mongodb-org/4.0 main" | tee /etc/apt/sources.list.d/mongodb-org-4.0.list
7+
RUN echo "deb https://repo.mongodb.org/apt/debian stretch/mongodb-org/4.0 main" | tee /etc/apt/sources.list.d/mongodb-org-4.0.list
88

99
RUN apt-get update
1010

ci/8-jdk/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y apt-transport-https
44

55
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 9DA31620334BD75D9DCB49F368818C72E52529D4
66

7-
RUN echo "deb http://repo.mongodb.org/apt/debian stretch/mongodb-org/4.0 main" | tee /etc/apt/sources.list.d/mongodb-org-4.0.list
7+
RUN echo "deb https://repo.mongodb.org/apt/debian stretch/mongodb-org/4.0 main" | tee /etc/apt/sources.list.d/mongodb-org-4.0.list
88

99
RUN apt-get update
1010

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<name>Spring Data MongoDB</name>
1212
<description>MongoDB support for Spring Data</description>
13-
<url>http://projects.spring.io/spring-data-mongodb</url>
13+
<url>https://projects.spring.io/spring-data-mongodb</url>
1414

1515
<parent>
1616
<groupId>org.springframework.data.build</groupId>
@@ -39,7 +39,7 @@
3939
<name>Oliver Gierke</name>
4040
<email>ogierke at gopivotal.com</email>
4141
<organization>Pivotal</organization>
42-
<organizationUrl>http://www.gopivotal.com</organizationUrl>
42+
<organizationUrl>https://pivotal.io</organizationUrl>
4343
<roles>
4444
<role>Project Lead</role>
4545
</roles>
@@ -50,7 +50,7 @@
5050
<name>Thomas Risberg</name>
5151
<email>trisberg at vmware.com</email>
5252
<organization>Pivotal</organization>
53-
<organizationUrl>http://www.gopivotal.com</organizationUrl>
53+
<organizationUrl>https://pivotal.io</organizationUrl>
5454
<roles>
5555
<role>Developer</role>
5656
</roles>
@@ -61,7 +61,7 @@
6161
<name>Mark Pollack</name>
6262
<email>mpollack at gopivotal.com</email>
6363
<organization>Pivotal</organization>
64-
<organizationUrl>http://www.gopivotal.com</organizationUrl>
64+
<organizationUrl>https://pivotal.io</organizationUrl>
6565
<roles>
6666
<role>Developer</role>
6767
</roles>
@@ -72,7 +72,7 @@
7272
<name>Jon Brisbin</name>
7373
<email>jbrisbin at gopivotal.com</email>
7474
<organization>Pivotal</organization>
75-
<organizationUrl>http://www.gopivotal.com</organizationUrl>
75+
<organizationUrl>https://pivotal.io</organizationUrl>
7676
<roles>
7777
<role>Developer</role>
7878
</roles>
@@ -83,7 +83,7 @@
8383
<name>Thomas Darimont</name>
8484
<email>tdarimont at gopivotal.com</email>
8585
<organization>Pivotal</organization>
86-
<organizationUrl>http://www.gopivotal.com</organizationUrl>
86+
<organizationUrl>https://pivotal.io</organizationUrl>
8787
<roles>
8888
<role>Developer</role>
8989
</roles>
@@ -94,7 +94,7 @@
9494
<name>Christoph Strobl</name>
9595
<email>cstrobl at gopivotal.com</email>
9696
<organization>Pivotal</organization>
97-
<organizationUrl>http://www.gopivotal.com</organizationUrl>
97+
<organizationUrl>https://pivotal.io</organizationUrl>
9898
<roles>
9999
<role>Developer</role>
100100
</roles>
@@ -105,7 +105,7 @@
105105
<name>Mark Paluch</name>
106106
<email>mpaluch at pivotal.io</email>
107107
<organization>Pivotal</organization>
108-
<organizationUrl>http://www.pivotal.io</organizationUrl>
108+
<organizationUrl>https://www.pivotal.io</organizationUrl>
109109
<roles>
110110
<role>Developer</role>
111111
</roles>

0 commit comments

Comments
 (0)