Skip to content

Commit 8b666c2

Browse files
authored
Merge pull request #62 from amirdt22/bugfix/mvn-https-spring
Use https for spring mvn repo
2 parents 455543d + e58bbb1 commit 8b666c2

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)