Skip to content

Commit 96e490c

Browse files
HTTP to HTTPS
1 parent 54f496e commit 96e490c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.settings.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@
2323
<repository>
2424
<id>spring-snapshots</id>
2525
<name>Spring Snapshots</name>
26-
<url>http://repo.spring.io/libs-snapshot-local</url>
26+
<url>https://repo.spring.io/libs-snapshot-local</url>
2727
<snapshots>
2828
<enabled>true</enabled>
2929
</snapshots>
3030
</repository>
3131
<repository>
3232
<id>spring-milestones</id>
3333
<name>Spring Milestones</name>
34-
<url>http://repo.spring.io/libs-milestone-local</url>
34+
<url>https://repo.spring.io/libs-milestone-local</url>
3535
<snapshots>
3636
<enabled>false</enabled>
3737
</snapshots>
3838
</repository>
3939
<repository>
4040
<id>spring-releases</id>
4141
<name>Spring Releases</name>
42-
<url>http://repo.spring.io/release</url>
42+
<url>https://repo.spring.io/release</url>
4343
<snapshots>
4444
<enabled>false</enabled>
4545
</snapshots>
@@ -49,15 +49,15 @@
4949
<pluginRepository>
5050
<id>spring-snapshots</id>
5151
<name>Spring Snapshots</name>
52-
<url>http://repo.spring.io/libs-snapshot-local</url>
52+
<url>https://repo.spring.io/libs-snapshot-local</url>
5353
<snapshots>
5454
<enabled>true</enabled>
5555
</snapshots>
5656
</pluginRepository>
5757
<pluginRepository>
5858
<id>spring-milestones</id>
5959
<name>Spring Milestones</name>
60-
<url>http://repo.spring.io/libs-milestone-local</url>
60+
<url>https://repo.spring.io/libs-milestone-local</url>
6161
<snapshots>
6262
<enabled>false</enabled>
6363
</snapshots>

0 commit comments

Comments
 (0)