Skip to content

Commit 39b8f57

Browse files
committed
Use https for Maven repos
1 parent 81f900a commit 39b8f57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,11 +476,11 @@
476476
<repositories>
477477
<repository>
478478
<id>central</id>
479-
<url>http://repo1.maven.org/maven2</url>
479+
<url>https://repo1.maven.org/maven2</url>
480480
</repository>
481481
<repository>
482482
<id>gradle-workaround</id>
483-
<url>http://repo.spring.io/plugins-release</url>
483+
<url>https://repo.spring.io/plugins-release</url>
484484
<snapshots>
485485
<enabled>false</enabled>
486486
</snapshots>

0 commit comments

Comments
 (0)