Skip to content

Commit 7c5c27c

Browse files
Spring Operatorgregturn
authored andcommitted
URL Cleanup (#205)
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://repo.spring.io/libs-milestone-local migrated to: https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302). * http://repo.spring.io/libs-release-local migrated to: https://repo.spring.io/libs-release-local ([https](https://repo.spring.io/libs-release-local) result 302). * http://repo.spring.io/libs-snapshot-local migrated to: https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302). # 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 fcc7b43 commit 7c5c27c

File tree

20 files changed

+56
-56
lines changed

20 files changed

+56
-56
lines changed

double/admin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,23 +105,23 @@
105105
<repository>
106106
<id>spring-snapshots</id>
107107
<name>Spring Snapshots</name>
108-
<url>http://repo.spring.io/libs-snapshot-local</url>
108+
<url>https://repo.spring.io/libs-snapshot-local</url>
109109
<snapshots>
110110
<enabled>true</enabled>
111111
</snapshots>
112112
</repository>
113113
<repository>
114114
<id>spring-milestones</id>
115115
<name>Spring Milestones</name>
116-
<url>http://repo.spring.io/libs-milestone-local</url>
116+
<url>https://repo.spring.io/libs-milestone-local</url>
117117
<snapshots>
118118
<enabled>false</enabled>
119119
</snapshots>
120120
</repository>
121121
<repository>
122122
<id>spring-releases</id>
123123
<name>Spring Releases</name>
124-
<url>http://repo.spring.io/libs-release-local</url>
124+
<url>https://repo.spring.io/libs-release-local</url>
125125
<snapshots>
126126
<enabled>false</enabled>
127127
</snapshots>

double/gateway/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,23 +132,23 @@
132132
<repository>
133133
<id>spring-snapshots</id>
134134
<name>Spring Snapshots</name>
135-
<url>http://repo.spring.io/libs-snapshot-local</url>
135+
<url>https://repo.spring.io/libs-snapshot-local</url>
136136
<snapshots>
137137
<enabled>true</enabled>
138138
</snapshots>
139139
</repository>
140140
<repository>
141141
<id>spring-milestones</id>
142142
<name>Spring Milestones</name>
143-
<url>http://repo.spring.io/libs-milestone-local</url>
143+
<url>https://repo.spring.io/libs-milestone-local</url>
144144
<snapshots>
145145
<enabled>false</enabled>
146146
</snapshots>
147147
</repository>
148148
<repository>
149149
<id>spring-releases</id>
150150
<name>Spring Releases</name>
151-
<url>http://repo.spring.io/libs-release-local</url>
151+
<url>https://repo.spring.io/libs-release-local</url>
152152
<snapshots>
153153
<enabled>false</enabled>
154154
</snapshots>

double/resource/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,23 +64,23 @@
6464
<repository>
6565
<id>spring-snapshots</id>
6666
<name>Spring Snapshots</name>
67-
<url>http://repo.spring.io/libs-snapshot-local</url>
67+
<url>https://repo.spring.io/libs-snapshot-local</url>
6868
<snapshots>
6969
<enabled>true</enabled>
7070
</snapshots>
7171
</repository>
7272
<repository>
7373
<id>spring-milestones</id>
7474
<name>Spring Milestones</name>
75-
<url>http://repo.spring.io/libs-milestone-local</url>
75+
<url>https://repo.spring.io/libs-milestone-local</url>
7676
<snapshots>
7777
<enabled>false</enabled>
7878
</snapshots>
7979
</repository>
8080
<repository>
8181
<id>spring-releases</id>
8282
<name>Spring Releases</name>
83-
<url>http://repo.spring.io/libs-release-local</url>
83+
<url>https://repo.spring.io/libs-release-local</url>
8484
<snapshots>
8585
<enabled>false</enabled>
8686
</snapshots>

double/ui/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,23 +105,23 @@
105105
<repository>
106106
<id>spring-snapshots</id>
107107
<name>Spring Snapshots</name>
108-
<url>http://repo.spring.io/libs-snapshot-local</url>
108+
<url>https://repo.spring.io/libs-snapshot-local</url>
109109
<snapshots>
110110
<enabled>true</enabled>
111111
</snapshots>
112112
</repository>
113113
<repository>
114114
<id>spring-milestones</id>
115115
<name>Spring Milestones</name>
116-
<url>http://repo.spring.io/libs-milestone-local</url>
116+
<url>https://repo.spring.io/libs-milestone-local</url>
117117
<snapshots>
118118
<enabled>false</enabled>
119119
</snapshots>
120120
</repository>
121121
<repository>
122122
<id>spring-releases</id>
123123
<name>Spring Releases</name>
124-
<url>http://repo.spring.io/libs-release-local</url>
124+
<url>https://repo.spring.io/libs-release-local</url>
125125
<snapshots>
126126
<enabled>false</enabled>
127127
</snapshots>

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.bat

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

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

oauth2-logout/authserver/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,23 +90,23 @@
9090
<repository>
9191
<id>spring-snapshots</id>
9292
<name>Spring Snapshots</name>
93-
<url>http://repo.spring.io/libs-snapshot-local</url>
93+
<url>https://repo.spring.io/libs-snapshot-local</url>
9494
<snapshots>
9595
<enabled>true</enabled>
9696
</snapshots>
9797
</repository>
9898
<repository>
9999
<id>spring-milestones</id>
100100
<name>Spring Milestones</name>
101-
<url>http://repo.spring.io/libs-milestone-local</url>
101+
<url>https://repo.spring.io/libs-milestone-local</url>
102102
<snapshots>
103103
<enabled>false</enabled>
104104
</snapshots>
105105
</repository>
106106
<repository>
107107
<id>spring-releases</id>
108108
<name>Spring Releases</name>
109-
<url>http://repo.spring.io/libs-release-local</url>
109+
<url>https://repo.spring.io/libs-release-local</url>
110110
<snapshots>
111111
<enabled>false</enabled>
112112
</snapshots>
@@ -116,15 +116,15 @@
116116
<pluginRepository>
117117
<id>spring-snapshots</id>
118118
<name>Spring Snapshots</name>
119-
<url>http://repo.spring.io/libs-snapshot-local</url>
119+
<url>https://repo.spring.io/libs-snapshot-local</url>
120120
<snapshots>
121121
<enabled>true</enabled>
122122
</snapshots>
123123
</pluginRepository>
124124
<pluginRepository>
125125
<id>spring-milestones</id>
126126
<name>Spring Milestones</name>
127-
<url>http://repo.spring.io/libs-milestone-local</url>
127+
<url>https://repo.spring.io/libs-milestone-local</url>
128128
<snapshots>
129129
<enabled>false</enabled>
130130
</snapshots>

oauth2-logout/resource/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,23 +78,23 @@
7878
<repository>
7979
<id>spring-snapshots</id>
8080
<name>Spring Snapshots</name>
81-
<url>http://repo.spring.io/libs-snapshot-local</url>
81+
<url>https://repo.spring.io/libs-snapshot-local</url>
8282
<snapshots>
8383
<enabled>true</enabled>
8484
</snapshots>
8585
</repository>
8686
<repository>
8787
<id>spring-milestones</id>
8888
<name>Spring Milestones</name>
89-
<url>http://repo.spring.io/libs-milestone-local</url>
89+
<url>https://repo.spring.io/libs-milestone-local</url>
9090
<snapshots>
9191
<enabled>false</enabled>
9292
</snapshots>
9393
</repository>
9494
<repository>
9595
<id>spring-releases</id>
9696
<name>Spring Releases</name>
97-
<url>http://repo.spring.io/libs-release-local</url>
97+
<url>https://repo.spring.io/libs-release-local</url>
9898
<snapshots>
9999
<enabled>false</enabled>
100100
</snapshots>

oauth2-logout/ui/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,23 +133,23 @@
133133
<repository>
134134
<id>spring-snapshots</id>
135135
<name>Spring Snapshots</name>
136-
<url>http://repo.spring.io/libs-snapshot-local</url>
136+
<url>https://repo.spring.io/libs-snapshot-local</url>
137137
<snapshots>
138138
<enabled>true</enabled>
139139
</snapshots>
140140
</repository>
141141
<repository>
142142
<id>spring-milestones</id>
143143
<name>Spring Milestones</name>
144-
<url>http://repo.spring.io/libs-milestone-local</url>
144+
<url>https://repo.spring.io/libs-milestone-local</url>
145145
<snapshots>
146146
<enabled>false</enabled>
147147
</snapshots>
148148
</repository>
149149
<repository>
150150
<id>spring-releases</id>
151151
<name>Spring Releases</name>
152-
<url>http://repo.spring.io/libs-release-local</url>
152+
<url>https://repo.spring.io/libs-release-local</url>
153153
<snapshots>
154154
<enabled>false</enabled>
155155
</snapshots>

0 commit comments

Comments
 (0)