Skip to content

Commit 2974492

Browse files
committed
Use https for repository access
1 parent 9b4a929 commit 2974492

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -525,21 +525,21 @@
525525
<snapshots>
526526
<enabled>false</enabled>
527527
</snapshots>
528-
<url>http://repo.spring.io/release</url>
528+
<url>https://repo.spring.io/release</url>
529529
</repository>
530530
<repository>
531531
<id>spring-milestone</id>
532532
<snapshots>
533533
<enabled>false</enabled>
534534
</snapshots>
535-
<url>http://repo.spring.io/milestone</url>
535+
<url>https://repo.spring.io/milestone</url>
536536
</repository>
537537
<repository>
538538
<id>spring-snapshot</id>
539539
<snapshots>
540540
<enabled>true</enabled>
541541
</snapshots>
542-
<url>http://repo.spring.io/snapshot</url>
542+
<url>https://repo.spring.io/snapshot</url>
543543
</repository>
544544
</repositories>
545545
<pluginRepositories>
@@ -548,21 +548,21 @@
548548
<snapshots>
549549
<enabled>false</enabled>
550550
</snapshots>
551-
<url>http://repo.spring.io/release</url>
551+
<url>https://repo.spring.io/release</url>
552552
</pluginRepository>
553553
<pluginRepository>
554554
<id>spring-milestone</id>
555555
<snapshots>
556556
<enabled>false</enabled>
557557
</snapshots>
558-
<url>http://repo.spring.io/milestone</url>
558+
<url>https://repo.spring.io/milestone</url>
559559
</pluginRepository>
560560
<pluginRepository>
561561
<id>spring-snapshot</id>
562562
<snapshots>
563563
<enabled>true</enabled>
564564
</snapshots>
565-
<url>http://repo.spring.io/snapshot</url>
565+
<url>https://repo.spring.io/snapshot</url>
566566
</pluginRepository>
567567
</pluginRepositories>
568568
</profile>

0 commit comments

Comments
 (0)