Skip to content

Commit e58bbb1

Browse files
committed
Use https for spring mvn repo
1 parent 455543d commit e58bbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<repository>
2828
<id>repository.spring.milestone</id>
2929
<name>Spring Milestone Repository</name>
30-
<url>http://repo.spring.io/milestone</url>
30+
<url>https://repo.spring.io/milestone</url>
3131
</repository>
3232
</repositories>
3333

0 commit comments

Comments
 (0)