Skip to content

Commit b781877

Browse files
author
runzexia
authored
Merge pull request kubesphere#22 from kubesphere/spring-repo-to-https
spring repo to https
2 parents 13f4c4a + 10cd906 commit b781877

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@
3030
<repositories>
3131
<repository>
3232
<id>spring-snapshots</id>
33-
<url>http://repo.spring.io/snapshot</url>
33+
<url>https://repo.spring.io/snapshot</url>
3434
<snapshots><enabled>true</enabled></snapshots>
3535
</repository>
3636
<repository>
3737
<id>spring-milestones</id>
38-
<url>http://repo.spring.io/milestone</url>
38+
<url>https://repo.spring.io/milestone</url>
3939
</repository>
4040
</repositories>
4141
<pluginRepositories>
4242
<pluginRepository>
4343
<id>spring-snapshots</id>
44-
<url>http://repo.spring.io/snapshot</url>
44+
<url>https://repo.spring.io/snapshot</url>
4545
</pluginRepository>
4646
<pluginRepository>
4747
<id>spring-milestones</id>
48-
<url>http://repo.spring.io/milestone</url>
48+
<url>https://repo.spring.io/milestone</url>
4949
</pluginRepository>
5050
</pluginRepositories>
5151

0 commit comments

Comments
 (0)