Skip to content

Commit a66bfd0

Browse files
committed
Enforce HTTPS protocol for Spring milestone releases repository
1 parent b4fe487 commit a66bfd0

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
@@ -80,7 +80,7 @@
8080
<repository>
8181
<id>repository.spring.milestone</id>
8282
<name>Spring Milestone Repository</name>
83-
<url>http://repo.spring.io/milestone</url>
83+
<url>https://repo.spring.io/milestone</url>
8484
</repository>
8585
<repository>
8686
<id>jcenter-release</id>

0 commit comments

Comments
 (0)